@font-face {
  font-family: 'HelveticaNeueLTStd-HvCn';
  src: url("../fonts/HelveticaNeueLTStd-HvCn.eot");
  src: url("../fonts/HelveticaNeueLTStd-HvCn.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLTStd-HvCn.svg#HelveticaNeueLTStd-HvCn") format("svg"), url("../fonts/HelveticaNeueLTStd-HvCn.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-HvCn.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-HvCn.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

.container {
  max-width: 1200px;
  padding: 0 15px; }

h1.page-heading {
  color: #19212A; }

.button {
  text-transform: unset;
  font-weight: 600;
  transition: .3s all; }

/* B2C HOME PAGE STARTS */
/* Hero Banner Starts */
.Hero_Banner .Hero_Image img {
  width: 100%;
  object-fit: cover;
  max-height: 380px; }
  @media (max-width: 1680px) {
    .Hero_Banner .Hero_Image img {
      max-height: 340px; } }
  @media (max-width: 1199px) {
    .Hero_Banner .Hero_Image img {
      max-height: 300px; } }

.Hero_Banner .Hero_Content {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  /*padding: 44px 15px 52px;*/
  padding: 24px 15px 22px; }
  .Hero_Banner .Hero_Content .hero-title {
    font-size: 30px;
    line-height: 41px;
    color: #2A7DD6;
    margin: 0 0 15px; }
  .Hero_Banner .Hero_Content .hero-description {
    font-size: 15px;
    line-height: 20px;
    color: #19212A;
    margin-bottom: 15px; }

/* Hero Banner Ends */
/* Tabbing section Starts */
.products-sec {
  padding: 46px 0;
  position: relative;
  background: #F4F8FB; }
  .products-sec .container {
    padding-left: 15px;
    padding-right: 15px; }
  .products-sec .container .container {
    padding-left: 0;
    padding-right: 0; }
  .products-sec:before {
    content: '';
    background: transparent linear-gradient(180deg, #2a7dd6, rgba(42, 125, 214, 0.55), rgba(42, 125, 214, 0.38), rgba(42, 125, 214, 0.18), rgba(42, 125, 214, 0)) 0% 0% no-repeat padding-box;
    opacity: 0.3;
    width: 100%;
    height: 31px;
    display: inline-block;
    position: absolute;
    top: 0; }
  .products-sec .tabs {
    display: table;
    margin: 0 auto;
    border: none; }
    .products-sec .tabs .tab {
      border: none;
      border-bottom: 1px solid #d6eaff; }
      @media (max-width: 800px) {
        .products-sec .tabs .tab::before {
          content: '+';
          color: #2A7DD6;
          font-size: 20px;
          font-weight: 900;
          position: absolute;
          top: 22px;
          right: 10px; } }
      .products-sec .tabs .tab .tab-title {
        font-size: 22px;
        padding: 5px 55px;
        color: #19212A; }
    .products-sec .tabs .tab.is-active {
      border-bottom: 3px solid #2A7DD6; }
      @media (max-width: 800px) {
        .products-sec .tabs .tab.is-active::after {
          content: '';
          background: #2A7DD6;
          width: 10px;
          height: 2px;
          position: absolute;
          top: 50%;
          right: 10px; }
        .products-sec .tabs .tab.is-active::before {
          opacity: 0; } }
      .products-sec .tabs .tab.is-active .tab-title {
        color: #2A7DD6; }
  .products-sec .tab-content.has-jsContent.is-active {
    padding: 34px 0 0; }
  .products-sec .beautify__section--featuredProducts {
    padding-top: 0; }

/* Tabbing section Ends */
/* New Arrival Starts */
.beautify__section--newProducts {
  padding: 43px 0 0; }
  .beautify__section--newProducts .container {
    padding-left: 15px;
    padding-right: 15px; }
    .beautify__section--newProducts .container:after {
      content: '';
      display: block;
      border-bottom: 1px solid #BFDEFF; }
    .beautify__section--newProducts .container .productCarousel {
      margin-bottom: 64px; }
  .beautify__section--newProducts .page-heading {
    font-size: 30px;
    line-height: 41px;
    color: #19212A;
    margin: 0 0 27px; }

.productCarousel .card, .productGrid .card {
  border-radius: 5px;
  transition: all 0.3s ease, border 0.1s;
  border: 1px solid #bfdeff;
  padding: 10px 5px 17px;
  background: #fff; }
  .productCarousel .card:hover, .productGrid .card:hover {
    border: 2px solid #2a7dd6; }
  .productCarousel .card .card-body, .productGrid .card .card-body {
    display: flex;
    flex-direction: column; }
  .productCarousel .card .card-title, .productGrid .card .card-title {
    font-size: 17px;
    line-height: 23px;
    font-weight: 700;
    margin: 0; }
  .productCarousel .card .productView-brand, .productGrid .card .productView-brand {
    font-size: 12px;
    line-height: 19px;
    color: #003F82;
    background: #D6EAFF;
    border-radius: 10px;
    margin: 0 auto 5px;
    padding: 1px 15px; }
  .productCarousel .card .card-text--rating, .productGrid .card .card-text--rating {
    margin: 0; }
    .productCarousel .card .card-text--rating .rating--small .icon, .productGrid .card .card-text--rating .rating--small .icon {
      width: 16px;
      height: 15px; }
  .productCarousel .card .card-buttons .card-figcaption-button, .productGrid .card .card-buttons .card-figcaption-button {
    max-width: unset;
    width: unset;
    display: table;
    margin: 0 auto 12px;
    font-size: 16px;
    padding: 12px 25px;
    line-height: 18px; }
    .productCarousel .card .card-buttons .card-figcaption-button:hover, .productGrid .card .card-buttons .card-figcaption-button:hover {
      background: #003F82; }
  .productCarousel .card .card-figcaption-button.custom-wishlist, .productGrid .card .card-figcaption-button.custom-wishlist {
    font-size: 0;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 33px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    opacity: 0;
    margin: 0 !important;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center; }
    .productCarousel .card .card-figcaption-button.custom-wishlist:hover, .productGrid .card .card-figcaption-button.custom-wishlist:hover {
      background: #FFECF4; }
    .productCarousel .card .card-figcaption-button.custom-wishlist:focus svg path, .productGrid .card .card-figcaption-button.custom-wishlist:focus svg path {
      fill: #E95691; }
  .productCarousel .card:hover .card-buttons .card-figcaption-button._compare, .productCarousel .card:hover .card-figcaption-button.custom-wishlist, .productGrid .card:hover .card-buttons .card-figcaption-button._compare, .productGrid .card:hover .card-figcaption-button.custom-wishlist {
    opacity: 1; }

.productCarousel-slide {
  padding: 0 5px; }

.productCarousel, .brandGrid {
  margin: 0; }
  .productCarousel .slick-arrow, .brandGrid .slick-arrow {
    background: #EFF1F2;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    transition: .3s all; }
    @media (max-width: 991.98px) {
      .productCarousel .slick-arrow, .brandGrid .slick-arrow {
        width: 35px;
        height: 35px; } }
    .productCarousel .slick-arrow:hover, .brandGrid .slick-arrow:hover {
      background: #BFDEFF; }
  .productCarousel .slick-prev, .brandGrid .slick-prev {
    left: -14px; }
    .productCarousel .slick-prev:before, .brandGrid .slick-prev:before {
      background: url(https://cdn11.bigcommerce.com/s-d2s9e251sx/product_images/uploaded_images/pre.png) no-repeat center;
      width: auto;
      height: 29px; }
      @media (max-width: 991.98px) {
        .productCarousel .slick-prev:before, .brandGrid .slick-prev:before {
          height: 15px; } }
  .productCarousel .slick-next, .brandGrid .slick-next {
    right: -14px; }
    .productCarousel .slick-next:before, .brandGrid .slick-next:before {
      background: url(https://cdn11.bigcommerce.com/s-d2s9e251sx/product_images/uploaded_images/next.png) no-repeat center;
      width: auto;
      height: 29px; }
      @media (max-width: 991.98px) {
        .productCarousel .slick-next:before, .brandGrid .slick-next:before {
          height: 15px; } }

/* New Arrival Ends */
/* Popular Brand Starts */
.home-brands {
  padding: 42px 0 37px; }
  .home-brands .container {
    padding-left: 15px;
    padding-right: 15px; }
  .home-brands .page-heading {
    font-size: 30px;
    line-height: 41px;
    color: #19212A;
    margin: 0; }
  .home-brands .brandGrid {
    padding: 0 50px; }
    .home-brands .brandGrid .brand .card {
      border: none;
      padding: 0; }
      .home-brands .brandGrid .brand .card .card-body {
        display: none; }
  .home-brands .slick-arrow {
    opacity: 1;
    z-index: 1; }
  .home-brands .slick-arrow.slick-disabled {
    cursor: pointer; }
    .home-brands .slick-arrow.slick-disabled:before {
      opacity: 1; }

/* Popular Brand Ends */
/* Blogs Starts */
.beautify__recentBlog {
  background: #EFF1F2;
  padding: 44px 0 70px; }
  .beautify__recentBlog .page-heading {
    text-align: left;
    font-size: 30px;
    line-height: 41px;
    color: #19212A;
    margin: 0 0 37px; }
  .beautify__recentBlog ._list {
    margin: 0;
    padding: 0 7px; }
    .beautify__recentBlog ._list ._item {
      padding: 0 7px;
      margin: 0;
      display: flex; }
      .beautify__recentBlog ._list ._item ._blog-thumbnail img {
        transition: transform .3s;
        object-fit: unset; }
      .beautify__recentBlog ._list ._item:hover ._blog {
        box-shadow: 7px 11px 25px #C1CCD86B; }
      .beautify__recentBlog ._list ._item:hover ._blog-thumbnail img {
        transform: scale(1.1); }
      .beautify__recentBlog ._list ._item:hover ._blog-title a {
        color: #2A7DD6; }
  .beautify__recentBlog ._blog {
    border-radius: 10px; }
  .beautify__recentBlog ._blog-thumbnail {
    border-radius: 10px 10px 0 0; }
  .beautify__recentBlog ._blog-post-body {
    text-align: left;
    padding: 15px 30px 37px; }
    .beautify__recentBlog ._blog-post-body ._blog-title {
      font-size: 17px;
      line-height: 23px;
      color: #19212A; }
    .beautify__recentBlog ._blog-post-body ._blog-date {
      font-size: 15px;
      line-height: 20px;
      color: #19212A;
      margin: 0; }
    .beautify__recentBlog ._blog-post-body ._blog-post {
      display: none; }

/* Blogs Ends */
/* B2C HOME PAGE ENDS */
/* B2C Listing page starts */
.productGrid .card .card-buttons .card-figcaption-button._compare {
  font-size: 0;
  position: absolute;
  top: 9px;
  right: 7px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  opacity: 0; }
  .productGrid .card .card-buttons .card-figcaption-button._compare:hover {
    background: #D6EAFF; }
  .productGrid .card .card-buttons .card-figcaption-button._compare svg {
    margin: 0;
    vertical-align: middle; }

.productGrid .card:hover .card-buttons .card-figcaption-button._compare {
  opacity: 1; }

.supermarket-page--pages-brand #sidebar-recently-viewed-products .listItem-figure {
  padding-left: 0; }

.supermarket-page--pages-brand #sidebar-recently-viewed-products .listItem-body {
  padding-right: 0; }

.supermarket-page--pages-brand #sidebar-recently-viewed-products .listItem-buttons {
  position: unset;
  visibility: visible;
  opacity: 1; }

/* B2C Listing page ends */
/* B2C Detail Page starts */
.productView .form-wishlist .dropdown-menu-button svg use {
  fill: #e95691; }

.productView .form-wishlist .dropdown-menu-button:hover {
  background: #FFECF4; }

/* B2C Detail page ends */
/* B2C Blog Listing Page Starts */
.supermarket-page--pages-blog .body {
  background: #EFF1F2; }

.supermarket-page--pages-blog .page-content-body {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px; }
  .supermarket-page--pages-blog .page-content-body .blog {
    padding: 0 7px;
    margin: 0 0 15px;
    width: 33.33%;
    border: none; }
    .supermarket-page--pages-blog .page-content-body .blog .blog-thumbnail img {
      transition: transform .3s;
      object-fit: unset;
      height: 100%; }
    .supermarket-page--pages-blog .page-content-body .blog:hover .blog-thumbnail img {
      transform: scale(1.1); }
    .supermarket-page--pages-blog .page-content-body .blog:hover .blog-title a {
      color: #2A7DD6; }

.supermarket-page--pages-blog .blog-thumbnail {
  border-radius: 10px 10px 0 0;
  margin: 0; }

.supermarket-page--pages-blog .blog-post-body {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 10px 10px; }
  .supermarket-page--pages-blog .blog-post-body .blog-title {
    font-size: 17px;
    line-height: 23px;
    color: #19212A;
    margin: 0 0 10px; }
  .supermarket-page--pages-blog .blog-post-body .blog-post {
    margin: 0; }
  .supermarket-page--pages-blog .blog-post-body .blog-summary {
    margin: 0 0 10px;
    color: #19212A;
    font-size: 15px; }
  .supermarket-page--pages-blog .blog-post-body .blog-date-date, .supermarket-page--pages-blog .blog-post-body .blog-date-author {
    font-size: 14px;
    line-height: 20px;
    color: #414F5E; }
  .supermarket-page--pages-blog .blog-post-body .blog-dateContainer {
    flex-wrap: wrap; }

/* B2C Blog Listing Page Ends */
/* B2C Blog Post Page Starts */
.supermarket-page--pages-blog-post .body {
  background: #EFF1F2;
  color: #19212A; }
  .supermarket-page--pages-blog-post .body .beautify__recentBlog {
    padding: 0; }
  .supermarket-page--pages-blog-post .body .blog-date {
    color: #414F5E; }

/* B2C Blog Post Page Ends */
/* B2B Home page starts */
/* B2B Header starts */
.header .beautify__mainHeader {
  padding: 0; }
  .header .beautify__mainHeader > .container {
    padding: 9px 15px; }
    @media (max-width: 1199px) {
      .header .beautify__mainHeader > .container {
        /*min-height: 145px;*/
        padding: 9px 15px 0; } }
    @media (max-width: 800px) {
      .header .beautify__mainHeader > .container {
        min-height: unset; } }

.header .beautify__topHeader {
  transition: all .2s ease 0s;
  line-height: 32px; }
  .header .beautify__topHeader .container {
    align-items: center; }
  .header .beautify__topHeader .topHeader-Social .socialLinks {
    line-height: unset; }
  .header .beautify__topHeader .topHeader-Social .socialLinks-item {
    margin: 0 15px 0 0; }
  .header .beautify__topHeader .topHeader-Social .icon {
    width: 18px;
    height: 18px;
    padding: 0; }
    .header .beautify__topHeader .topHeader-Social .icon:hover {
      opacity: 0.7; }
  .header .beautify__topHeader .topHeader-Social .icon--linkedin {
    background: url(https://store-d2s9e251sx.mybigcommerce.com/content/images/linkedin-1.svg) no-repeat center; }
  .header .beautify__topHeader .topHeader-Social .icon--twitter {
    background: url(https://store-d2s9e251sx.mybigcommerce.com/content/images/twitter-1.svg) no-repeat center; }
  .header .beautify__topHeader .topHeader-Social .icon--facebook {
    background: url(https://store-d2s9e251sx.mybigcommerce.com/content/images/facebook-1.svg) no-repeat center; }
  .header .beautify__topHeader .topHeader-Social .icon--youtube {
    background: url(https://store-d2s9e251sx.mybigcommerce.com/content/images/youtube-1.svg) no-repeat center; }
  .header .beautify__topHeader .topHeader-Social .icon--instagram {
    background: url(https://store-d2s9e251sx.mybigcommerce.com/content/images/instagram-1.svg) no-repeat center; }
  .header .beautify__topHeader ._contact {
    display: flex;
    padding: 0;
    max-width: 542px;
    width: 100%;
    justify-content: space-between; }
    .header .beautify__topHeader ._contact a, .header .beautify__topHeader ._contact address {
      font-size: 15px;
      line-height: inherit;
      color: #5A6878;
      font-style: unset;
      display: inline-flex;
      align-items: center; }
    .header .beautify__topHeader ._contact a:hover {
      color: #2A7DD6; }
    .header .beautify__topHeader ._contact svg {
      margin: 0 9px 0 0; }

.header .HeaderLeft {
  width: 20%; }
  @media (max-width: 1199.98px) {
    .header .HeaderLeft {
      width: 25%;
      order: 1; } }
  .header .HeaderLeft svg {
    max-width: 275px; }
    @media (max-width: 479.98px) {
      .header .HeaderLeft svg {
        max-width: 220px; } }

.header .HeaderMiddle {
  width: 35%;
  padding-right: 10px; }
  @media (max-width: 1199.98px) {
    .header .HeaderMiddle {
      width: 100%;
      order: 3; } }
  .header .HeaderMiddle #menu.navPages-container {
    background: transparent; }
    .header .HeaderMiddle #menu.navPages-container .container {
      justify-content: flex-end; }
      @media (max-width: 1199.98px) {
        .header .HeaderMiddle #menu.navPages-container .container {
          justify-content: center;
          border-top: 0px solid #eee; } }
    .header .HeaderMiddle #menu.navPages-container .navPages-item {
      padding: 12px !important; }
    .header .HeaderMiddle #menu.navPages-container .navPages-action {
      color: #414F5E !important;
      text-transform: unset !important; }
    .header .HeaderMiddle #menu.navPages-container .navUser-action {
      padding: 0;
      margin: 0;
      color: #414F5E;
      text-transform: uppercase !important;
      font-weight: 600; }
      .header .HeaderMiddle #menu.navPages-container .navUser-action:hover {
        opacity: 0.85; }
      @media (max-width: 800px) {
        .header .HeaderMiddle #menu.navPages-container .navUser-action {
          color: #fff;
          font-size: 15px;
          font-weight: 400;
          text-align: left; }
          .header .HeaderMiddle #menu.navPages-container .navUser-action img {
            filter: invert(1); } }
    .header .HeaderMiddle #menu.navPages-container div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navPages-item.navPages-item--page.navbrands a.navPages-action a.navUser-action {
      text-transform: unset !important; }
    .header .HeaderMiddle #menu.navPages-container .navPages-action-toggle-desktop .icon {
      fill: #414F5E !important; }
    .header .HeaderMiddle #menu.navPages-container .navPage-subMenu-list {
      background: #2A7DD6; }
      .header .HeaderMiddle #menu.navPages-container .navPage-subMenu-list .navPage-subMenu-item:last-child {
        border: none; }
      .header .HeaderMiddle #menu.navPages-container .navPage-subMenu-list .navPage-subMenu-action, .header .HeaderMiddle #menu.navPages-container .navPage-subMenu-list .navPage-childList-action {
        color: #fff; }
        .header .HeaderMiddle #menu.navPages-container .navPage-subMenu-list .navPage-subMenu-action:hover, .header .HeaderMiddle #menu.navPages-container .navPage-subMenu-list .navPage-childList-action:hover {
          background: #414F5E !important; }
    .header .HeaderMiddle #menu.navPages-container .navPages-item:hover > .navPages-action.has-subMenu:after {
      background: #2A7DD6; }

.header .HeaderRight {
  width: 45%;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 1199.98px) {
    .header .HeaderRight {
      width: 75%;
      display: flex;
      -ms-flex-pack: end;
      order: 2; } }
  .header .HeaderRight .navUser-section {
    list-style: none;
    justify-content: flex-end; }
    .header .HeaderRight .navUser-section .navUser-item--cart {
      border-left: 1px solid #EFF1F2;
      padding-left: 15px;
      margin-left: 15px; }
      @media (max-width: 800.98px) {
        .header .HeaderRight .navUser-section .navUser-item--cart {
          padding-left: 0;
          border: 0; } }
      .header .HeaderRight .navUser-section .navUser-item--cart .navUser-action--cart {
        margin: 0; }
        @media (max-width: 800.98px) {
          .header .HeaderRight .navUser-section .navUser-item--cart .navUser-action--cart {
            width: 54px;
            padding: 0; } }
        .header .HeaderRight .navUser-section .navUser-item--cart .navUser-action--cart:hover {
          opacity: 0.7; }
        .header .HeaderRight .navUser-section .navUser-item--cart .navUser-action--cart span {
          width: 24px;
          height: 22px;
          background: transparent;
          transform: initial;
          position: initial;
          color: #414F5E;
          font-size: 16px;
          line-height: 22px;
          font-weight: 600;
          font-family: 'Open Sans', sans-serif;
          padding-left: 5px;
          display: inline-block; }
          .header .HeaderRight .navUser-section .navUser-item--cart .navUser-action--cart span:before {
            content: "("; }
          .header .HeaderRight .navUser-section .navUser-item--cart .navUser-action--cart span:after {
            content: ")"; }
    .header .HeaderRight .navUser-section ._searchBar .beautify__quickSearch {
      height: 40px;
      width: 100%; }
    .header .HeaderRight .navUser-section ._searchBar .search {
      position: absolute;
      left: 0;
      background: transparent;
      outline: none !important;
      border: none;
      border-radius: 20px;
      padding: 0;
      width: 0;
      height: 100%;
      z-index: 10;
      transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      -o-transition-duration: 0.4s; }
    .header .HeaderRight .navUser-section ._searchBar .searchbutton {
      position: absolute;
      width: 100%;
      margin: 0;
      padding: 0;
      background: transparent;
      border: none;
      height: auto;
      top: 50%;
      transform: translate(0, -50%); }
    .header .HeaderRight .navUser-section ._searchBar .search:focus {
      width: 363px;
      padding: 0 35px 0 15px; }
    .header .HeaderRight .navUser-section ._searchBar .search:focus + .searchbutton {
      transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      -webkit-transition-duration: 0.4s;
      -o-transition-duration: 0.4s;
      background: #fff;
      color: black;
      z-index: 100;
      outline: none !important; }
    .header .HeaderRight .navUser-section ._searchBar .expandright {
      left: auto;
      right: -12px; }
    .header .HeaderRight .navUser-section ._searchBar .expandright:focus {
      padding: 0 35px 0 15px;
      border: 1px solid #707070;
      background: #fff; }
    .header .HeaderRight .navUser-section ._searchBar .button._close._close {
      width: 20px;
      height: 30px;
      background: #fff;
      padding: 0;
      top: 50%;
      transform: translate(0, -50%);
      z-index: 100; }
    .header .HeaderRight .navUser-section .navUser-item--account {
      padding: 8px 0 8px 20px; }
      .header .HeaderRight .navUser-section .navUser-item--account .navUser-action {
        margin: 0;
        display: flex;
        align-items: center; }
        .header .HeaderRight .navUser-section .navUser-item--account .navUser-action:hover {
          opacity: .7; }
      .header .HeaderRight .navUser-section .navUser-item--account ._label {
        color: #414F5E;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        margin: 0 0 0 8px; }
    .header .HeaderRight .navUser-section .navUser-item--compare {
      display: none; }
  .header .HeaderRight .navUser-item--search .form .form-input {
    width: 100%; }

.header .HeaderBottom {
  display: flex;
  background: #2A7DD6;
  padding: 6px 0;
  position: relative;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 6px 0;
  transition: all 0.3s ease-in-out, opacity 0s ease-in-out; }
  .header .HeaderBottom.header-hidden {
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    transition: all 0.3s ease-in-out, opacity 0s ease-in-out; }
  .header .HeaderBottom:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #003F82;
    z-index: 0; }
  .header .HeaderBottom .HeaderBottom-col {
    flex-basis: 50%; }
    .header .HeaderBottom .HeaderBottom-col p {
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      font-weight: 600;
      margin: 0; }
    .header .HeaderBottom .HeaderBottom-col a {
      color: #fff;
      text-decoration: none; }
  .header .HeaderBottom .HeaderBottom-right {
    text-align: right;
    position: relative;
    z-index: 1; }

.navPages-item:hover > .navPages-action.has-subMenu:after {
  display: none; }

@media (max-width: 800.98px) {
  .header-left {
    text-align: center; } }

.header-left svg {
  max-width: 275px; }

.has-activeNavPages .navPages-container-overlay {
  z-index: 2; }

.headerb2b {
  position: fixed !important; }
  .headerb2b .beautify__topHeader {
    background: #253546; }
    .headerb2b .beautify__topHeader .topHeader-Social .icon--linkedin {
      background: url("https://store-d2s9e251sx.mybigcommerce.com/product_images/Path%2052.svg") no-repeat center; }
    .headerb2b .beautify__topHeader .topHeader-Social .icon--twitter {
      background: url(https://store-d2s9e251sx.mybigcommerce.com/product_images/Path%2051.svg) no-repeat center; }
    .headerb2b .beautify__topHeader .topHeader-Social .icon--facebook {
      background: url(https://store-d2s9e251sx.mybigcommerce.com/product_images/Path%2053.svg) no-repeat center; }
    .headerb2b .beautify__topHeader .topHeader-Social .icon--youtube {
      background: url(https://store-d2s9e251sx.mybigcommerce.com/product_images/Group%2085.svg) no-repeat center; }
    .headerb2b .beautify__topHeader .topHeader-Social .icon--instagram {
      background: url(https://store-d2s9e251sx.mybigcommerce.com/product_images/Group%2088.svg) no-repeat center; }
    .headerb2b .beautify__topHeader ._contact {
      max-width: 542px; }
      .headerb2b .beautify__topHeader ._contact a, .headerb2b .beautify__topHeader ._contact address {
        color: #F9FCFF; }
      .headerb2b .beautify__topHeader ._contact svg {
        margin: 0 9px 0 0; }
    .headerb2b .beautify__topHeader .topHeader-quote a {
      background: #fa943e;
      padding: 0 15px;
      line-height: 34px;
      font-weight: bold; }
      .headerb2b .beautify__topHeader .topHeader-quote a:hover {
        background: #fa943e;
        color: #fff; }
  .headerb2b #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li a.navPages-action {
    font-size: 18px !important; }

/* B2B Header ends */
/* B2B Main Banner starts */
.b2b-home .Hero_Banner .Hero_Image img {
  max-height: 440px; }

/* B2B Main Banner ends */
.b2bOne_slider {
  max-height: 440px; }

.b2bTwo_banner {
  min-height: 272px; }

.section-title {
  font-size: 30px;
  line-height: 41px;
  color: #19212A;
  margin: 0;
  text-align: center; }

/* Networking Technology starts */
.NetworkingTechnology {
  padding: 50px 0 49px; }
  .NetworkingTechnology .section-title {
    font-size: 25px;
    line-height: 34px;
    text-align: left;
    margin: 0 0 18px; }
  .NetworkingTechnology .row {
    display: flex;
    margin: 0; }
    .NetworkingTechnology .row .image {
      flex-basis: 30%;
      display: inline-flex;
      align-items: center; }
    .NetworkingTechnology .row .content {
      flex-basis: 70%;
      padding: 0 0 0 23px; }
      .NetworkingTechnology .row .content .description {
        font-size: 15px;
        line-height: 20px;
        color: #19212A; }
        .NetworkingTechnology .row .content .description p, .NetworkingTechnology .row .content .description li {
          margin: 0 0 19px; }
        .NetworkingTechnology .row .content .description ul {
          list-style: none; }
          .NetworkingTechnology .row .content .description ul li {
            position: relative; }
            .NetworkingTechnology .row .content .description ul li:before {
              content: '';
              width: 9px;
              height: 9px;
              border-radius: 50%;
              background: #2A7DD6;
              display: inline-block;
              position: absolute;
              left: -19px;
              top: 6px; }
      .NetworkingTechnology .row .content .button {
        margin: 10px 0 0;
        padding: 15px 38px; }

/* Networking Technology ends */
/* Solutions section starts */
.Solutions {
  background: #EFF1F2;
  padding: 38px 0 39px; }
  .Solutions .section-title {
    margin: 0 0 25px; }
  .Solutions .row {
    display: flex;
    flex-wrap: wrap; }
    .Solutions .row .col {
      flex-basis: 50%;
      padding: 0 12.5px;
      margin: 0 0 21px; }
      .Solutions .row .col .col_inner {
        background: #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        padding: 19px 26px;
        border: 2px solid transparent;
        content-visibility: auto; }
        .Solutions .row .col .col_inner:hover {
          border-color: #2A7DD6;
          transition: .3s all; }
          .Solutions .row .col .col_inner:hover .text-block h5 {
            color: #2A7DD6; }
      .Solutions .row .col .icon-block {
        flex-basis: 27%;
        padding: 0 19px 0 0; }
      .Solutions .row .col .text-block {
        flex-basis: 73%; }
        .Solutions .row .col .text-block h5 {
          font-size: 18px;
          line-height: 24px;
          color: #19212A;
          text-transform: unset;
          margin: 0; }

@media (max-width: 575px) {
  .Hero_Banner .slick-next::before, .Hero_Banner .slick-prev::before {
    height: 25px;
    width: 12px; } }

.solution {
  background: #EFF1F2;
  padding: 38px 0 39px; }
  .solution ul {
    padding: 10px 0; }
    .solution ul .slick-list .slick-track {
      display: flex; }
      .solution ul .slick-list .slick-track li {
        width: 33.3% !important;
        display: inline-block;
        padding: 0 11px; }
        .solution ul .slick-list .slick-track li .col {
          width: 100%;
          background: #FFFFFF;
          margin: 20px 0;
          border-radius: 5px; }
          .solution ul .slick-list .slick-track li .col .col_inner {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 20px;
            border: 2px solid #fff;
            /*transition: all .5s ease-in-out;*/
            border-radius: 5px;
            max-height: 109px;
            content-visibility: auto;
            contain-intrinsic-size: 109px; }
            .solution ul .slick-list .slick-track li .col .col_inner:hover {
              border-color: #2a7dd6;
              transition: all .5s ease-in-out; }
              .solution ul .slick-list .slick-track li .col .col_inner:hover .text-block h5 {
                color: #2a7dd6; }
            .solution ul .slick-list .slick-track li .col .col_inner .icon-block {
              width: 21%; }
              .solution ul .slick-list .slick-track li .col .col_inner .icon-block a {
                margin: 0;
                width: 100%;
                height: 66px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                border: 2px solid #707070;
                border-radius: 50%;
                overflow: hidden;
                cursor: default; }
                .solution ul .slick-list .slick-track li .col .col_inner .icon-block a img {
                  padding: 7px;
                  max-height: 66px;
                  width: 66px;
                  display: inline-block;
                  object-fit: contain; }
            .solution ul .slick-list .slick-track li .col .col_inner .text-block {
              width: 79%;
              padding-left: 20px; }
              .solution ul .slick-list .slick-track li .col .col_inner .text-block h5 {
                padding: 0;
                margin: 0;
                font-size: 18px;
                line-height: 24px;
                color: #19212A;
                font-weight: 700;
                text-transform: none; }
    .solution ul button.slick-arrow {
      width: 45px;
      height: 45px;
      padding: 0;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0px 0px 6px 1px rgba(159, 156, 156, 0.75);
      -webkit-box-shadow: 0px 0px 6px 1px rgba(159, 156, 156, 0.75);
      -moz-box-shadow: 0px 0px 6px 1px rgba(159, 156, 156, 0.75); }
    .solution ul button.slick-prev {
      left: -45px;
      right: inherit; }
      .solution ul button.slick-prev::before {
        content: "";
        width: 12px;
        height: 18px;
        background: url("https://cdn11.bigcommerce.com/s-d2s9e251sx/images/stencil/original/image-manager/arrow-left-2x.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 15px;
        left: 15px;
        right: 0; }
    .solution ul button.slick-next {
      right: -45px;
      left: inherit; }
      .solution ul button.slick-next::before {
        content: "";
        width: 12px;
        position: absolute;
        height: 18px;
        background: url("https://cdn11.bigcommerce.com/s-d2s9e251sx/images/stencil/original/image-manager/arrow-right-2x.png");
        background-repeat: no-repeat;
        background-size: contain;
        top: 15px;
        left: auto;
        right: 15px; }

/* Solutions section ends */
/* Markets section starts */
.Markets {
  padding: 32px 0 0; }
  .Markets .section-title {
    margin: 0 0 25px; }
  .Markets .row {
    display: flex;
    margin: 0 -9px;
    width: unset;
    border-bottom: 1px solid #414F5E;
    padding: 0 0 60px; }
    .Markets .row .col {
      width: 16.66%;
      padding: 0 9px;
      text-align: center; }
      .Markets .row .col .col_wrapper .caption-box {
        background: #414F5E;
        color: #fff;
        padding: 23px 18px;
        position: relative;
        min-height: 254px; }
        .Markets .row .col .col_wrapper .caption-box:before {
          content: "";
          position: absolute;
          display: block;
          left: 0;
          right: 0;
          top: 100%;
          bottom: 0;
          background: #2A7DD6;
          transition: all 0.3s; }
        .Markets .row .col .col_wrapper .caption-box .box-inner {
          position: relative;
          z-index: 1; }
        .Markets .row .col .col_wrapper .caption-box h4 {
          line-height: 24px;
          color: #fff;
          text-transform: uppercase;
          margin: 0 -10px 9px; }
        .Markets .row .col .col_wrapper .caption-box p {
          font-size: 14px;
          line-height: 19px;
          margin: 0 0 0; }
        .Markets .row .col .col_wrapper .caption-box .arrow-icon {
          transition: .3s all; }
      .Markets .row .col .col_wrapper .thumb {
        display: inline-block;
        height: 74px;
        width: 100%; }
        .Markets .row .col .col_wrapper .thumb img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .Markets .row .col .col_wrapper:hover .caption-box::before {
        top: 0; }
      .Markets .row .col .col_wrapper:hover .arrow-icon {
        margin-left: 15px; }

/* Markets section ends */
/* Brand section b2b starts */
.Brandsb2b {
  text-align: center;
  padding: 39px 0 58px; }
  .Brandsb2b .section-title {
    margin: 0 0 33px; }
  .Brandsb2b .row {
    display: flex;
    flex-wrap: wrap; }
    .Brandsb2b .row .col {
      width: 16.66%;
      margin: 0 0 20px; }
  .Brandsb2b .button {
    margin: 30px 0 0;
    padding: 15px 38px; }
  .Brandsb2b .slick-arrow {
    background: #EFF1F2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: .3s all; }
    .Brandsb2b .slick-arrow:hover {
      background: #BFDEFF; }
  .Brandsb2b .slick-prev {
    left: 0; }
    .Brandsb2b .slick-prev:before {
      background: url(https://cdn11.bigcommerce.com/s-d2s9e251sx/images/stencil/original/image-manager/arrow-blue-left-2x.png) no-repeat center;
      width: auto;
      height: 20px;
      background-size: contain; }
  .Brandsb2b .slick-next {
    right: 0; }
    .Brandsb2b .slick-next:before {
      background: url(https://cdn11.bigcommerce.com/s-d2s9e251sx/images/stencil/original/image-manager/arrow-blue-right-2x.png) no-repeat center;
      width: auto;
      height: 20px;
      background-size: contain; }

/* Brand section b2b ends */
/* Promotions starts */
.Promotions {
  background: #414F5E;
  padding: 24px 0; }
  .Promotions .row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Promotions .row .text-block p {
      font-size: 19px;
      line-height: 26px;
      font-weight: 700;
      color: #fff;
      margin: 0; }
    .Promotions .row .button-block .button {
      margin: 0;
      padding: 15px 38px; }
      .Promotions .row .button-block .button:hover {
        border-color: #fff;
        background: transparent; }

/* Promotions ends */
/* Top Selling starts */
.TopSelling {
  position: relative;
  margin-bottom: 50px;
  /*padding: 49px 0 51px; background: #F4F8FB;*/
  /*&:before {
		content: ''; 
		background: transparent linear-gradient(180deg, rgba(42, 125, 214, 1), rgba(42, 125, 214, 0.55), rgba(42, 125, 214, 0.38), rgba(42, 125, 214, 0.18), 
		rgba(42, 125, 214, 0)) 0% 0% no-repeat padding-box; opacity: 0.3; width: 100%; height: 31px; display: inline-block; position: absolute; top: 0;
	}*/ }
  .TopSelling .section-title {
    margin: 0 0 35px; }
  .TopSelling .row {
    /*.col:nth-child(even) {
			flex-direction: row-reverse;
		}*/ }
    .TopSelling .row .col {
      display: flex;
      align-items: center;
      background: #ffffff;
      box-shadow: 7px 11px 25px #C1CCD86B;
      border: 1px solid #2A7DD6;
      margin: 0 0 23px;
      padding: 30px 71px 48px; }
      .TopSelling .row .col .product-image {
        flex-basis: 50%;
        padding: 0 42px 0 0; }
      .TopSelling .row .col .product-content {
        flex-basis: 50%; }
        .TopSelling .row .col .product-content .product-title {
          font-size: 25px;
          line-height: 34px;
          color: #19212A;
          font-weight: 700;
          margin: 0 0 14px; }
        .TopSelling .row .col .product-content .product-description {
          /*p:first-child {
						margin: 0;
					}*/ }
          .TopSelling .row .col .product-content .product-description p {
            font-size: 15px;
            line-height: 20px;
            color: #19212A;
            margin: 0 0 21px 0; }
          .TopSelling .row .col .product-content .product-description ul {
            margin: 0 0 20px 28px; }
            .TopSelling .row .col .product-content .product-description ul li {
              font-size: 14px;
              line-height: 20px;
              color: #19212A;
              font-weight: 700; }
              .TopSelling .row .col .product-content .product-description ul li::marker {
                color: #2A7DD6; }
              .TopSelling .row .col .product-content .product-description ul li p {
                margin: 0; }
          .TopSelling .row .col .product-content .product-description .product-link {
            font-size: 15px;
            line-height: 20px;
            color: #2A7DD6; }
        .TopSelling .row .col .product-content .button {
          margin: 0;
          padding: 10px 23px; }

/* Top Selling ends */
#b2bSeven .product-image .brand-icon {
  text-align: center;
  margin-bottom: 20px; }

/* Latest Blog starts */
.b2b-home .beautify__recentBlog {
  background: #fff; }
  .b2b-home .beautify__recentBlog ._blog {
    box-shadow: 0px 6px 10px #c1ccd86b; }
    .b2b-home .beautify__recentBlog ._blog ._blog-post-figure, .b2b-home .beautify__recentBlog ._blog ._blog-thumbnail {
      max-height: 159px; }
    .b2b-home .beautify__recentBlog ._blog ._blog-thumbnail img {
      height: 100%; }
  .b2b-home .beautify__recentBlog ._blog-post-body {
    padding: 18px 17px;
    display: flex;
    flex-direction: column; }
    .b2b-home .beautify__recentBlog ._blog-post-body ._blog-title {
      font-size: 16px;
      line-height: 21px;
      color: #414F5E; }
    .b2b-home .beautify__recentBlog ._blog-post-body ._blog-date {
      order: -1;
      margin: 0 0 10px;
      font-size: 14px;
      line-height: 19px;
      color: #414F5E; }
    .b2b-home .beautify__recentBlog ._blog-post-body ._blog-post {
      display: block; }
      .b2b-home .beautify__recentBlog ._blog-post-body ._blog-post p {
        color: #414F5E;
        opacity: 1; }
      .b2b-home .beautify__recentBlog ._blog-post-body ._blog-post ._blog-readmore {
        display: none; }

/* Latest Blog ends */
/* B2B Home page ends */
.banner-cms {
  display: inline-block;
  text-align: center;
  width: 100%; }

.distributor {
  text-align: center;
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 71px 48px;
  margin-bottom: 23px; }
  .distributor h2 {
    color: #2A7DD6 !important; }
  .distributor p {
    margin: 0px 0; }
    .distributor p span {
      color: #2a7dd6;
      font-weight: bold; }
  .distributor .comp {
    margin: 10px 0; }
    .distributor .comp span {
      color: #2a7dd6;
      font-weight: bold; }
  .distributor .panel-bottom {
    text-align: left; }
    .distributor .panel-bottom ul {
      margin-top: 15px; }
      .distributor .panel-bottom ul li {
        font-weight: bold; }
  .distributor span {
    color: #2a7dd6;
    font-weight: bold; }
  .distributor iframe {
    margin-top: 20px; }
    @media (max-width: 991px) {
      .distributor iframe {
        width: 100%; } }
  .distributor a {
    font-weight: bold; }
  .distributor .womasters-bottom {
    margin-top: 30px; }

.switch {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
  text-align: center; }
  .switch .ether {
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 479px) {
      .switch .ether {
        display: block; } }

.womasters-city h6 {
  text-align: left; }

.womasters-city ul {
  text-align: left;
  margin: 20px 0; }

.series-box {
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 71px 48px;
  margin: 15px 0 23px;
  display: flex;
  width: 100%; }
  .series-box h2 {
    color: #2A7DD6 !important; }
  .series-box .series-left-box {
    width: 50%; }
  .series-box .series-right-box {
    width: 50%; }

.vecow {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center; }
  .vecow p {
    margin: 10px 0; }
  .vecow span {
    color: #2a7dd6;
    font-weight: bold; }
  .vecow .series-right-box {
    text-align: left;
    padding-left: 20px; }

.v-tech {
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 71px 48px;
  margin-bottom: 23px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center; }
  .v-tech p {
    margin: 10px 0; }
  .v-tech .comp {
    margin: 10px 0; }
    .v-tech .comp p {
      margin: 0; }
    .v-tech .comp span {
      color: #2a7dd6;
      font-weight: bold; }

.cyber-banner {
  display: inline-block;
  text-align: center; }

.industrials {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 10px 48px;
  margin-bottom: 23px; }
  .industrials h2 {
    color: #2A7DD6 !important; }
  .industrials .industrials-left {
    width: 50%;
    text-align: center; }
  .industrials .industrials-right {
    width: 50%;
    padding-left: 20px; }
  .industrials h3 {
    font-size: 25px !important;
    margin-bottom: 5px !important; }
  .industrials .industrials-text p {
    font-weight: bold !important; }
  .industrials .iei-box-top {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .industrials .iei-box-top h4 {
      font-size: 20px !important;
      margin-top: 0 !important; }
  .industrials h5 {
    display: inline-block;
    width: 100%; }

.ether {
  display: flex;
  width: 100%;
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 71px 48px;
  margin: 15px 0 23px; }
  .ether .ether-left {
    width: 50%; }
  .ether .ether-right {
    width: 50%; }
  .ether a {
    font-weight: bold; }

.innodisk {
  flex-wrap: wrap; }
  .innodisk .innodisk-top {
    display: inline-block;
    width: 100%;
    text-align: center; }
  .innodisk .ether-left {
    text-align: center; }
  .innodisk .kit-iiot-grid {
    list-style: none; }
  .innodisk .kit-iiot-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }

.iot {
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 21px 48px;
  margin: 15px 0 23px; }
  .iot .iot-top {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 5px 0; }
    .iot .iot-top p {
      margin-bottom: 5px; }
  .iot .iot-middle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
    .iot .iot-middle .iot-middle-left {
      width: 50%;
      text-align: center; }
    .iot .iot-middle .iot-middle-right {
      width: 50%;
      padding-left: 20px; }
      .iot .iot-middle .iot-middle-right a {
        font-weight: bold; }
  .iot .spc-v {
    margin-top: 20px; }
  .iot .comp {
    margin: 10px 0; }
    .iot .comp p {
      margin: 0; }
    .iot .comp span {
      color: #2a7dd6;
      font-weight: bold; }
  .iot .scada {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .iot .scada .iot-middle-left {
      width: 45%; }
    .iot .scada .iot-middle-right {
      width: 45%; }

.atop-t .iot-middle .iot-middle-right {
  padding-left: 45px; }

.accelerate {
  display: inline-block;
  width: 100%;
  text-align: center;
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 71px 48px;
  margin: 15px 0 23px; }

.tools {
  display: inline-block;
  width: 100%;
  text-align: center;
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 71px 48px;
  margin: 15px 0 23px; }

.ignition {
  display: inline-block;
  width: 100%;
  text-align: center;
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 71px 48px;
  margin: 15px 0 23px; }
  .ignition h2 {
    margin-bottom: 0 !important; }

.isf {
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 71px 48px;
  margin: 15px 0 23px;
  display: inline-block;
  width: 100%; }
  .isf .isf-top {
    text-align: center;
    margin-bottom: 10px; }
  .isf .isf-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .isf .isf-bottom h5 {
      font-size: 18px !important;
      line-height: 26px !important; }
  .isf .patton-b {
    padding: 0 10px; }
  .isf a {
    font-weight: bold; }
  .isf .comp {
    margin: 10px 0; }
    .isf .comp p {
      margin: 0; }
    .isf .comp span {
      color: #2a7dd6;
      font-weight: bold; }

.oring-p {
  text-align: center;
  width: 100%; }
  .oring-p a {
    font-weight: bold; }
  .oring-p ul {
    text-align: left; }

.manufacturing .isf-bottom {
  display: flex;
  justify-content: center; }

.v-iiot .isf-bottom {
  display: flex;
  justify-content: space-around;
  width: 100%; }

.rugged {
  box-shadow: 7px 11px 25px #C1CCD86B;
  border: 1px solid #2A7DD6;
  padding: 30px 71px 48px;
  margin: 15px 0 23px;
  display: inline-block;
  width: 100%;
  text-align: center; }
  .rugged .rugged-img {
    display: inline-block;
    width: 100%;
    text-align: center; }
  .rugged a {
    font-weight: bold; }

a.wln-btn {
  text-align: center;
  line-height: 19px;
  font-size: 15px;
  text-decoration: none;
  background: #2a7dd6;
  color: #fff !important;
  padding: 0.875rem 2.25rem;
  border-radius: 40px;
  font-weight: bold;
  transition: all .3s ease-in-out; }
  a.wln-btn:hover {
    background: #003f82; }
  @media (max-width: 600px) {
    a.wln-btn {
      display: block; } }

@media (max-width: 1199px) {
  .series-box .series-right-box {
    padding-left: 30px; }
  .industrials {
    justify-content: space-between; }
    .industrials .industrials-left {
      width: 40%; }
    .industrials .industrials-right {
      width: 40%; }
    .industrials .industrials-bottom {
      display: flex;
      justify-content: center;
      width: 100%; }
  .iot .iot-middle .iot-middle-left {
    width: 40%; }
  .iot .iot-middle .iot-middle-right {
    width: 40%; } }

@media (max-width: 991px) {
  .series-box {
    flex-wrap: wrap;
    padding: 30px 50px 48px; }
    .series-box h3 {
      font-size: 22px !important; }
    .series-box .series-left-box {
      width: 100%; }
    .series-box .series-right-box {
      width: 100%; }
  .industrials {
    flex-wrap: wrap; }
    .industrials h3 {
      font-size: 22px !important; }
    .industrials .industrials-left {
      width: 100%; }
      .industrials .industrials-left iframe {
        width: 100%; }
    .industrials .industrials-right {
      width: 100%; }
    .industrials .industrials-bottom {
      flex-wrap: wrap;
      justify-content: flex-start; }
  .ether {
    padding: 30px 40px 48px; }
  .iot .iot-middle {
    flex-wrap: wrap; }
    .iot .iot-middle .iot-middle-left {
      width: 100%; }
      .iot .iot-middle .iot-middle-left iframe {
        width: 100%; }
    .iot .iot-middle .iot-middle-right {
      width: 100%;
      margin-top: 10px; }
  .iot .spc-v .iot-middle-left {
    text-align: center; }
  .ecx-f .iot-middle-left {
    text-align: center; }
  .accelerate h6 {
    margin-bottom: 25px !important; }
  .accelerate iframe {
    width: 100%; }
  .tools iframe {
    width: 100%; }
  .ignition h3 {
    font-size: 22px !important; }
  .isf {
    padding: 30px 35px 48px; }
    .isf .isf-bottom {
      flex-wrap: wrap; }
      .isf .isf-bottom .isf-bottom-left {
        width: 50%; }
      .isf .isf-bottom .isf-bottom-middle {
        width: 50%; }
  .v-tech iframe {
    width: 100%; }
  .rugged {
    padding: 30px 40px 48px; }
  .iei iframe {
    width: 100%; }
  .iei-box iframe {
    width: 100%; } }

@media (max-width: 767px) {
  .distributor {
    padding: 30px 35px 48px; }
  h2 {
    font-size: 26px !important;
    line-height: 32px !important; }
  h3 {
    font-size: 22px !important;
    line-height: 30px !important; }
  h6 {
    font-size: 16px !important; }
  .ether {
    flex-wrap: wrap;
    padding: 30px 25px 48px; }
    .ether .ether-left {
      width: 100%; }
    .ether .ether-right {
      width: 100%; }
  .accelerate {
    padding: 30px 35px 48px; }
  .ignition {
    padding: 30px 35px 48px; }
  .tools {
    padding: 30px 35px 48px; }
  .isf .isf-bottom .isf-bottom-middle {
    padding-left: 20px; }
  .rugged {
    padding: 30px 25px 48px; }
  .v-tech {
    padding: 30px 25px 48px; }
  .v-iiot .isf-bottom-right {
    width: 50%; } }

@media (max-width: 480px) {
  h2 {
    font-size: 22px !important;
    line-height: 32px !important; }
  h3 {
    font-size: 18px !important;
    line-height: 30px !important; }
  .distributor {
    padding: 20px 15px;
    text-align: left; }
  .series-box {
    padding: 20px 15px; }
    .series-box .series-right-box {
      padding-left: 0; }
  .iot {
    padding: 20px 15px; }
    .iot .iot-top {
      text-align: left; }
    .iot .iot-middle .iot-middle-right {
      padding-left: 0; }
  .industrials {
    padding: 20px 15px; }
    .industrials .industrials-right {
      padding-left: 0; }
    .industrials .iei-box-top {
      text-align: left; }
  .iei-box .industrials-bottom {
    justify-content: center; }
  .ether {
    padding: 20px 15px; }
  .accelerate {
    padding: 20px 15px;
    text-align: left; }
  .ignition {
    padding: 20px 15px;
    text-align: left; }
    .ignition h3 {
      font-size: 18px !important; }
  .isf {
    padding: 20px 15px;
    text-align: left; }
    .isf .isf-top h4 {
      font-size: 18px !important;
      line-height: 28px !important; }
    .isf .isf-bottom .isf-bottom-left {
      width: 100%; }
    .isf .isf-bottom .isf-bottom-middle {
      width: 100%;
      padding-left: 0; }
    .isf .isf-bottom .isf-bottom-right {
      width: 100%; }
  a.wln-btn {
    padding: 10px 18px; }
  .vecow {
    text-align: left; }
  .v-tech {
    padding: 20px 15px;
    text-align: left; }
  .rugged {
    padding: 20px 15px;
    text-align: left; } }

#supermarketCompareList .countPill {
  position: initial;
  transform: initial;
  font-size: 12px; }

.modal {
  overflow: auto; }

/*.has-activeModal .modal-background{
	transition-duration: 2s;
	transition-delay: 2s;
}*/
/*======== RESPONSIVE STARTS ========*/
@media (max-width: 1230px) {
  /* Product Slider */
  .productCarousel {
    padding: 0 10px; }
    .productCarousel .slick-prev {
      left: 0; }
    .productCarousel .slick-next {
      right: 0; }
  /* Brand section */
  .brandGrid .slick-prev {
    left: 0; }
  .brandGrid .slick-next {
    right: 0; }
  /* solution section */
  .solution ul {
    margin: 0 0 0 5px; }
    .solution ul .slick-list .slick-track {
      margin: 0; }
    .solution ul button.slick-next {
      right: -1%; }
    .solution ul button.slick-prev {
      left: -1%; } }

@media (max-width: 1199px) {
  /* New Arrival section */
  .beautify__section--newProducts {
    padding: 30px 0 0; }
    .beautify__section--newProducts .container .productCarousel {
      margin-bottom: 40px; }
  /* Brand section */
  .home-brands {
    padding: 31px 0 25px; }
  /* Blog section */
  .beautify__recentBlog {
    padding: 30px 0 40px; }
    .beautify__recentBlog .page-heading {
      margin: 0 0 30px; } }
    @media (max-width: 1199px) and (max-width: 567px) {
      .beautify__recentBlog .page-heading {
        margin-top: 25px; } }

@media (max-width: 1199px) {
    .beautify__recentBlog ._blog-post-body {
      padding: 15px 15px 25px; }
  /* Listing page */
  .productGrid .product {
    width: 33.33%;
    flex-basis: 33.33%; }
  /* B2B Solution section */
  .Solutions {
    padding: 30px 0 25px; }
    .Solutions .row .col .col_inner {
      padding: 19px 21px; }
  /* B2B Marketing section */
  .Markets .row {
    flex-wrap: wrap;
    padding: 0 0 40px; }
    .Markets .row .col {
      width: 33.33%;
      margin: 0 0 20px; }
      .Markets .row .col .col_wrapper .caption-box {
        min-height: 216px; }
  /* B2B solution section */
  .solution ul {
    margin: 0; }
    .solution ul .slick-list .slick-track li .col .col_inner {
      padding: 15px; }
      .solution ul .slick-list .slick-track li .col .col_inner .icon-block {
        width: 27%; }
        .solution ul .slick-list .slick-track li .col .col_inner .icon-block a {
          height: auto; }
      .solution ul .slick-list .slick-track li .col .col_inner .text-block {
        padding-left: 15px; }
        .solution ul .slick-list .slick-track li .col .col_inner .text-block h5 {
          font-size: 16px;
          line-height: 22px; } }

@media (max-width: 991px) {
  /* Blog listing page */
  .supermarket-page--pages-blog .page-content-body .blog {
    width: 100%; }
  /* B2B Header */
  .header .beautify__topHeader ._contact {
    max-width: unset;
    width: unset; }
    .header .beautify__topHeader ._contact .info-block {
      margin: 0 0 0 20px; }
  .header .HeaderBottom .container {
    padding-top: 0; }
  .header .HeaderBottom .HeaderBottom-col p {
    font-size: 13px;
    line-height: 17px; }
  /* B2b Brand section */
  .Brandsb2b {
    padding: 40px 0; }
    .Brandsb2b .row {
      padding: 0 40px; }
      .Brandsb2b .row .col {
        padding: 0 10px;
        margin: 0; }
  /* B2B Promotion section */
  .Promotions .row {
    flex-wrap: wrap;
    text-align: center; }
    .Promotions .row .col {
      width: 100%; }
    .Promotions .row .text-block {
      margin: 0 0 20px; }
  .solution ul .slick-list .slick-track li .col .col_inner .icon-block {
    width: 32%; } }

@media (max-width: 800px) {
  /* Hero Banner */
  .Hero_Banner .Hero_Content {
    padding: 30px 15px; }
  /* Tabbing section */
  .products-sec {
    padding: 26px 0 14px; }
    .products-sec .tabs {
      display: block; }
      .products-sec .tabs .tab .tab-title {
        padding: 15px;
        opacity: .4;
        text-align: left; }
      .products-sec .tabs .tab.is-active .tab-title {
        opacity: 1; }
  /* New Arrival section */
  .beautify__section--newProducts .container .productCarousel {
    margin-bottom: 80px; }
  .productCarousel {
    padding: 0; }
    .productCarousel .slick-dots {
      margin-top: 20px; }
  /* Brand section */
  .home-brands .brandGrid {
    padding: 0; }
    .home-brands .brandGrid .slick-dots {
      margin-top: 20px; }
  /* B2B Header */
  .headerb2b.header .HeaderMenu {
    display: flex;
    width: 8%; }
    .headerb2b.header .HeaderMenu .mobileMenu-toggle {
      margin: 0 15px 0 0;
      color: #2a7dd6; }
      .headerb2b.header .HeaderMenu .mobileMenu-toggle ._icon {
        background-color: #2a7dd6; }
        .headerb2b.header .HeaderMenu .mobileMenu-toggle ._icon:before, .headerb2b.header .HeaderMenu .mobileMenu-toggle ._icon:after {
          background-color: #2a7dd6; }
      .headerb2b.header .HeaderMenu .mobileMenu-toggle.is-open ._icon {
        background-color: transparent; }
        .headerb2b.header .HeaderMenu .mobileMenu-toggle.is-open ._icon:before, .headerb2b.header .HeaderMenu .mobileMenu-toggle.is-open ._icon:after {
          background-color: #2a7dd6; }
  .headerb2b.header .HeaderLeft {
    width: 42%; }
  .headerb2b.header .HeaderRight {
    width: 50%; }
  .headerb2b.header .HeaderRight {
    margin-left: auto; }
    .headerb2b.header .HeaderRight .navUser-section, .headerb2b.header .HeaderRight .navUser-item--search, .headerb2b.header .HeaderRight ._searchBar {
      width: 100%; }
    .headerb2b.header .HeaderRight ._searchBar {
      margin: 0;
      padding: 0;
      background: transparent;
      flex-direction: row-reverse; }
    .headerb2b.header .HeaderRight .mobileMenu-toggle {
      margin: 0 0 0 15px;
      color: #2a7dd6; }
      .headerb2b.header .HeaderRight .mobileMenu-toggle ._icon {
        background-color: #2a7dd6; }
        .headerb2b.header .HeaderRight .mobileMenu-toggle ._icon:before, .headerb2b.header .HeaderRight .mobileMenu-toggle ._icon:after {
          background-color: #2a7dd6; }
      .headerb2b.header .HeaderRight .mobileMenu-toggle.is-open ._icon {
        background-color: transparent; }
        .headerb2b.header .HeaderRight .mobileMenu-toggle.is-open ._icon:before, .headerb2b.header .HeaderRight .mobileMenu-toggle.is-open ._icon:after {
          background-color: #2a7dd6; }
  .headerb2b.header .HeaderMiddle {
    width: unset; }
    .headerb2b.header .HeaderMiddle #menu.navPages-container {
      background: #fff; }
      .headerb2b.header .HeaderMiddle #menu.navPages-container .navPages-action {
        color: #fff !important; }
    .headerb2b.header .HeaderMiddle #bf-fix-menu-mobile {
      align-items: unset; }
    .headerb2b.header .HeaderMiddle .navPages {
      width: 100%; }
  .headerb2b.header .beautify__mainHeader > .container {
    padding: 10px 15px; }
    .headerb2b.header .beautify__mainHeader > .container .header-logo {
      max-width: unset;
      margin-bottom: 0; }
  .headerb2b.header .HeaderBottom .container {
    padding: 0 15px; }
  .headerb2b.header .beautify__mainHeader {
    padding-bottom: 0; }
  .beautify__recentBlog ._list ._item {
    flex-basis: 45%; }
  .b2b-home .beautify__recentBlog {
    padding-bottom: 30px; }
    .b2b-home .beautify__recentBlog ._blog {
      margin-bottom: 10px; } }

@media (max-width: 767px) {
  .productCarousel {
    margin: 0; }
  /* Listing page */
  .productGrid .product {
    width: 50%;
    flex-basis: 50%; }
  /*Header */
  .header .beautify__topHeader {
    padding: 3px 0 3px; }
    .header .beautify__topHeader .container {
      flex-wrap: wrap; }
      .header .beautify__topHeader .container .topHeader-Social {
        width: 50%; }
      .header .beautify__topHeader .container ._contact {
        width: 50%;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .header .beautify__topHeader .container ._contact svg {
          margin-right: 0; }
        .header .beautify__topHeader .container ._contact .topHeader-mail.info-block {
          margin-right: 15px; }
        .header .beautify__topHeader .container ._contact .info-block {
          margin: 0; }
          .header .beautify__topHeader .container ._contact .info-block a {
            font-size: 0; }
          .header .beautify__topHeader .container ._contact .info-block.topHeader-mail a, .header .beautify__topHeader .container ._contact .info-block .topHeader-phone a {
            font-size: 0;
            margin: 0 0 0 5px; }
            .header .beautify__topHeader .container ._contact .info-block.topHeader-mail a:hover, .header .beautify__topHeader .container ._contact .info-block .topHeader-phone a:hover {
              opacity: 0.7; }
          .header .beautify__topHeader .container ._contact .info-block.topHeader-quote a {
            line-height: unset; }
  .header .beautify__mainHeader ._searchBar .beautify__quickSearch form fieldset.form-fieldset {
    width: unset !important; }
  .header .beautify__mainHeader .header-top .header-right .navUser-section {
    margin: 0 0 0 0px !important; }
  .sticky-header-loaded._shadow .beautify__topHeader, .sticky-header-loaded._shadow .HeaderBottom {
    height: 0;
    opacity: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0; }
    .sticky-header-loaded._shadow .beautify__topHeader p, .sticky-header-loaded._shadow .HeaderBottom p {
      display: none; }
  .headerb2b .beautify__topHeader .container ._contact .info-block.topHeader-quote {
    margin-left: 10px; }
    .headerb2b .beautify__topHeader .container ._contact .info-block.topHeader-quote a {
      font-size: 14px; }
  /* B2B Marketing section */
  .Markets .row .col {
    width: 50%; }
    .Markets .row .col .col_wrapper .caption-box {
      min-height: 197px; }
  /* B2B Solutions section */
  .Solutions .row .col {
    flex-basis: 100%;
    padding: 0; }
    .Solutions .row .col .col_inner {
      flex-wrap: wrap;
      text-align: center;
      padding: 19px; }
    .Solutions .row .col .icon-block, .Solutions .row .col .text-block {
      flex-basis: 100%; }
    .Solutions .row .col .icon-block {
      padding: 0 0 10px; }
    .Solutions .row .col .text-block h5 {
      font-size: 16px;
      line-height: 22px; }
      .Solutions .row .col .text-block h5 br {
        display: none; } }

@media (max-width: 576px) {
  .beautify__recentBlog ._list ._item {
    flex-basis: 80%; } }

@media (max-width: 479px) {
  .sticky .HeaderBottom {
    top: 0;
    position: absolute;
    z-index: -1; }
  /*Header */
  .header .beautify__topHeader .container .topHeader-Social {
    width: 100%;
    text-align: center; }
  .header .beautify__topHeader .container ._contact {
    width: 100%;
    justify-content: unset; }
    .header .beautify__topHeader .container ._contact .topHeader-quote {
      margin-left: auto; }
  .header.headerb2b .beautify__topHeader .container .topHeader-Social {
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }
  .header.headerb2b .beautify__topHeader .container ._contact {
    width: 100%;
    justify-content: unset; }
    .header.headerb2b .beautify__topHeader .container ._contact .topHeader-quote {
      margin-left: auto; }
  .header.headerb2b .HeaderLeft {
    width: 100%;
    order: -1;
    text-align: center; }
    .header.headerb2b .HeaderLeft .header-logo-image-container {
      margin: 0 auto;
      margin-bottom: 10px; }
  .header.headerb2b .HeaderMenu {
    width: 15%; }
  .header.headerb2b .HeaderRight {
    width: 85%; }
  .header.headerb2b .HeaderBottom .container .HeaderBottom-col {
    flex-basis: 100%;
    text-align: center; }
  .header.headerb2b .HeaderBottom .container .HeaderBottom-left {
    margin-bottom: 5px; }
  .header.headerb2b .HeaderBottom:after {
    content: none;
    background: transparent; }
  .header.headerb2b .beautify__mainHeader {
    padding-bottom: 0; }
    .header.headerb2b .beautify__mainHeader ._searchBar .beautify__quickSearch form fieldset.form-fieldset {
      width: 100% !important; }
  /* B2B Marketing section */
  .Markets .row .col {
    width: 100%; }
    .Markets .row .col .col_wrapper .caption-box {
      min-height: unset; }
  .solution ul .slick-list .slick-track li .col .col_inner .icon-block {
    width: 27%; }
  .solution ul .slick-list .slick-track li .col .col_inner .text-block {
    width: 73%; } }

@media (max-width: 375px) {
  /* Listing page */
  .productGrid .product {
    width: 100%;
    flex-basis: 100%; } }

/*======== RESPONSIVE ENDS ========*/
@media (max-width: 400px) {
  .b2bOne_slider {
    max-height: 105px;
    overflow: hidden; } }

#snize-search-results-list-mode span.snize-overhidden {
  width: calc(100% - 155px); }

.productView .productView-detailsWrapper .productView-stockLabel a {
  color: #fff !important; }

.productView .productView-detailsWrapper .productView-brand.productView-stockLabel {
  margin: 0 1px; }

.page-product aside#sidebar-top {
  display: none; }

.product-detail-wrapper .product-rgt {
  width: 100% !important; }

button#form-action-addToCart {
  border-radius: 28px;
  background: #2A7DD6; }

.page-product .productView-options {
  display: flex;
  align-items: center;
  gap: 10px; }

.productView-options .form {
  margin: 0; }

.productView .productView-detailsWrapper .productView-details .productView-options .form .form-action--addToCart {
  margin: 0 !important; }

.quant-button {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
  justify-content: left;
  align-items: center; }

.quant-button a.button.dropdown-menu-button {
  padding: 0 !important;
  display: block !important;
  border: 0 !important;
  text-align: left !important; }

.productView .productView-detailsWrapper .productView-details .form-wishlist a svg {
  display: block !important; }

.form-increment .button[data-action=inc] {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px; }

.form-increment .button[data-action=dec] {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px; }

a.quote-btn {
  background: #FA943E !important; }

.productView-thumbnail {
  width: 100%; }

.productView-images--bottom .productView-imageCarousel-main {
  width: 85%; }

.productView-imageCarousel-main-item img {
  margin: unset;
  width: 100%;
  border: 1px solid #E4E4E4;
  height: 100%; }

section.productView-images.productView-images--bottom {
  top: 0px;
  display: flex;
  justify-content: space-evenly; }

a.productView-thumbnail-link {
  border: 2px solid #19212A; }

span.price {
  color: #202020; }

.sticky-add-to-cart .sticky-left-col .productView-price span {
  color: #202020 !important;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: bold; }

.sticky-add-to-cart .sticky-left-col .productView-title {
  color: #363636 !important;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 20px !important; }

@media (max-width: 768px) {
  .sticky-add-to-cart .sticky-left-col .productView-price .price {
    font-size: 18px !important; } }

input#form-action-addToCart1 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  background: #2D77C9;
  border-radius: 25px;
  font-family: 'Open Sans', sans-serif; }

.sticky-add-to-cart.fixed {
  width: 80%;
  background: #EFF1F2 0% 0% no-repeat padding-box;
  box-shadow: 0px -3px 6px #172D6129;
  border-radius: 20px 20px 0px 0px; }

input#form-action-addToCart {
  background: #2D77C9;
  border-radius: 25px;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-weight: 600;
  padding: 14px 60px; }

.sticky-add-to-cart .sticky-left-col .productView-price span {
  color: #202020 !important;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: bold; }

.sticky-add-to-cart .sticky-left-col .productView-title {
  color: #363636 !important;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 20px; }

.sticky-add-to-cart.fixed {
  width: 80%;
  background: #EFF1F2 0% 0% no-repeat padding-box;
  box-shadow: 0px -3px 6px #172D6129;
  border-radius: 20px 20px 0px 0px; }

input#form-action-addToCart {
  background: #2D77C9;
  border-radius: 25px;
  font-size: 18px;
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-weight: 600;
  padding: 14px 60px; }

.sticky-add-to-cart .sticky-left-col .sticky-left-coll_inner {
  align-items: center; }

.sticky-add-to-cart .sticky-left-col .sticky-left-coll_inner .sticky-left-coll_inner-left .sticky-product_img .productView-image img {
  border-radius: 0 !important;
  border: 2px solid #2A7DD6; }

.sticky-add-to-cart .sticky-left-col .productView-price {
  padding-top: 10px; }

button.button.button--primary._writeReview {
  background: #2D77C9;
  border-color: #2D77C9; }

@media (min-width: 801px) {
  .productView-description .tab.is-active {
    border-color: transparent;
    border-bottom-color: #2D77C9; }
  .productView-description .tab.is-active .tab-title {
    color: #2A7DD6; }
  .tab-title:hover, .tab-title:focus {
    color: #2A7DD6; }
  .sticky-add-to-cart input#form-action-addToCart {
    padding: 16px 50px !important; }
  .productView-imageCarousel-nav {
    display: none; } }

@media (max-width: 1075px) and (min-width: 1024px) {
  .productView-options {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; } }

.productView-description-tabContent._fixedWidth {
  scrollbar-color: gray transparent;
  scrollbar-width: thin; }

.productCarousel .card .card-body .productView-brand a {
  color: #2D77C9; }

.productCarousel .card .card-buttons .card-figcaption-button {
  background: #2A7DD6;
  border-radius: 34px;
  padding: 12px 19px; }

.productCarousel .card:hover .card-buttons .card-figcaption-button._compare,
.productCarousel .card:hover .card-figcaption-button.custom-wishlist,
.productGrid .card:hover .card-buttons .card-figcaption-button._compare,
.productGrid .card:hover .card-figcaption-button.custom-wishlist {
  background: transparent;
  border-radius: 34px;
  padding: 0; }

@media (max-width: 800px) {
  .productView-thumbnails {
    display: flex;
    flex-flow: nowrap; }
  .productView-thumbnail {
    width: auto; }
  .productView-images--bottom .productView-imageCarousel-main {
    width: 100%; }
  section.productView-images {
    display: flex;
    flex-direction: column-reverse; }
  .productView .productView-detailsWrapper .productView-details .form-wishlist #wishlist-dropdown:before {
    left: 100px !important; }
  .productView .productView-detailsWrapper .productView-details .form-wishlist {
    width: auto !important; }
  .sticky-add-to-cart input#form-action-addToCart {
    padding: 16px 23px; }
  .sticky-add-to-cart .sticky-left-col .sticky-left-coll_inner {
    display: flex;
    vertical-align: middle;
    justify-content: center; }
  .sticky-add-to-cart .sticky-left-col .productView-price {
    padding: 0; }
  .sticky-add-to-cart input#form-action-addToCart {
    padding: 10px 28px !important; }
  img.kins {
    position: absolute;
    z-index: 9;
    right: 20px !important; } }

.form-field.form-field--increments._addToCartVisibility {
  display: flex;
  align-items: center;
  gap: 12px; }

.productView .productView-detailsWrapper .productView-details ._addToCartVisibility label.form-label.form-label--alternate.is-srOnly {
  display: block;
  height: unset !important;
  width: unset !important;
  position: relative !important;
  margin: 0; }

.productView-img-container > a img {
  display: block;
  position: static !important; }

h2.beautify__page-heading._hasToggle {
  font-size: 20px; }

@media (max-width: 575.98px) {
  .sticky-add-to-cart .sticky-left-col {
    width: auto; } }

@media (min-width: 450px) {
  .sticky-add-to-cart input#form-action-addToCart {
    padding: 10px 40px; } }

.quant-button form.form.form--addToCart {
  margin: 0; }

.form-wishlist {
  margin: 0; }

section.productView-images ul.productView-thumbnails {
  flex: 0 0 100px; }

figure.productView-images.productView-images--bottom {
  flex: 1 1 calc(100% - 100px);
  margin-block-start: 0; }

.productView-imageCarousel-main-item.slick-slide.slick-current.slick-active {
  width: 100%; }

.productView .productView-detailsWrapper .productView-details .form-wishlist form.form.form-wishlist.form-action {
  margin: 0; }

.sticky-add-to-cart .sticky-left-col .sticky-left-coll_inner .sticky-left-coll_inner-left .sticky-product_img .productView-img-container:after {
  content: '';
  display: unset;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.productView .productView-detailsWrapper .productView-details .form-wishlist {
  width: auto; }

.page-product .productView-options:before, .productView-options:after {
  content: " ";
  display: none; }

div#tab-related .productCarousel .card .card-buttons .card-figcaption-button {
  background: unset;
  border-radius: 34px;
  padding: unset; }

@media (max-width: 1100px) and (min-width: 950px) {
  .page-product .productView-options {
    gap: 10px;
    flex-direction: unset;
    align-items: start; }
  .reqest-form-pdp {
    margin-top: 16px; } }

img.kins {
  position: absolute;
  z-index: 9;
  right: 80px;
  bottom: 13px; }

figure.productView-images.productView-images--bottom {
  top: 0px;
  position: relative; }

@media (max-width: 1024px) and (min-width: 800px) {
  img.kins {
    position: absolute;
    z-index: 9;
    right: 15px !important;
    bottom: 13px; }
  section.productView-images {
    flex-direction: column-reverse; }
  .productView-images--bottom .productView-imageCarousel-main {
    width: 100%; }
  .product-detail-wrapper .product-rgt {
    padding-left: 0 !important; } }

.form-action.form-action--addToCart._addToCartVisibility button#form-action-addToCart:hover {
  background: #003F82; }

a.quote-btn:hover {
  background: #414F5E !important; }

@media (max-width: 1200px) and (min-width: 800px) {
  .productView .productView-detailsWrapper .productView-details .form-wishlist #wishlist-dropdown:before {
    right: unset !important;
    left: 53px !important; } }

@media (max-width: 800px) and (min-width: 475px) {
  .reqest-form-pdp .quote-btn {
    padding: 14px 27px !important; } }

@media (max-width: 475px) {
  .page-product .productView-options {
    justify-content: center; }
  .productView-options form.form.form--addToCart {
    width: 50%; }
  .productView-options .reqest-form-pdp {
    width: 50%; }
  .form-action.form-action--addToCart._addToCartVisibility button#form-action-addToCart {
    padding: 13px 27px; } }

@media (max-width: 475px) and (min-width: 350px) {
  a.quote-btn {
    padding: 9px 6px !important; } }

@media (max-width: 375px) {
  .form-action.form-action--addToCart._addToCartVisibility button#form-action-addToCart {
    font-size: 13px;
    padding: 10px 32px; }
  a.quote-btn {
    font-size: 14px !important;
    padding: 9px 11px !important; } }

@media (max-width: 800px) {
  .productView .productView-detailsWrapper .productView-details .form-wishlist #wishlist-dropdown {
    left: 20% !important; }
  .page-product .productView-options {
    justify-content: center; }
  ul.productView-thumbnails {
    flex-wrap: wrap; } }

@media (max-width: 375px) {
  .sticky-add-to-cart .sticky-right-col {
    width: 65% !important; }
  .sticky-add-to-cart .sticky-left-col {
    width: 34% !important; } }

.jjl {
  display: none; }

@media (max-width: 1056px) and (min-width: 834px) {
  ul.productView-thumbnails {
    display: flex;
    flex-flow: wrap;
    flex-wrap: nowrap; }
  #wishlist-dropdown {
    right: 0px !important; } }

.productView .productView-detailsWrapper .productView-details .form-wishlist {
  width: unset !important; }

@media (min-width: 800px) and (max-width: 836px) {
  section.productView-images ul.productView-thumbnails {
    display: flex; } }

@media (max-width: 1024px) {
  figure.productView-images.productView-images--bottom .productView-imageCarousel-nav {
    display: none; }
  section.productView-images {
    margin-left: 5px;
    margin-right: 5px; } }

@media (min-width: 801px) {
  article.productView-description ul.tabs.tabs--alt {
    z-index: 7 !important; } }

@media (max-width: 450px) {
  iframe#rvecChatToggleFrame {
    left: 30px;
    bottom: 110px; }
  iframe#rvecChatTriggerFrame {
    left: 30px;
    bottom: 155px !important; } }

@media (min-width: 451px) {
  iframe#rvecChatToggleFrame {
    left: 30px;
    bottom: 110px; }
  iframe#rvecChatTriggerFrame {
    left: 60px;
    bottom: 180px !important; } }

.topproduct {
  display: flex; }

.topproduct ul.breadcrumbs {
  width: 50%; }

.jjl {
  width: 58%;
  display: flex;
  justify-content: center; }

.topproduct div#tab-related {
  width: 80%;
  display: flex;
  justify-content: center;
  padding-bottom: 1rem; }

.topproduct .card-body {
  display: none !important; }

.topproduct .card-footer {
  display: none !important; }

.topproduct article.card {
  display: block;
  padding: 0 !important;
  border-radius: 0;
  max-width: 64px; }

.topproduct .card-figure {
  max-width: 64px; }

.topproduct .productCarousel {
  max-width: 300px; }

@media (max-width: 1024px) {
  .topproduct {
    display: block; }
  .topproduct div#tab-related {
    width: 100%; }
  .jjl {
    width: 100%; }
  .topproduct ul.breadcrumbs {
    width: 100%; } }

.topproduct article.card {
  border: 1px solid #D2CDCD; }

.jjl .productCarousel .slick-prev:before {
  height: 21px;
  width: 21px; }

.jjl .productCarousel .slick-next:before {
  height: 21px;
  width: 21px; }

.jjl .productCarousel .slick-prev:before {
  background: url(https://cdn11.bigcommerce.com/s-wydja5fiui/images/stencil/original/image-manager/group-41899.png) no-repeat; }

.jjl .productCarousel .slick-next:before {
  background: url(https://cdn11.bigcommerce.com/s-wydja5fiui/images/stencil/original/image-manager/group-41898.png) no-repeat; }

.jjl .productCarousel button.slick-prev.slick-arrow {
  background: transparent;
  left: -45px;
  padding: 0; }

.jjl .productCarousel button.slick-next.slick-arrow {
  background: transparent;
  right: -45px;
  padding: 0 22px; }

.jjl .productCarousel .slick-arrow, .brandGrid .slick-arrow {
  width: 21px; }

@media (max-width: 1024px) {
  .jjl .productCarousel button.slick-prev.slick-arrow {
    background: transparent;
    left: -54px;
    padding: 0; }
  .jjl .productCarousel button.slick-next.slick-arrow {
    background: transparent;
    right: -58px;
    padding: 0px; }
  .topproduct div#tab-related {
    width: 100%;
    padding-bottom: 1rem; }
  .jjl .productCarousel button.slick-prev.slick-arrow:after {
    top: 24px;
    left: 25px; }
  .jjl .productCarousel button.slick-next.slick-arrow:after {
    right: 27px;
    top: 24px; }
  .topproduct ul.breadcrumbs {
    width: 100%;
    margin-bottom: 16px; } }

@media (max-width: 991px) {
  .jjl .productCarousel button.slick-prev.slick-arrow:after {
    top: 17px; }
  .jjl .productCarousel button.slick-next.slick-arrow:after {
    top: 17px; } }

@media (max-width: 550px) {
  .topproduct .productCarousel {
    max-width: 200px; }
  .jjl .productCarousel-slide.slick-slide {
    width: 50px !important; }
  .jjl .topproduct article.card {
    max-width: 50px !important; }
  .topproduct .card-figure {
    max-width: 50px; } }

.jjl {
  flex-direction: column;
  align-items: center; }

p.mainname {
  height: 21px;
  color: #000000;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  margin: 0; }

.pricemain price-now-label {
  display: none; }

.pricemain {
  min-height: 25px;
  color: #000000;
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 14px; }

.main-detailsdiv {
  text-align: center;
  width: 80%;
  margin-bottom: 1rem; }

/*** Megamenu ***/
@media (min-width: 801px) {
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 {
    width: 962px;
    display: inline-block; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 {
    /* display: inline-block !important;*/ }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 {
    display: flex;
    flex-flow: wrap; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 > .navPage-childList-item .catImg_link .catImg {
    border: 1px solid #e5e5e5; }
  .navPage-childList-action {
    font-weight: 700; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:hover .navPage-childList.menu-level-2 > .navPage-childList-item {
    width: 19.5% !important;
    display: inline-block;
    vertical-align: top; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 > .navPage-childList-item {
    width: 19.5%;
    display: inline-block;
    vertical-align: top; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 > .navPage-childList-item .catImg_link {
    padding: 0 8px;
    display: block;
    min-height: 175px !important;
    max-height: 175px !important;
    text-decoration: none; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:hover .navPage-childList.menu-level-2 > .navPage-childList-item .catImg_link {
    padding: 0 8px;
    display: block;
    min-height: 175px !important;
    max-height: 175px !important;
    text-decoration: none; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 > .navPage-childList-item .catImg_link {
    padding: 0 8px;
    display: block;
    min-height: 209px;
    max-height: 209px;
    text-decoration: none; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 > .navPage-childList-item .catImg_link .catImg {
    border: 1px solid #e5e5e5; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:hover .navPage-childList.menu-level-2 > .navPage-childList-item > .navPage-childList-action {
    text-align: center !important;
    font-weight: 600 !important;
    height: 54px;
    line-height: 1.3;
    width: 100% !important; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 > .navPage-childList-item > .navPage-childList-action {
    font-weight: 600;
    padding: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1px;
    text-align: center;
    width: 100% !important;
    line-height: 1.3;
    height: 54px; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 > .navPage-childList-item .catImg_link {
    padding: 0 8px;
    display: block;
    min-height: 209px;
    max-height: 209px;
    text-decoration: none; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul .navPage-childList-action.has-subMenu::after {
    display: none !important; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-2 > .navPage-childList-item .navPage-childList > .navPage-childList-item.navPage-childList-item-parent {
    width: 100%; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-2 > .navPage-childList-item .navPage-childList > .navPage-childList-item.navPage-childList-item-parent .navPage-childList-action {
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
    font-weight: 400; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 {
    width: 208px;
    display: block;
    background: #fff !important;
    height: 64vh; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action {
    padding: 8px 15px 8px 10px !important;
    text-align: left;
    margin-bottom: 0px !important; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item > .navPage-childList .navPage-childList-item .navPage-childList-action {
    padding: 0px 8px 8px 8px !important; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 {
    display: inline-block !important;
    padding: 16px 8px;
    max-height: 75vh;
    overflow-y: auto;
    border-left: 2px solid #eff1f2;
    scrollbar-width: thin;
    scrollbar-color: #2a7dd6 rgba(42, 125, 214, 0.2); }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu ul.navPage-subMenu-list {
    width: 936px !important;
    overflow: scroll;
    display: flex;
    flex-flow: wrap; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu ul.navPage-subMenu-list .navPage-subMenu-item {
    width: 20% !important; }
  .navbrands .card-img-container {
    max-width: inherit;
    position: relative; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item:hover {
    background: #2a7dd6; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item:hover a.navPage-subMenu-action.has-subMenu {
    color: #fff; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action:hover {
    background: transparent; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item:hover a.navPage-subMenu-action.has-subMenu:after {
    border-color: #fff; } }

@media (min-width: 801px) {
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu {
    position: absolute;
    left: -100%; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.brand:first-child {
    padding: 0.75rem; }
  .header #menu div#bf-fix-menu-mobile nav.navPages .brandGrid .brand {
    width: 16.5%; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu .menu-level-1 {
    height: auto; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 .card-title > a {
    color: #1A1A1A;
    font-size: 14px; }
  .header #menu div#bf-fix-menu-mobile nav.navPages .brandGrid .brand .card {
    padding: 10px;
    border: 0px; }
  .header #menu div#bf-fix-menu-mobile nav.navPages .brandGrid .brand .card .card-figure a {
    border: 1px solid #ccc;
    display: block;
    padding: 2px; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item > .navPage-childList.menu-level-2 {
    max-height: 63vh !important; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu.navPage-subMenu--standard .menu-level-1 {
    height: auto !important; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-2 > .navPage-childList-item .navPage-childList > .navPage-childList-item.navPage-childList-item-parent .navPage-childList-action {
    font-size: 14px;
    color: #1A1A1A; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-2 > .navPage-childList-item:hover .navPage-childList > .navPage-childList-item.navPage-childList-item-parent .navPage-childList-action {
    font-size: 14px !important;
    color: #2a7dd6; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-2 > .navPage-childList-item .navPage-childList > .navPage-childList-item.navPage-childList-item-parent .navPage-childList-action {
    font-size: 14px !important; } }

@media (min-width: 1024px) {
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu ul.navPage-subMenu-list {
    width: 1200px !important;
    overflow: auto; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu ul.navPage-subMenu-list {
    width: 936px !important;
    overflow: auto; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 {
    width: 79vw; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu {
    left: -100%; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu ul.navPage-subMenu-list {
    width: 97vw !important; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:hover .navPage-childList.menu-level-2 > .navPage-childList-item .catImg_link,
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 > .navPage-childList-item .catImg_link {
    min-height: 170px !important;
    max-height: 170px !important; } }

@media (min-width: 801px) and (max-width: 990px) {
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu ul.navPage-subMenu-list {
    width: 780px !important;
    overflow: auto; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 {
    width: 72vw; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu {
    left: -110%; }
  .header #menu div#bf-fix-menu-mobile nav.navPages .brandGrid .brand {
    width: 25%; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu ul.navPage-subMenu-list {
    width: 97vw !important; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:hover .navPage-childList.menu-level-2 > .navPage-childList-item .catImg_link,
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 > li:first-child .navPage-childList.menu-level-2 > .navPage-childList-item .catImg_link {
    min-height: 130px !important;
    max-height: 130px !important; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu .menu-level-1 {
    height: 64vh; } }

@media (max-width: 800px) {
  .headerb2c .beautify__mainHeader ._searchBar {
    background: #2a7dd6; }
  .headerb2c .mobileMenu-toggle {
    color: #fff; }
  .headerb2c .mobileMenu-toggle .mobileMenu-toggleIcon ._icon,
  .headerb2c .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::before,
  .headerb2c .mobileMenu-toggle .mobileMenu-toggleIcon ._icon::after {
    background: #fff; }
  .headerb2c .mobileMenu-toggle.is-open .mobileMenu-toggleIcon ._icon::before,
  .headerb2c .mobileMenu-toggle.is-open .mobileMenu-toggleIcon ._icon::after {
    background: #222; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list {
    background: #2a7dd6; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li:first-child,
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li:nth-child(2) {
    display: none; }
  .navPages-container.is-open .navPages-container-header {
    padding: 0.75rem 1rem 0; }
  .header #menu.navPages-container.is-open div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action {
    color: #222; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list.menu-level-1 li.navPage-subMenu-item .navPage-subMenu-action {
    color: #fff !important; }
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list.menu-level-1 li.navPage-subMenu-item {
    display: block;
    padding: 5px 0; }
  #mbl-menu > li.main-item a.menu-arrow {
    display: inline-block;
    margin-left: -12px; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li:nth-child(3) {
    border-top: 0px; }
  .header {
    line-height: 0; }
  .header #menu.navPages-container.is-open div#bf-fix-menu-mobile nav.navPages ul.navPages-list li .navPage-subMenu ul.navPage-subMenu-list li.navPage-subMenu-item a.navPage-subMenu-action {
    color: #fff;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 700; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list.navPages-list--user li:first-child, .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list.navPages-list--user li {
    display: block; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list.navPages-list--user li.navPages-item.navPages-item--cart {
    display: none; } }

#rvecChatToggleFrame, #rvecChatTriggerFrame {
  z-index: 9 !important; }

/** Category page **/
.page-category .categories-discription {
  border-bottom: 0px solid #BFDEFF;
  margin-bottom: 10px; }

.page-category .refine-search.form-group {
  margin-bottom: 30px; }

.page-category .refine-search .refine-search_content {
  margin-bottom: 0px;
  padding-bottom: 10px;
  width: 100%; }

.page-category .refine-search .refine-search_content .refine-search_subitem .card {
  padding: 10px 0;
  border: 0px solid #fff;
  padding: 10px 0 0;
  margin: 0; }

.page-category .refine-search .refine-search_content .refine-search_subitem .card figure {
  border: 1px solid #BFDEFF;
  border-radius: 5px;
  margin: 3px; }

.page-category .refine-search .refine-search_content .refine-search_subitem .card figure img {
  border-radius: 5px; }

.page-category .refine-search .refine-search_content .refine-search_subitem.product .card .refine-search_subitem-name {
  text-align: center;
  padding-top: 0.25rem;
  color: #003F82;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 3px;
  padding-right: 3px; }

.page-category .refine-search .refine-search_content .refine-search_subitem.product {
  padding-right: 6px;
  padding-left: 6px;
  display: inline-block; }

.page-category .refine-search .refine-search_content .refine-search_subitem.product .card .refine-search_subitem-name a {
  color: #003F82;
  word-break: break-word; }

.page-category .refine-search .refine-search_content .refine-search_subitem.product .card .refine-search_subitem-name a:hover {
  color: #2A7DD6; }

@media (max-width: 800px) {
  .refine-search .refine-search_content {
    flex-wrap: nowrap;
    margin: 0; }
  .page-category .refine-search .refine-search_content .refine-search_subitem.product {
    padding-right: 0px;
    padding-left: 0px;
    flex-basis: 22% !important;
    overflow: visible; }
  .refine-search.form-group {
    display: block;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .refine-search .refine-search_content .refine-search_subitem .card .refine-search_subitem-name {
    font-size: 11px !important; } }

@media (min-width: 801px) {
  .page-category .refine-search .refine-search_content .refine-search_subitem.product {
    flex-basis: 16.6%; } }

/* Additional Style */
.button {
  border-radius: 40px; }

.beautify__recentBlog ._blog-title {
  font-weight: 700; }

.card-body {
  text-align: center; }

.card-text--price {
  justify-content: center; }

.productCarousel .card-buttons .card-figcaption-button, .productGrid .card-buttons .card-figcaption-button {
  margin: 0 auto 0.75rem !important;
  display: table; }

.productCarousel .slick-arrow, .brandGrid .slick-arrow {
  width: 49px !important; }

.accountForm-body {
  display: block;
  padding: 15px; }

.container .account .account-body {
  padding: 0 15px; }

.page-content .form-label small._required {
  position: relative;
  right: 0px;
  top: 0; }

.beautify__recentBlog ._blog {
  position: relative; }

.page-default .beautify__recentBlog ._blog-post-body ._blog-date {
  position: relative;
  bottom: inherit; }

.beautify__recentBlog ._blog-post-body ._blog-date {
  position: absolute;
  bottom: 12px; }

.navUser-action ._label {
  color: #414f5e; }

.header .HeaderRight .navUser-section .navUser-item--cart {
  padding-left: 0px !important; }

.header .HeaderRight .navUser-section .navUser-item--cart .navUser-action--cart {
  display: flex;
  padding: 0 5px; }

.reqest-form-pdp .quote-btn {
  padding: 14px 18px !important;
  font-size: 17px !important; }

.productView-options-top {
  gap: 0px; }

.productView .productView-detailsWrapper .productView-details ._addToCartVisibility {
  margin-right: 10px !important; }

.form-field--increments .form-increment {
  margin-left: 5px; }

@media (max-width: 550px) {
  .page-blog_post .blog.blog--has-tags iframe {
    width: 100%; } }

@media (max-width: 767px) {
  .brand-slider .slick-list {
    height: 55px; } }

@media (max-width: 991px) {
  #scrollToTopFloatingButton {
    bottom: 60px !important; }
  .beautify__cart {
    flex-flow: wrap; }
  .beautify__cart > ._left {
    margin-right: 0rem;
    width: 100%;
    flex: inherit; }
  .beautify__cart ._right {
    width: 100%;
    margin-left: 0; }
  .home-brands .brandGrid .slick-dots {
    margin-top: 0px;
    bottom: -30px; }
  .home-brands .slick-dots li {
    width: 1.5rem;
    padding: 0.3125rem 0.1rem; }
  .home-brands .slick-dots li button, .home-brands .slick-dots li button::before {
    height: 10px;
    width: 10px; }
  .home-brands .slick-dots li button::before {
    left: -1px;
    top: -3px; } }

@media (max-width: 800px) {
  .b2b-home {
    margin-top: 40px; }
  .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style {
    outline: 0px !important;
    width: 98% !important; } }

@media (min-width: 801px) {
  .navPage-subMenu-action {
    font-weight: 700; } }

@media (min-width: 992px) {
  .supermarket-page--pages-blog .blog-post-body .blog-title {
    min-height: 70px;
    overflow: hidden;
    max-height: 70px; } }

@media (max-width: 1199px) {
  .solution ul .slick-list .slick-track li .col .col_inner .icon-block a {
    height: 70px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .estimator-form dl {
    width: 410px; }
  .brand-slider .slick-list {
    height: 75px; } }

.prodshare li.socialLinks-item.socialLinks-item--twitter a.socialLinks__link.icon svg {
  display: block !important;
  background: #7e94ab;
  border-radius: 34px;
  fill: white;
  padding: 4px; }

.prodshare li.socialLinks-item.socialLinks-item--twitter .aria-description--hidden {
  display: none; }

.page-product small._required {
  position: absolute;
  right: -11px;
  top: -5px; }

.page-product form.form.writeReview-form label.form-label span {
  position: relative; }

.page-product form#get_form label.form-label span {
  position: relative; }

.add-top {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
  justify-content: left;
  align-items: center; }

.form-wishlist {
  float: left; }

ul#wishlist-dropdown {
  left: 20% !important; }

.productView .productView-detailsWrapper .productView-details .form-wishlist #wishlist-dropdown:before {
  left: 10px !important;
  top: -19px !important; }

.productView .productView-detailsWrapper .productView-details .form-wishlist #wishlist-dropdown {
  top: 47px !important; }

@media (max-width: 479px) {
  .productView .productView-detailsWrapper .productView-details .form-wishlist a svg {
    height: 42px !important;
    width: 42px !important; } }

@media (max-width: 1100px) and (min-width: 950px) {
  .reqest-form-pdp {
    margin-top: 0px !important; } }

.quant-cart.formwishouter {
  display: flex !important;
  align-items: center !important; }

.formwishouter .form-wishlist {
  top: -4px !important; }

.first-addclass {
  display: none; }

p.shipping-mess {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #1A1A1A;
  font-weight: 400;
  text-transform: initial; }

#shipping-progressBar {
  width: 100%;
  height: 10px;
  accent-color: #2A7DD6;
  height: 5px !important;
  border-radius: 10px !important; }

#shipping-progressBar::-webkit-progress-bar {
  background-color: #CCCCCC;
  border-radius: 10px; }

#shipping-progressBar::-webkit-progress-value {
  background-color: #2A7DD6;
  /* Color of the progress */
  border: 1px solid #2A7DD6;
  border-radius: 10px; }

.cart-total-yourcart p.cart-label {
  margin: 0; }

.page-cart h1.page-heading {
  color: #19212A;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif; }

.page-cart ul.breadcrumbs {
  margin-bottom: 24px; }

.checkout-main a.button.button--primary span {
  font-family: 'Stevie Sans', sans-serif;
  color: white;
  font-size: 20px;
  font-weight: 400; }

.checkout-main a.button.button--primary {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  background: #FA943E;
  border-radius: 25px;
  border: none;
  padding-block: 13px; }

a.continue-shopping-button {
  padding: 0;
  text-align: left;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 400;
  color: #202020;
  font-family: 'Open Sans', sans-serif; }

.cart-total.cart-summarycart {
  justify-content: center; }

.cart-totalsWrapper {
  padding-inline: 8px; }

.details-cart {
  display: flex;
  align-items: center;
  gap: 16px; }

p.cart-detail-1 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #040404; }

.coupon-code input.button.button--primary.button--small.apply-coupon {
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif; }

.coupon-form .form-input {
  width: 70%;
  border: 1px solid #E5E5E5; }

input.button.button--primary.button--small.apply-coupon {
  width: 28%;
  padding-bottom: 12px; }

li.cart-total .cart-total-label {
  font-size: 14px;
  font-weight: bold;
  color: #1A1A1A;
  font-family: 'Open Sans', sans-serif; }

.cart-total-value.cart-total-grandTotal span {
  font-size: 14px;
  font-weight: bold;
  color: #1A1A1A;
  font-family: 'Open Sans', sans-serif; }

li.cart-total.cart-total--subtotal .cart-total-value span {
  font-size: 14px;
  font-weight: bold;
  color: #1A1A1A;
  font-family: 'Open Sans', sans-serif; }

.cart-totalsWrapper {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  padding-bottom: 0; }

.cart-total {
  align-items: center; }

span.ship-1 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #1A1A1A;
  font-weight: bold;
  text-transform: uppercase; }

p.ship-2 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #1A1A1A;
  font-weight: 400;
  margin: 0;
  float: right; }

a.continue-shopping-button:hover {
  background: unset;
  border: unset; }

.cart-form.coupon-code {
  margin: 0; }

.cart-totalsWrapper {
  padding-inline: 0; }

li.cart-total {
  padding-inline: 9px; }

a.continue-shopping-button[href]:focus-visible {
  outline: unset !important; }

.continue-div-1 {
  display: none; }

.cart-actions.continue-div {
  margin: 0; }

td.cart-item-block.cart-item-info.cart-item-total strong.cart-item-value {
  font-size: 14px; }

.cart-total-yourcart p.cart-label {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #1A1A1A;
  font-weight: 400; }

.header .HeaderRight .navUser-section .navUser-item--account ._label {
  width: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.header .HeaderRight .navUser-section .navUser-item--account {
  padding: 0px 0 0px 10px;
  border-left: 1px solid #EFF1F2;
  margin-left: 0px; }

.header .HeaderRight .navUser-section li.navUser-item.navUser-item--survey {
  margin-left: 15px;
  margin-right: 5px; }

.header .beautify__mainHeader .header-top .header-right ul.navUser-section li.navUser-item {
  padding: 0 15px !important; }

.header .beautify__mainHeader .header-top .header-right ul.navUser-section li.navUser-item.navUser-item--account {
  border-left: 1px solid #EFF1F2; }

@media (max-width: 800px) {
  .header .HeaderRight .navUser-section li.navUser-item.navUser-item--survey {
    display: inline-block;
    margin-left: 0;
    margin-right: 0; }
  .header .HeaderRight .navUser-section li.navUser-item.navUser-item--survey .navUser-action {
    padding: 1rem;
    display: inline; } }

@media (min-width: 991px) {
  tr.cart-item {
    border-bottom: 0; } }

@media (max-width: 991px) {
  .cart-actions.continue-div {
    display: none; }
  .cart-points {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .details-cart {
    min-width: 276px; }
  .continue-div-1 {
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-block: 50px 30px; }
  .cart-total-yourcart p.cart-label {
    font-size: 15px; }
  p.shipping-mess {
    font-size: 15px; } }

@media (max-width: 800px) {
  .cart-total--grandTotal {
    margin-top: 0; }
  .cart-totalsWrapper {
    padding-top: 0; }
  li.cart-total {
    padding-top: 13px; }
  li.cart-total {
    border-top: 1px solid #dddddd; }
  li.cart-total:first-child {
    border-top: unset; }
  .page-cart h1.page-heading {
    font-size: 26px; }
  td.cart-item-block.cart-item-info.cart-item-total strong.cart-item-value {
    font-size: 16px; }
  .cart-total-yourcart p.cart-label {
    font-size: 15px !important; } }

tr.cart-item {
  border-bottom: 1px solid #dddddd; }

.details-cart {
  padding-bottom: 12px; }

@media (min-width: 991px) and (max-width: 1100px), (max-width: 367px) {
  .checkout-main a.button.button--primary span {
    line-height: 22px; } }

@media (max-width: 800px) {
  ul.navPage-subMenu-list.menu-level-1.cerified-cat > li {
    display: block !important; }
  .navPage-subMenu.certi-column {
    display: none; }
  ul.navPage-subMenu-list.menu-level-1.brandGrid.cerified-cat {
    display: flex !important;
    flex-flow: wrap; } }

.cerified-cat li.brand a.navPage-childList-action.has-subMenu {
  font-size: 14px;
  font-family: 'Open Sans';
  font-weight: 400;
  color: #1A1A1A;
  text-align: center; }

@media (min-width: 801px) and (max-width: 850px) {
  .header #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu {
    left: -147%; } }

@media (min-width: 801px) {
  .header #menu div#bf-fix-menu-mobile nav.navPages .cerified-cat .brand {
    width: unset; }
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li.navbrands .navPage-subMenu .cerified-cat {
    height: auto;
    width: 621px !important;
    padding-inline: 22px; }
  .header #menu div#bf-fix-menu-mobile nav.navPages .cerified-cat .brand:hover a.navPage-childList-action.has-subMenu {
    background: transparent;
    color: #2a7dd6; }
  .header #menu div#bf-fix-menu-mobile nav.navPages {
    align-items: center;
    justify-content: center; }
  .header #menu div#bf-fix-menu-mobile.jim nav.navPages ul.navPages-list li.navPages-item {
    padding: 12px 20px !important; }
  li.navPages-item.navPages-item--page a.navPages-action {
    text-transform: uppercase !important; } }

@media (max-width: 800px) {
  .header.headerb2c #menu div#bf-fix-menu-mobile nav.navPages ul.navPages-list li:first-child {
    padding-left: 6px !important; }
  .header #menu div#bf-fix-menu-mobile nav.navPages .cerified-cat .brand {
    width: 25%; }
  .cerified-cat li.brand a.navPage-childList-action.has-subMenu {
    padding-top: 10px;
    color: #FFFFFF; }
  .cerified-cat img.catImg {
    min-height: 60px;
    max-height: 60px; }
  .cerified-category a.navPages-action.certi-cat {
    text-transform: capitalize !important; } }

ul.navPages-list.default-home li.navPages-item {
  padding: 12px !important; }

/*** Survey Form styles***/
#popupOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999; }

#exitPopup {
  display: none;
  position: fixed;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -30%);
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  max-width: 60%;
  text-align: center;
  overflow-y: scroll;
  height: 100vh;
  width: 100%;
  z-index: 99999; }

#exitPopup button {
  /* margin-top: 10px; */ }

#exitPopup .close {
  font-family: 'Merriweather Sans';
  position: absolute;
  right: 0.5%;
  top: 2%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background-color: #5c5c5c;
  cursor: pointer;
  text-decoration: none;
  padding: 0; }

@media (max-width: 800px) {
  #exitPopup {
    height: 80vh !important; } }

@media (max-width: 1024px) {
  #exitPopup {
    max-width: 94% !important; } }

.recently-viewed-section {
  position: fixed !important;
  right: 0;
  height: 100%;
  top: 0;
  width: 200px;
  transform: translateX(110%);
  border-left: 4px solid #222222;
  z-index: 99999999;
  background: white;
  padding-bottom: 1rem; }

.recently-viewed-container {
  display: flex;
  align-items: flex-start;
  background: white;
  flex-direction: column;
  padding-left: 5px;
  height: 100%; }
  .recently-viewed-container .recent-product {
    display: block !important;
    opacity: 1;
    visibility: visible; }
  @media (max-width: 992px) {
    .recently-viewed-container:not(.slick-initialized) {
      height: 100%;
      overflow-y: auto;
      padding-bottom: 18px; } }
  .recently-viewed-container:not(.slick-initialized) .recent-product {
    margin-bottom: 10px;
    height: auto; }
  .recently-viewed-container.slick-initialized .slick-slide {
    display: block !important;
    opacity: 1;
    height: auto !important; }
  .recently-viewed-container.slick-initialized .slick-track {
    display: flex;
    flex-direction: column; }

.recently-viewed-container .slick-list {
  height: 100% !important;
  overflow: hidden;
  min-height: 400px !important; }

.recently-viewed-container .slick-track {
  padding: 10px 0;
  height: auto; }

.recently-viewed-container .slick-prev,
.recently-viewed-container .slick-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 30px;
  height: 30px;
  background: #f8f8f8;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  cursor: pointer; }
  .recently-viewed-container .slick-prev:hover,
  .recently-viewed-container .slick-next:hover {
    background: #efefef; }

.recently-viewed-container .slick-prev {
  display: none !important; }

.recently-viewed-container .slick-next {
  background: #BFBFBF !important;
  height: 28px !important;
  border-radius: unset;
  position: absolute !important;
  bottom: 26px !important;
  opacity: 1 !important;
  top: unset !important;
  right: 0 !important;
  display: block !important;
  /* Ensure it's visible */
  z-index: 10 !important;
  /* Make sure it's above other elements */
  width: 100%;
  display: flex !important; }
  .recently-viewed-container .slick-next:before {
    content: '' !important;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='8' viewBox='0 0 16 8' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L8 8L16 0H0Z' fill='white'/%3E%3C/svg%3E") !important;
    width: 17px !important;
    height: 16px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important; }
  .recently-viewed-container .slick-next:hover {
    background: #000 !important; }

.recently-viewed-container .recent-product {
  margin-bottom: 14px;
  height: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between; }

img.recent-img {
  max-height: 100px;
  max-width: 148px;
  min-width: 148px;
  min-height: 100px; }

.top-recent {
  width: 100%;
  text-align: center; }

p.recent-product-name {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 14px;
  color: #202020;
  text-align: center;
  margin: 0; }

a.recent-sub {
  text-decoration: unset; }

.recent-product-price span.price {
  font-size: 14px;
  font-family: 'Open Sans';
  color: #202020;
  font-weight: bold; }

.recent-product-price {
  text-align: center;
  padding-bottom: 8px; }

a.recent-product-link {
  font-size: 14px;
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-weight: 600;
  background: #2A7DD6;
  text-decoration: unset;
  text-transform: capitalize;
  padding: 6px 18px;
  border-radius: 21px; }

.recent-product-item {
  text-align: center; }

a.recent_item_url {
  display: flex;
  justify-content: center; }

p.recent-topic {
  font-weight: bold;
  font-size: 14px;
  color: #202020;
  font-family: 'Open Sans';
  text-align: center;
  margin: 0;
  padding-block: 16px 6px; }

.recently-overlay {
  background: transparent;
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  cursor: pointer; }

p.recent-product-name:hover {
  text-decoration: underline; }

a.recent-product-link:hover {
  background: #ffffff;
  color: #2A7DD6;
  border: 1px solid #2A7DD6;
  font-weight: bold; }

.cart-preview-list-item-remove {
  top: 0;
  width: 20px;
  height: 22px;
  left: -20px;
  cursor: pointer;
  position: absolute;
  background: white;
  border-radius: 0px 0 0 3px;
  text-align: center;
  border: 1px solid black; }

.cart-preview-list-item-remove svg {
  width: 10px;
  height: 12px;
  stroke: black; }

.emptyrecent {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center; }

.recent-products.active .recently-viewed-section {
  transform: translateX(0); }

.recently-overlay {
  display: none; }

.recently-overlay.active {
  display: block; }

.recent-product {
  display: block !important; }

.recent-product.slick-active {
  width: 100% !important; }

.recent-product {
  max-height: 205px;
  min-height: 205px !important; }

.recent-products.active ~ html {
  overflow: hidden; }

/* Alternative approach - target html directly when recent-products is active */
html:has(.recent-products.active) {
  overflow: hidden; }

@media (max-width: 800px) {
  .headerb2b span.navUser-action-recently-view img {
    min-width: 25px;
    min-height: 24px; } }

@media (min-width: 800px) {
  li.navUser-item.navUser-item--recent {
    border-right: 1px solid #EFF1F2; }
  .mobile-recent {
    display: none; }
  .headerb2b .HeaderRight .navUser-section li.navUser-item.navUser-item--survey {
    margin-left: 0; } }

@media (max-width: 800px) {
  .header .HeaderRight .navUser-section li.navUser-item.navUser-item--survey .navUser-action {
    padding-left: 7px; }
  li.navUser-item.navUser-item--recent {
    display: block; }
  .recently-viewed-container .slick-next {
    display: none !important; }
  .header .beautify__mainHeader .header-top .header-right .navUser-section li.navUser-item.navUser-item--recent {
    display: none; } }

.recent-product-price span.price--call.button.button--primary {
  background: #fff;
  text-decoration: unset;
  text-transform: capitalize;
  padding: 0 0 5px 0;
  margin: 0;
  border: unset;
  font-size: 14px;
  font-family: 'Open Sans';
  color: #202020;
  font-weight: bold; }

.recently-viewed-container .slick-slide {
  width: 100% !important;
  transition: none !important;
  /* Prevent transition effects on the slide width */ }

/* Custom tooltip styles */
.navUser-action-recently-view {
  position: relative; }

.navUser-action-recently-view .custom-tooltip {
  position: absolute;
  background-color: white;
  color: black;
  padding: 7px 10px;
  border: 1px solid black;
  font-size: 13px;
  white-space: nowrap;
  top: 100%;
  left: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 100; }

.navUser-action-recently-view .custom-tooltip::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 40%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent; }

.navUser-action-recently-view:hover .custom-tooltip {
  opacity: 1;
  visibility: visible; }

@media (max-width: 366px) {
  .page-product .reqest-form-pdp .quote-btn {
    font-size: 12px !important; } }
