/** Shopify CDN: Minification failed

Line 984:1 Unexpected "}"
Line 989:1 Unexpected "}"

**/
@mixin flexbox{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@mixin align-start{
  -ms-flex-align: start;
  align-items: flex-start;
}
@mixin align-center{
  -ms-flex-align: center;
  align-items: center;
}
@mixin align-end{
  -ms-flex-align: end;
  align-items: flex-end;
}
@mixin justify-center{
  -ms-flex-pack: center;
  justify-content: center;
}
@mixin justify-start{
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@mixin justify-end{
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@mixin justify-around{
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@mixin justify-between{
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@mixin align-self-start{
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@mixin align-self-center{
  -ms-flex-item-align: center;
  align-self: center;
}
@mixin align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@mixin flex-wrap{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@mixin flex-nowrap{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@mixin align-stretch{
  -ms-flex-align: stretch;
  align-items: stretch;
}
.megamenucol-wrap li:before {
    content: "";
    position: absolute;
    background: #007CC2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 11px;
}

.megamenucol-wrap li {
    position: relative;
    padding-left: 25px;
}
.megamenucol-wrap ul.submenu-ul-child li a {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    line-height: 17.54px;
}
span.megamenuhead-a.active {
    padding-bottom: 5px !important;
}
.megamenucol-wrap ul.submenu-ul-child {
    padding-bottom: 5px;
}
.megamenucol-wrap .megamenuhead-a[data-title="rfid"] svg.icon.icon--arrow-bottom {
    width: 10px;
    margin-top:8px !important;
}
li.submenu-li.has-child-links[data-title="smart-double-sheet-sensors"]+ ul,.megamenucol-wrap .submenu-ul-child[data-title='rfid'] {
    display: none;
}
li.submenu-li.has-child-links[data-title="smart-double-sheet-sensors"] , .megamenucol-wrap .megamenuhead-a[data-title="rfid"] {
    display: flex !important;
    vertical-align: middle;
  gap:5px;
}

li.submenu-li.has-child-links[data-title="smart-double-sheet-sensors"] svg.icon.icon--arrow-bottom  ,.megamenucol-wrap .submenu-ul-child[data-title='rfid'] svg {
    color: #fff;
      margin-top: 4px;
      width: 10px;
  cursor:pointer;
}
li.submenu-li.has-child-links[data-title="smart-double-sheet-sensors"].active svg , .megamenucol-wrap .megamenuhead-a.active[data-title="rfid"]  svg{
  transform: rotate(180deg);
}
.footer {
  background-color: black;
  color: white; 
  margin-top: 50px;
}
  .footer .footer__link-item {
    color: white; }
  .footer .footer__title {
    color: white; }
  .footer .select-button {
    width: auto;
    color: #000; }
  .footer .social-media__item svg {
    opacity: 1; }

.nav-bar {
  background-color: #000; }
  .nav-bar::after {
    display: none; }
  .nav-bar a.nav-bar__link.link,
  .nav-bar a.nav-bar__link.link:hover {
    color: #fff;
    font-size: 18px; }

.footer__block-item p {
  line-height: 20px; }

.footer__collapsible-content p strong {
  text-decoration: none !important;
  color: #fff !important; }
.footer__collapsible-content p a {
  color: #909eac !important;
  text-decoration: none !important; }

.footer__title.heading {
  color: #feffff !important; }

#footer-newsletter .form__field {
  background-color: #fff;
  color: #909eac; }
#footer-newsletter .form__floating-label {
  color: #909eac; }

.footer__wrapper .social-media__item svg {
  color: #fff; }

.value-picker__choice-list button,
#desktop-locale-selector button {
  color: #909eac; }

.footer__aside-item--social {
  max-width: 710px;
  width: 100%; }

  @media screen and (max-width: 1440px) {
    .footer__aside-item--social {
      max-width: 25%; } }
  @media screen and (max-width: 1000px) {
    .footer__aside-item--social {
      max-width: 100%; } }

.footer__aside-item--localization, .footer__aside-item--copyright {
  max-width: 425px;
  width: 100%; }
  @media screen and (max-width: 1440px) {
    .footer__aside-item--localization, .footer__aside-item--copyright {
      max-width: 30%; } }
  @media screen and (max-width: 1000px) {
    .footer__aside-item--localization, .footer__aside-item--copyright {
      max-width: 100%; } }

@media screen and (min-width: 1280px) {
  .header__logo {
    margin-right: 15px; } }
@media screen and (min-width: 1000px) {
  .nav-bar {
    border-bottom: none;
    /*     border-top: 1px solid #636466; */ }
    .nav-bar .nav-bar__item {
      margin-right: 44px; } }
@media screen and (min-width: 641px) {
  .footer__aside {
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .slideshow:not(.slideshow--edge2edge) {
    margin: 0; }

  .footer__wrapper {
    border-top: none; } }
@media screen and (max-width: 1440px) {
  .footer__aside {
    -ms-flex-pack: center;
    justify-content: center; } }
@media screen and (max-width: 1000px) {
  .footer__aside {
    -ms-flex-pack: start;
    justify-content: flex-start; } }
.nav-dropdown__link {
  color: #000 !important; }
  .nav-dropdown__link:focus {
    font-weight: 600;
    color: #000 !important; }

@media screen and (min-width: 1000px) {
  .featured-collection {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .featured-collection .flickity-viewport::after {
      background: #000; } }
@media screen and (min-width: 1000px) {
  .featured-collection .featured-collection__header {
    padding: 0;
    max-width: 20%;
    margin: auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /*       text-transform: uppercase; */
    width: 100%;
    height: 100%;
    display: block !important; }
    .featured-collection .featured-collection__header .featured-collection__text p {
      margin: 0; } }

@media screen and (min-width: 1000px) {
  .featured-collection .featured-collection__content {
    display: block !important;
    vertical-align: top;
    max-width: 80%;
    width: 100%;
    background: #000; } }
.featured-collection .product-list {
  background: #000;
  margin-left: 15px; }
  .featured-collection .product-list .product-item {
    background: #000;
    border: none;
    padding: 0 15px;
    min-height: initial; }
    @media screen and (min-width: 1000px) {
      .featured-collection .product-list .product-item .product-item__label-list {
        left: unset; } }
.featured-collection .product-item__title + .product-item__vendor {
  color: #fff; }

.blog-post-home .article-item {
  margin-bottom: 0;
  position: relative; }
  .blog-post-home .article-item .article-item__image-container {
    margin-bottom: 0; }
  .blog-post-home .article-item .article-item__title {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0 10px; }
  .blog-post-home .article-item .blog-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1585d3;
    opacity: 0;
    visibility: hidden; }
  .blog-post-home .article-item:hover .blog-overlay {
    opacity: 0.5;
    visibility: visible; }
  .blog-post-home .article-item:hover .article-item__title {
    opacity: 1;
    visibility: visible; }

.section__action-link {
  color: #1585d3; }

.header__action-item--delivery .header__action-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
.header__action-item--delivery .delivery-selector__value {
  margin-left: 8px; }

.header__aside-item .social-media__item svg {
  opacity: 1; }
  .header__aside-item .social-media__item svg path {
    fill: #fff; }

.announcement-bar__content--center {
  font-size: 18px; }
  @media screen and (min-width: 641px) {
    .announcement-bar__content--center {
      padding-left: 0; } }
  @media screen and (max-width: 991px) {
    .announcement-bar__content--center {
      font-size: 16px; } }

.search-bar__filter {
  border-left: 1px solid #e3e7fa; }

.flickity-prev-next-button:hover {
  background: #1585D4 !important; }

.featured-collection .price--compare {
  color: #fff; }

.announcement-bar {
  border-bottom: none; }
  .announcement-bar .announcement-bar__button.store-finder {
    background: #272727;
    text-transform: uppercase; }
    @media screen and (min-width: 641px) {
      .announcement-bar .announcement-bar__button.store-finder {
        padding: 9px 25px 9px 15px;
        min-height: 47px;
        text-align: center; } }
    .announcement-bar .announcement-bar__button.store-finder svg {
      margin-right: 5px; }

.slideshow_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1024px) {
    .slideshow_main {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .slideshow_main .slideshow__image-placeholder {
    height: 100%; }
  .slideshow_main .slideshow {
    flex: 0 0 70%;
    max-width: 70%;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .slideshow_main .slideshow {
        flex: 0 0 100%;
        max-width: 100%; } }
  .slideshow_main .slider-bar-banner {
    flex: 0 0 30%;
    max-width: 30%; }
    @media screen and (max-width: 1024px) {
      .slideshow_main .slider-bar-banner {
        flex: 0 0 100%;
        max-width: 100%; } }
    .slideshow_main .slider-bar-banner .banner-section {
      position: relative; }
      .slideshow_main .slider-bar-banner .banner-section .text-overlay {
        position: absolute;
        bottom: 0; }
    .slideshow_main .slider-bar-banner .slider-bar-banner-inner {
      height: 100%; }
      @media screen and (max-width: 1024px) {
        .slideshow_main .slider-bar-banner .slider-bar-banner-inner {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: initial; } }
      @media screen and (max-width: 767px) {
        .slideshow_main .slider-bar-banner .slider-bar-banner-inner {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section {
        position: relative;
        height: 50%; }
        @media screen and (max-width: 1024px) {
          .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section {
            max-width: 50%;
            flex: 0 0 50%;
            height: initial; } }
        @media screen and (max-width: 767px) {
          .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section {
            max-width: 100%;
            flex: 0 0 100%; } }
        .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .image {
          height: 100%; }
          .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .image img {
            height: 100%;
            object-fit: cover; }
            @media screen and (max-width: 1024px) {
              .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .image img {
                width: 100%; } }
        .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .text-overlay {
          position: absolute;
          bottom: 40px;
          top: 20px;
          left: 25px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          flex-direction: column;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-align: start;
          align-items: flex-start; }
          @media screen and (max-width: 1024px) {
            .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .text-overlay {
              bottom: 5%;
              top: 5%; } }
          .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .text-overlay h3 {
            font-size: 20px;
            font-weight: 600;
            color: #fff; }
            @media screen and (max-width: 1024px) {
              .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .text-overlay h3 {
                font-size: 20px; } }
            @media screen and (max-width: 767px) {
              .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .text-overlay h3 {
                font-size: 18px; } }
          .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .text-overlay a {
            color: #007cc3;
            background: #fff;
            padding: 10px 40px;
            font-weight: 500;
            font-size: 20px; }
            @media screen and (max-width: 767px) {
              .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .text-overlay a {
                padding: 5px 20px;
                text-align: center;
                font-size: 16px; } }
        .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section.second-sec {
          background: #f3f5f9; }
          .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section.second-sec .image img {
            object-fit: contain; }
          .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section.second-sec h3 {
            color: #fff; }
          .slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section.second-sec a {
            background: #007cc3;
            color: #fff; }

.key-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .key-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .key-list .key-item {
    flex: 0 0 32%;
    max-width: 32%;
    position: relative; }
    @media (max-width: 991px) {
      .key-list .key-item {
        flex: 0 0 48%;
        max-width: 48%;
        margin: 10px 0; } }
    @media (max-width: 480px) {
      .key-list .key-item {
        flex: 0 0 100%;
        max-width: 100%; } }
    .key-list .key-item .aspect-ratio1 img {
      width: 100%; }
    .key-list .key-item .key-item__image-wrapper {
      margin: 0; }
    .key-list .key-item .description {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0.7;
      color: #fff;
      opacity: 0;
      visibility: hidden; }
      @media (max-width: 991px) {
        .key-list .key-item .description {
          padding: 10px 15px; } }
      .key-list .key-item .description p {
        margin: 0;
        font-size: 20px;
        line-height: 1.2; }
        @media (max-width: 1440px) {
          .key-list .key-item .description p {
            font-size: 18px; } }
    .key-list .key-item:hover .description {
      opacity: 1;
      visibility: visible; }

/*  country popup*/
.popupOverlay {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9991;
  text-align: center;
  padding: 10px; }
  .popupOverlay .popupBox {
    z-index: 9999;
    margin: auto;
    position: relative;
    overflow: hidden;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    background: #F4F4F4;
    max-width: 300px;
    padding: 40px 35px 25px; }
    .popupOverlay .popupBox .popup_main .country-detail {
      margin-top: 20px; }
      .popupOverlay .popupBox .popup_main .country-detail h2 {
        font-size: 16px;
        font-weight: 600; }
      .popupOverlay .popupBox .popup_main .country-detail p {
        padding: 10px 0;
        font-size: 14px; }
    .popupOverlay .popupBox .popup_main .store-detail a {
      display: block;
      text-align: left;
      border: 1px solid grey;
      padding: 5px 10px;
      margin-bottom: 10px; }

.footer .footer__linklist .footer__link-item {
  text-transform: uppercase; }
.footer .social-media__item {
  margin: 5px 2px; }
@media screen and (min-width: 1000px) {
  .footer .footer__block-item--links {
    max-width: unset; } }
.footer .value-picker__inner .value-picker__choice-list-item:hover button {
  color: #909eac; }
.footer .footer-deli-select {
  position: relative;
  cursor: pointer; }
  .footer .footer-deli-select img {
    width: 15px;
    height: 15px;
    margin-right: 5px; }
  .footer .footer-deli-select .current {
    background-color: #fff;
    padding: 3px 50px 3px 10px;
    min-height: 32px;
    text-align: left;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .footer .footer-deli-select .current:after {
      content: "";
      width: 8px;
      height: 8px;
      position: absolute;
      top: 10px;
      right: 8px;
      border-left: 3px solid #4d4d4d;
      border-bottom: 3px solid #4d4d4d;
      border-radius: 0 0 0 2px;
      transform: rotate(-45deg); }
  .footer .footer-deli-select .list {
    background-color: #fff;
    list-style: none;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: calc(100% + 10px);
    border-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
    .footer .footer-deli-select .list:after {
      content: "";
      position: absolute;
      bottom: -8px;
      right: 5px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #fff; }
    .footer .footer-deli-select .list .option a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
  .footer .footer-deli-select.open .list {
    opacity: 1;
    visibility: visible; }
.footer .footer__block-item .rte {
  margin-top: 0; }

.featured-collection-home .product-item {
  padding: 20px 20px 70px 20px; }
  .featured-collection-home .product-item .product-item__title {
    text-transform: uppercase; }
    @media screen and (min-width: 641px) {
      .featured-collection-home .product-item .product-item__title {
        color: #1e2d7d; } }
  .featured-collection-home .product-item .price {
    color: inherit; }
  .featured-collection-home .product-item .price--highlight {
    color: red; }
  .featured-collection-home .product-item .price--compare {
    color: inherit; }

@media screen and (min-width: 641px) {
  .featured-col-list .product-item__title {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.2; }
  .featured-col-list .price-list {
    display: block; }
    .featured-col-list .price-list .price {
      display: block;
      font-size: 20px; }
    .featured-col-list .price-list .product-item .price--compare {
      font-size: 20px; } }
@media screen and (min-width: 768px) {
  .featured-col-list .price-list .price {
    font-size: 20px; }
  .featured-col-list .price-list .price.price--highlight {
    font-size: 33px; } }

.mosaic .promo-block {
  padding: 0; }
  .mosaic .promo-block .promo-block__main {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .mosaic .promo-block .promo-block__main .promo-block__heading {
      line-height: 1.02;
      font-size: 20px;
      margin-bottom: 0; }
    .mosaic .promo-block .promo-block__main .promo-block-date {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #1585d4;
      min-width: 60px; }
      .mosaic .promo-block .promo-block__main .promo-block-date .month {
        display: block;
        font-size: 14px; }
      .mosaic .promo-block .promo-block__main .promo-block-date .date {
        display: block;
        font-size: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff; }
      .mosaic .promo-block .promo-block__main .promo-block-date .year {
        display: block;
        font-size: 14px; }
    .mosaic .promo-block .promo-block__main .promo-block__inner {
      padding: 15px; }
    .mosaic .promo-block .promo-block__main .promo-block__cta.button.button--floating {
      padding: 0;
      font-size: 14px;
      line-height: 1.2;
      text-decoration: underline;
      margin-top: 0; }

@media screen and (max-width: 999px) {
  #shopify-section-1601639026881 .featured-collection__header {
    margin-bottom: 30px;
    background-position: top left; } }
#shopify-section-1601639026881 .featured-collection__text {
  margin-bottom: 16px; }
#shopify-section-1601639026881 .featured-collection__title.heading {
  font-size: 18px; }
  @media screen and (max-width: 1260px) {
    #shopify-section-1601639026881 .featured-collection__title.heading {
      font-size: 2Opx;
      /*       text-transform: uppercase; */ } }
@media screen and (max-width: 640px) {
  .article__image-wrapper.cstm-article-video-jtpl.menu_video_image {
    width: 100%;
    min-width: 130px;
    padding-left: 20px;
}
  #shopify-section-1601639026881 .section__header {
    padding: 0 20px; } }

.section__header .section__header-stack .section__title.heading {
  font-size: 20px; }

.tr-products .trproduct-wrap {
  background-color: #fff;
  margin-bottom: 50px; }
  .tr-products .trproduct-wrap .trproducts-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1199px) {
      .tr-products .trproduct-wrap .trproducts-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.trproduct-col {
  max-width: 25%;
  flex: 0 0 25%;
  padding-bottom: 100px;
  border-left: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1; }
  @media screen and (max-width: 1199px) {
    .trproduct-col {
      max-width: 50%;
      flex: 0 0 50%;
      padding-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .trproduct-col {
      max-width: 100%;
      flex: 0 0 100%;
      padding-bottom: 15px; } }
  .trproduct-col .productdcol-wrap {
    padding-top: 15px; }
    .trproduct-col .productdcol-wrap:not(:first-child) {
      border-top: 1px solid #d1d1d1; }
  .trproduct-col .product-img {
    margin-bottom: 15px;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .trproduct-col .product-img {
        width: 100%;
        margin: 0 auto 15px; } }
    .trproduct-col .product-img img {
      max-width: 322px;
      margin: 0 auto;
      width: 100%; }
      @media screen and (max-width: 480px) {
        .trproduct-col .product-img img {
          max-width: 250px; } }
  .trproduct-col .save-banner {
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 6px 6px 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .trproduct-col .save-banner {
        font-size: 11px;
        padding: 3px 5px; } }
  .trproduct-col .new-banner {
    background-color: green;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 6px 6px 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .trproduct-col .new-banner {
        font-size: 11px;
        padding: 3px 5px; } }
  .trproduct-col .selection-banner {
    background-color: #0774d7;
    color: #fff;
    padding: 5px 10px;
    border-radius: 0 6px 6px 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .trproduct-col .selection-banner {
        font-size: 11px;
        padding: 3px 5px; } }
  .trproduct-col .product-detail {
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 200px;
    flex: 1 0 200px; }
    @media screen and (max-width: 1199px) {
      .trproduct-col .product-detail {
        max-width: 100%; } }
    .trproduct-col .product-detail .price--highlight {
      color: red; }
    .trproduct-col .product-detail .inductive {
      font-size: 12px;
      line-height: 1.2;
      color: #6f7980;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .trproduct-col .product-detail .product-name {
      font-size: 15px;
      line-height: 25px;
      color: #1e2d7d;
      font-weight: 500;
      margin-bottom: 12px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .trproduct-col .product-detail .product-name {
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 8px; } }
      @media screen and (max-width: 480px) {
        .trproduct-col .product-detail .product-name {
          font-size: 14px;
          line-height: 20px; } }
    .trproduct-col .product-detail .product-price-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
      align-items: flex-end; }
      .trproduct-col .product-detail .product-price-list .price1 {
        font-size: 19px;
        line-height: 1;
        margin-right: 15px;
        color: #07bbdc; }
        @media screen and (max-width: 767px) {
          .trproduct-col .product-detail .product-price-list .price1 {
            font-size: 16px; } }
        .trproduct-col .product-detail .product-price-list .price1.price--highlight {
          color: red; }
      .trproduct-col .product-detail .product-price-list .price2 {
        text-decoration: line-through;
        line-height: 1;
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .trproduct-col .product-detail .product-price-list .price2 {
            font-size: 12px; } }
    .trproduct-col .product-detail .product-inventory {
      margin-top: 14px;
      position: relative;
      display: block;
      padding-left: 1.4em;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.2;
      color: #008a52;
      position: relative; }
      @media screen and (max-width: 767px) {
        .trproduct-col .product-detail .product-inventory {
          font-size: 12px; } }
      .trproduct-col .product-detail .product-inventory:before {
        position: absolute;
        display: inline-block;
        content: "";
        width: 8px;
        height: 8px;
        left: 0;
        top: 0.3em;
        border-radius: 100%;
        background: currentColor; }
  .trproduct-col:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*     flex-direction:column;
        @include justify-between; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 1199px) {
      .trproduct-col:nth-child(even) {
        -ms-flex-pack: center;
        justify-content: center; } }
    .trproduct-col:nth-child(even) .productdcol-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media screen and (max-width: 1199px) {
        .trproduct-col:nth-child(even) .productdcol-wrap {
          padding-bottom: 15px;
          height: 50%;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 480px) {
        .trproduct-col:nth-child(even) .productdcol-wrap {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          height: intial; } }
    @media screen and (max-width: 480px) {
      .trproduct-col:nth-child(even) .product-img img {
        width: unset; } }

#shopify-section-slideshow .flickity-enabled.is-draggable .flickity-viewport {
  border-radius: 0; }



@media screen and (max-width: 991px) {
  .header__aside-item .social-media__item svg {
    width: 20px;
    height: 20px; } }

@media screen and (max-width: 767px) and (min-width: 641px) {
  .popover[aria-hidden=false] {
    max-height: 285px !important; }

  .popover__panel-list, #header-login-panel, .popover__panel {
    height: 100% !important;
    max-height: 285px;
    overflow-y: auto;
    overflow-x: hidden; }

  .popover__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }
.header .mini-cart .icon--nav-triangle-borderless {
  right: 15px; }
  @media screen and (max-width: 1440px) {
    .header .mini-cart .icon--nav-triangle-borderless {
      right: 30px; } }
  @media screen and (max-width: 640px) {
    .header .mini-cart .icon--nav-triangle-borderless {
      right: 50px; } }
.header .mini-cart__empty-state svg g {
  stroke: #000; }
.header .mini-cart__empty-state p.heading {
  color: #000; }
.header .form__field:focus {
  border-color: #e2e3e4; }
 }
@media screen and (max-width: 640px) {
  .header .popover .icon--nav-triangle-borderless {
    right: 85px; } }

 }
.header .header__action-list {
  padding-left: 15px; }
.header .header__action-item {
  padding: 0 15px; }



  @media screen and (max-width: 767px) {
    .header .header__action-item {
      padding: 0 5px; } }
  .header .header__action-item.header__action-item--cart {
    padding-right: 0; }
    
  .header .header__action-item .header__cart-icon {
    margin-right: 15px; }
@media screen and (min-width: 1280px) {
  .header .popover--unlogged[aria-hidden=false] {
    transform: scale(1) translateX(calc(50% - 50px)); } }

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 60px;
  max-width: 1480px;
  right: 0;
  border-radius: 16px;
  background-image: linear-gradient(180deg, #18192C, #22376A);
  opacity: 0;
  visibility: hidden;
  border-top: none;
  border-bottom: none;
  z-index:9999:
}
.mega-menu::-webkit-scrollbar{
  width: 0;
}
.mega-menu .sub-megamenu {
  gap: 0;
  justify-content: space-between;
}
.mega-menu .sub-megamenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
}
  .mega-menu .megamenu-col {
    max-width: 320px;
    flex: 0 0 25%;
    padding-right: 40px;
  }
.mega-menu .megamenu-col:last-child {
    padding-right: 0;
}
.nav-bar__item .icon--nav-triangle path {
    fill: #18192C;
}
    .mega-menu .megamenu-col .megamenu-head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 0;
      margin-bottom: 0;
      cursor: pointer;
    }
    .msmhead-icon img {
      margin-bottom: 30px;
    }
    .mega-menu .megamenu-col .megamenuhead-icon {
      width: 20px;
      height: 20px;
      display: inline-block;
      margin-right: 8px; }
    .mega-menu .megamenu-col .megamenuhead-a {
      color: #fff;
      font-size: 18px;
      padding-bottom: 30px;
      letter-spacing: 0;
      display: block;
      white-space: pre-wrap;
      /* font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif; */
      transition: all 0.3s ease-in-out; 
      text-transform:capitalize !important;
    }
      .mega-menu .megamenu-col .megamenuhead-a:hover {
        opacity: 1; }
    .mega-menu .megamenu-col .submenu-ul {
      list-style: none;
      margin-bottom: 30px; 
    }
.mega-menu .megamenu-col .submenu-ul > li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.mega-menu .megamenu-col .submenu-ul > li .submenu-a {
    font-size: 16px;
    line-height: 21px;
}
.mega-menu .megamenu-col .submenu-ul > li::before {
    content: "";
    position: absolute;
    background: #007CC2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 3px;
}
.mega-menu .megamenu-col .submenu-ul > ul.submenu-ul-child {
    margin-bottom: 18px;
    padding-left: 25px;
    margin-top: 10px;
}
.submenu-ul-child li:not(.megamenucol-wrap .submenu-ul-child li) {
    line-height: 4px;
}

.mega-menu .megamenu-col .submenu-ul > ul.submenu-ul-child li {
    color: #BEBEBE;
    margin-bottom:0px;
  font-weight:200;
}
.mega-menu .megamenu-col .submenu-ul > ul.submenu-ul-child li a {
    font-size: 14px;
    line-height: 18.54px;
}
.menu_video_wrapper {
    background: #222;
    padding: 15px;
    border-radius: 10px;
}
.menu_video_heading {
    margin-bottom: 10px;
}
.video_heading {
    font-size: 18px;
    line-height: 18px;
}
.menu_video_image img {
    border-radius: 3px;
}
.menu_video_title {
    font-size: 18px;
    margin-bottom: 8px;
}
.menu_video_description p {
    font-size: 14px;
    color: #BEBEBE;
}
.menu_video_inner {
    gap: 16px !important;
    padding: 0 !important;
}
.menu_video_container {
    margin-top: 20px;
}
      .mega-menu .megamenu-col .submenu-ul .submenu-a {
        color: #fff;
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 1px;
        text-transform: capitalize;
        display: block;
        position: relative;
        transition: all 0.3s ease-in-out;
        white-space: pre-wrap;
        font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif; }
        .mega-menu .megamenu-col .submenu-ul .submenu-a:hover {
          opacity: 1; 
        }
        .mega-menu .megamenu-col .submenu-ul > li .submenu-a {
          font-size: 16px;
          line-height: 21px;
        }
        
        
        .mega-menu .megamenu-col .submenu-ul .submenu-a:before {
          content: "";
          display: inline-block;
          position: absolute;
          width: 5px;
          height: 1.5px;
          background-color: #fff;
          top: 10px;
          left: -14px; }

.nav-bar__item .icon--nav-triangle {
  opacity: 0 !important; }
.nav-bar__item:hover .mega-menu {
  opacity: 1;
  visibility: visible; }
.nav-bar__item:hover .icon--nav-triangle {
  opacity: 1 !important; }

.nav-dropdown__item.has-mega-menu .mega-menu {
  top: 0;
  left: 100%;
  max-width: calc(1400px - 175px); }
  @media screen and (max-width: 1440px) {
    .nav-dropdown__item.has-mega-menu .mega-menu {
      max-width: calc(100vw - 255px); } }
.nav-dropdown__item.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible; }
.nav-dropdown__item.has-mega-menu:hover .icon--nav-triangle {
  opacity: 1 !important; }

.msm-menu {
  padding: 25px;
  width: 100%; }
  .msm-menu .msmmenu-wrap {
    margin-bottom: 20px; }
  .msm-menu .msm-head {
 
    /*     text-transform:uppercase; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    /*     padding-bottom: 10px; */
    margin-bottom: 3px;
    border-bottom: 1px solid var(--border-color); }
    .msm-menu .msm-head .msmhead-icon {
      display: block;
      width: 20px;
      height: 20px;
      margin-right: 8px; }
  .msm-menu .msm-ul {
    margin: 0 0 15px 15px;
    list-style: none; }
   
      .msm-menu .msm-ul .msm-li .msm-a:hover {
        opacity: 0.8; }
      .msm-menu .msm-ul .msm-li .msm-a:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 5px;
        height: 1.5px;
        background-color: #fff;
        top: 50%;
        left: -14px;
        transform: translateY(-50%); }

.header__mobile-nav .mobile-menu__section .mobile-menu__section-title.heading {
  color: #fff ;
  font-size: 18px; 
}

#shopify-section-search-template .form__connected-item .form__field {
  color: #000; }

.nav-bar .nav-dropdown.nav-dropdown--restrict {
  background-color: #222222;
  border: none;
  padding: 15px 35px 15px 15px; }
  .nav-bar .nav-dropdown.nav-dropdown--restrict .nav-dropdown__item {
    padding-bottom: 5px; }
    .nav-bar .nav-dropdown.nav-dropdown--restrict .nav-dropdown__item .sub_menu_img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .nav-bar .nav-dropdown.nav-dropdown--restrict .nav-dropdown__item .sub_menu_img img {
        width: 27px;
        height: 27px;
        margin-right: 10px; }

.nav-dropdown__link {
  color: #fff !important;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  text-transform: capitalize;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  white-space: pre-wrap;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  padding: 0;
  white-space: nowrap;
  transition: all 0.3s ease-in-out; }

  .nav-dropdown__link:hover {
    font-weight: 400; }
.nav-dropdown__link{
 transition: all 0.3s ease-in-out;
}


#mobile-menu .mobile-menu__nav {
  margin: 0 0 15px 15px;
  list-style: none; }
#mobile-menu .mobile-menu__nav-item .mobile-menu__nav-link.text--strong {
  color: #fff; }
#mobile-menu .mobile-menu__nav-item .sub_menu_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  #mobile-menu .mobile-menu__nav-item .sub_menu_img img {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  #mobile-menu .mobile-menu__nav-item .sub_menu_img .mobile-menu__nav-link {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif; }

.solution-page {
  background-color: #000; }
  .solution-page .page__header {
    margin: 0;
    padding-top: 60px;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .solution-page .page__header {
        padding-top: 20px; } }
    .solution-page .page__header .page__title {
      color: #f1f3f6;
      text-align: left;
      margin-bottom: 24px;
      font-size: 37px;
      line-height: 43px;
      font: normal 37px / 43px "Open Sans",Helvetica,Arial,Verdana,sans-serif; }
      @media screen and (max-width: 767px) {
        .solution-page .page__header .page__title {
          font-size: 32px;
          line-height: 36px; } }
    .solution-page .page__header .breadcumblist {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: rgba(146, 160, 175, 0.12);
      padding: 6px 10px;
      font-size: 13px;
      margin: 22px 0; }
      @media screen and (max-width: 1080px) {
        .solution-page .page__header .breadcumblist {
          margin: 22px auto; } }
      .solution-page .page__header .breadcumblist .breadcumb-li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .solution-page .page__header .breadcumblist .breadcumb-a {
        display: inline-block;
        font-size: 13px;
        line-height: 1.3em;
        color: #f1f3f6;
        font: normal 13px "Open Sans",Helvetica,Arial,Verdana,sans-serif; }
      .solution-page .page__header .breadcumblist .seprator {
        display: inline-block;
        font-size: 13px;
        line-height: 1.3em;
        color: #f1f3f6;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 2px; }
  .solution-page .pagecontent-header {
    padding: 10px;
    border-top: 1px solid rgba(146, 160, 175, 0.15);
    border-bottom: 1px solid rgba(146, 160, 175, 0.15);
    margin-bottom: 40px; }
    .solution-page .pagecontent-header .pgch-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .solution-page .pagecontent-header .pgch-wrap .pgch-col {
        margin-right: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; }
        .solution-page .pagecontent-header .pgch-wrap .pgch-col a {
          color: rgba(146, 160, 175, 0.8);
          text-decoration: none;
          font: normal 13px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
          line-height: 22px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-align: center;
          align-items: center;
          cursor: pointer; }
          .solution-page .pagecontent-header .pgch-wrap .pgch-col a:hover {
            text-decoration: underline; }
      .solution-page .pagecontent-header .pgch-wrap .pgchlink-img {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: 8px; }
        .solution-page .pagecontent-header .pgch-wrap .pgchlink-img img {
          margin: 0; }

.solutionpg-hero {
  margin-bottom: 30px; }
  .solutionpg-hero .solutionphero-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .solutionpg-hero .left-col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px; }
    @media screen and (max-width: 768px) {
      .solutionpg-hero .left-col {
        max-width: 100%;
        flex: 0 0 100%; } }
  .solutionpg-hero .right-col {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 15px; }
    @media screen and (max-width: 768px) {
      .solutionpg-hero .right-col {
        max-width: 100%;
        flex: 0 0 100%; } }
  .solutionpg-hero .rightcol-wrap .button--primary {
    background-color: #1585d4;
    margin-top: 0.61em;
    width: 100%;
    color: white;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    font-size: 14px;
    line-height: normal;
    font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif; }
  .solutionpg-hero .solution-summary {
    background-color: #222; }
    .solutionpg-hero .solution-summary .summary-header h6 {
      background: #1484d3;
      padding: 5px 0 8px 26px;
      font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
      font-size: 22px;
      line-height: 1;
      margin-bottom: 0; }
    .solutionpg-hero .solution-summary .summary-block p {
      padding: 20px 15px;
      font: normal 14px / 24px "Open Sans",Helvetica,Arial,Verdana,sans-serif;
      word-spacing: normal;
      color: #92a0af; }
    .solutionpg-hero .solution-summary .summarylink-wrapper {
      padding: 0 15px;
      margin-bottom: 10px; }
      .solutionpg-hero .solution-summary .summarylink-wrapper .summarylink-a {
        display: inline-block;
        font-family: "Open Sans",Helvetica,Arial,Verdana,sans-serif;
        font-size: 14px;
        color: #ccc;
        text-decoration: none; }
  .solutionpg-hero .rightcol-wrap img {
    margin: 0;
    width: 100%; }

.solution-values {
  background: #222;
  margin: 0 0 30px 0;
  padding: 20px 0; }
  .solution-values .solutionvalue-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .solution-values .solutionvalue-row .col-four {
      max-width: 25%;
      flex: 0 0 25%;
      padding: 0 22px; }
      @media screen and (max-width: 991px) {
        .solution-values .solutionvalue-row .col-four {
          max-width: 100%;
          flex: 0 0 100%;
          margin-bottom: 15px; } }
      .solution-values .solutionvalue-row .col-four ul {
        margin: 0; }
        .solution-values .solutionvalue-row .col-four ul li {
          border-bottom: 1px solid rgba(146, 160, 175, 0.15) !important;
          padding-top: 9px;
          padding-bottom: 5px;
          font-size: 14px;
          line-height: 24px;
          font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
          color: #92a0af;
          position: relative;
          padding-left: 24px; }
          .solution-values .solutionvalue-row .col-four ul li:before {
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            width: 13px;
            height: 13px;
            content: "";
            background-position: 0 center;
            background-repeat: no-repeat;
            background-size: 13px 13px;
            background-color: #1585d4;
            top: 13px;
            margin-top: 0;
            border-radius: 50%; }
          .solution-values .solutionvalue-row .col-four ul li:after {
            position: absolute;
            top: 50%;
            left: 0;
            width: 13px;
            height: 13px;
            content: "";
            background-position: 0 center;
            background-repeat: no-repeat;
            background-size: 13px 13px;
            top: 13px;
            margin-top: 0;
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='13px' height='13px' viewBox='0 0 13 13' enable-background='new 0 0 13 13' fill='white' xml:space='preserve'%3E%3Cpolygon points='5.159,2.802 8.841,6.57 5.314,10.291 4.237,9.254 6.897,6.51 4.159,3.833 '/%3E%3C/svg%3E"); }
    .solution-values .solutionvalue-row .col-two {
      max-width: 50%;
      flex: 0 0 50%;
      padding: 0 22px; }
      @media screen and (max-width: 991px) {
        .solution-values .solutionvalue-row .col-two {
          max-width: 100%;
          flex: 0 0 100%;
          margin-bottom: 15px; } }
      .solution-values .solutionvalue-row .col-two ul {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .solution-values .solutionvalue-row .col-two ul li {
          border-bottom: 1px solid rgba(146, 160, 175, 0.15) !important;
          padding-top: 9px;
          padding-bottom: 5px;
          font-size: 14px;
          line-height: 24px;
          font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
          color: #92a0af;
          position: relative;
          max-width: 48%;
          width: 100%;
          margin-right: 7px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-align: start;
          align-items: flex-start; }
          @media screen and (max-width: 767px) {
            .solution-values .solutionvalue-row .col-two ul li {
              max-width: 100%;
              flex: 0 0 100%; } }
          .solution-values .solutionvalue-row .col-two ul li:before {
            display: none; }
          .solution-values .solutionvalue-row .col-two ul li img {
            margin: 0;
            display: inline-block;
            margin-bottom: 3px;
            flex: 0 0 25px;
            max-width: 25px;
            width: 25px;
            height: 25px;
            margin-right: 7px; }
  .solution-values .no-bullets {
    list-style: none; }
  .solution-values .value-header {
    margin-bottom: 20px;
    color: #f1f3f6;
    font-size: 25px;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif; }
  .solution-values .projectlist-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; }
    .solution-values .projectlist-media .plistm-img {
      display: inline-block; }
      .solution-values .projectlist-media .plistm-img img {
        margin: 0; }
    .solution-values .projectlist-media .project-list-content .entry-title {
      margin-bottom: 15px; }
      .solution-values .projectlist-media .project-list-content .entry-title a {
        font-size: 19px;
        font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
        color: #f1f3f6;
        text-decoration: none; }
    .solution-values .projectlist-media .project-list-content p {
      font-size: 14px;
      line-height: 24px;
      font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
      margin-bottom: 0;
      color: #92a0af; }
    .solution-values .projectlist-media .project-list-content .details {
      font-size: 13px;
      line-height: 22px;
      color: #f1f3f6;
      text-decoration: none;
      font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
      position: relative;
      padding-right: 15px; }
      .solution-values .projectlist-media .project-list-content .details:hover {
        color: #1585d4; }
      .solution-values .projectlist-media .project-list-content .details:after {
        position: absolute;
        top: 1px;
        right: 0;
        width: 11px;
        height: 100%;
        content: "";
        background-position: 0 center;
        background-repeat: no-repeat;
        background-image: url(https://cdn.shopify.com/s/files/1/0443/3258/1022/files/ar.svg?v=1602472616); }

.solution-cust-app .custapp-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px; }
.solution-cust-app .half-col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 22px; }
  @media screen and (max-width: 991px) {
    .solution-cust-app .half-col {
      max-width: 100%;
      flex: 0 0 100%; } }
.solution-cust-app .custappcol-wrap h3 {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 25px;
  margin-bottom: 10px; }
.solution-cust-app .custappcol-wrap p {
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #92a0af; }
.solution-cust-app .print-pdf {
  margin-top: 5px; }
  .solution-cust-app .print-pdf .button--primary {
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 36px;
    padding: 0 12px; }

@media print {
  #shopify-section-announcement-bar {
    display: none; }

  #shopify-section-header {
    position: unset !important; }

  .header .search-bar {
    display: none; }
  .header .header__action-item--account svg {
    display: none; } }
span.wpcf7-list-item {
  margin-left: 10px; }

span.wpcf7-list-item-label {
  margin: 5px; }

.error_msg {
  color: #ff0000;
  font-size: 12px;
  display: block; }

.suceess-msg {
  color: #00ff00; }

.accordion_content_main .accordion_content {
  display: none; }
  .accordion_content_main .accordion_content.active {
    display: block; }

.download table {
  width: 100%; }

.pr-content.brochure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 950px) {
    .pr-content.brochure {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .pr-content.brochure .pr-row-desc {
    max-width: 70%;
    flex: 0 0 70%; }
    @media (max-width: 950px) {
      .pr-content.brochure .pr-row-desc {
        max-width: 100%;
        flex: 0 0 100%; } }
  .pr-content.brochure .pr-row {
    max-width: 26%;
    flex: 0 0 26%; }
    @media (max-width: 950px) {
      .pr-content.brochure .pr-row {
        max-width: 100%;
        flex: 0 0 100%; } }
    .pr-content.brochure .pr-row .prcol-wrap {
      background-color: rgba(146, 160, 175, 0.15);
      overflow: hidden;
      padding: 15px 30px; }
    .pr-content.brochure .pr-row .project-list-content {
      width: 100%;
      max-width: 302px;
      margin: 0 auto; }
    .pr-content.brochure .pr-row .productlist-media {
      display: block;
      text-align: center; }

.nav-bar__item:hover .nav-dropdown {
  visibility: visible;
  opacity: 1; }

.banner-section.second-sec .image {
  object-fit: cover !important; }

div#shopify-section-slideshow .slideshow_main .slider-bar-banner-inner .image img {
  object-fit: cover; }

div#shopify-section-slideshow .slideshow_main .slider-bar-banner-inner .image:before {
  content: '';
  position: absolute;
  /*     background: #ffffff54; */
  height: 100%;
  width: 100%; }

/******************************************************************/
.upper_image .text-overlay {
  width: 92%;
  margin: 0 auto; }

.upper_image .text-overlay a {
  position: absolute;
  right: 15px;
  top: 50%; }

.upper_image.lower_image .text-overlay a {
  position: absolute;
  left: 0;
  max-width: 121px; }

.banner-section .image_wrapper_both .image img {
  width: 100%; }

.image_wrapper_both .upper_image {
  height: 150px !important; }

.upper_image {
  position: relative; }

.slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .image {
  height: 100%; }

/* .banner-section  .upper_image.lower_image .text-overlay a {  top: 60%;  } */
/*.slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section.second-sec h3 {
    color: #fff;
}
.slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .text-overlay h3 { color:#fff; }*/
.banner-section.second-sec img {
  width: 100%; }

.slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section {
  height: auto; }

.slideshow_main .slider-bar-banner .slider-bar-banner-inner .banner-section .text-overlay {
  bottom: 20px; }

/* .upper_image.lower_image .text-overlay h3 {
  margin-top: 35%; } */
.upper_image.lower_image {
  position: relative; }

@media (max-width: 1400px) {
  .banner-section .upper_image .text-overlay a {
    right: 25px; } }
@media (max-width: 1200px) {
  .image_wrapper_both .upper_image h3 {
    margin-top: -20px; } }
@media (max-width: 1024px) {
  .banner-section.second-sec .image {
    height: 100% !important; }

  .image_wrapper_both .upper_image .text-overlay {
    right: 0; }

  .image_wrapper_both .upper_image h3 {
    margin-top: 0; }

  .upper_image .text-overlay a {
    top: 69%; } }
@media (max-width: 768px) {
  .banner-section .upper_image.lower_image .text-overlay a {
    top: 70%; }

  .upper_image .text-overlay a {
    top: 68%; }

  .upper_image .text-overlay {
    width: 96%;
    margin: 0 auto; } }
@media (max-width: 380px) {
  .image_wrapper_both .upper_image .text-overlay {
    width: 92%; } }
/* 28-3-2022 */
/* .main-bannner-section .main-Desktop-cls{
   width: 100%;
}
.main-bannner-section .main-banner-img-sec{
   position: relative;
}
.main-bannner-section .main-text-sec {
    position: absolute;
    bottom: 37%;
    right: 9%;
    transform: translate(14%);
    text-align: center;
    width: 21%;
}
.main-bannner-section .main-mobile-cls{
   display: none;
}
.main-bannner-section .btn-first-sec a{
    background: #007cc2;
    padding: 10px 42px 10px 42px;
    font-weight: bold;
}
.main-bannner-section .btn-first-sec{
    margin-top: 32px;
}
.main-bannner-section .btn-second-sec a {
    background: #6d6e72;
    padding: 10px 20px;
    font-weight: bold;
}
.main-bannner-section .btn-second-sec{
    margin-top: 30px;
}
.main-bannner-section .man-text-heading {
    width: 57%;
    margin: auto;
    line-height: 28px;
}
.main-bannner-section .man-text-heading h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
.main-bannner-section .sub-text-sec{
    margin-top: 27px;
    margin-bottom: 45px;
} */
.main-bannner-section .main-banner-img-sec-mobile {
  display: none; }

/****** media query**********/
@media screen and (max-width: 420px) {
  .main-bannner-section .main-banner-img-sec-mobile {
    display: block; }

  .main-bannner-section .main-banner-img-sec-desktop {
    display: none; } }
@media all and (max-width: 768px) {
  .sub-text-sec {
    padding-left: 0px; } }
/****** media query**********/
.main-bannner-section {
  display: flex; }
  @media all and (max-width: 768px) {
    .main-bannner-section {
      display: block; } }

.main-text-sec {
  text-align: center;
  padding-top: 9%;
  width: 25%;
  padding-left: 15px; }
  @media all and (max-width: 1008px) {
    .main-text-sec {
      text-align: center;
      padding-top: 0%;
      width: 100%;
      padding-left: 15px; } }
  @media all and (max-width: 768px) {
    .main-text-sec {
      text-align: center;
      justify-content: space-between;
      padding-top: 9%;
      padding-bottom: 7%;
      text-align: left;
      width: 100%;
      display: flex; } }
  @media all and (max-width: 640px) {
    .main-text-sec {
      width: 92%; } }
  @media all and (max-width: 460px) {
    .main-text-sec {
      width: 100%;
      display: block;
      text-align: center; } }

.man-text-heading {
  width: 100%;
  padding-left: 0px; }
  @media all and (max-width: 768px) {
    .man-text-heading {
      width: 40%;
      padding-left: 0px; } }
  @media all and (max-width: 460px) {
    .man-text-heading {
      width: 100%;
      padding-left: 0px; } }

.man-text-heading h2 {
  font-size: 27px;
  line-height: 40px; }
  @media all and (max-width: 768px) {
    .man-text-heading h2 {
      font-size: 23px; } }

.main-btn-cls .btn-first-sec a {
  /* margin-top: 31px; */
  background-color: darkorchid;
  padding: 8px 27px;
  font-size: 14px;
  font-weight: 600; }

.btn-first-sec {
  margin-top: 49px; }
  @media all and (max-width: 460px) {
    .btn-first-sec {
      margin-top: 21px; } }

.btn-second-sec a {
  background-color: #919eab;
  padding: 8px 6px;
  font-size: 14px;
  font-weight: 600; }

.btn-second-sec {
  margin-top: 21px; }

.sub-text-sec {
  padding-left: 0px; }
  @media all and (max-width: 768px) {
    .sub-text-sec {
      padding-left: 0px;
      width: 80%; } }
  @media all and (max-width: 460px) {
    .sub-text-sec {
      width: 100%;
      padding: 0px 10px; } }

@media all and (max-width: 460px) {
  .main-btn-cls {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    padding-bottom: 20px; }
}




.blog_heading {
    font-size: 18px;
    letter-spacing: 0;
    padding-bottom: 20px;
}
.blog_article_content {
    padding: 0 !important;
    margin-bottom: 18px;
    column-gap: 9px !important;
    display: grid !important;
    grid-template-columns: 95px 1fr !important;
}
.article_image, .article_title{
    width: 100% !important;
}
.article_title {
    color: #BEBEBE;
}
.article_image img {
    width: 95px;
    height: 95px;
    object-fit: cover;
    border-radius: 50%;
}
.article_title a {
    font-size: 14px;
    color: #BEBEBE;
    line-height: 17px;
}
.menu_feature_inner {
    padding: 0 !important;
    margin-bottom: 20px;
    gap: 9px !important;
}
.megamenu-col.icon_with_text_menu .menu_feature_wrapper .menu_feature_inner {
    display: grid;
    grid-template-columns: 100px 1fr;
}
.mega-menu .megamenu-col.icon_with_text_menu {
    max-width: 47%;
    flex: 0 0 47%;
}
.feature_heading p {
    padding-bottom: 30px;
    font-size: 18px;
}
.megamenu-col.bg_image_with_btn .megamenucol-wrap, .megamenu-col.bg_image_with_btn .menu_feature_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.megamenu-col.bg_image_with_btn .feature_button_wrapper {
    height: 100%;
}
.megamenu-col.bg_image_with_btn .feature_button_inner {
    height: 100%;
    position: relative;
}
.megamenu-col.bg_image_with_btn .feature_button_inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.megamenu-col.icon_with_text_menu .menu_feature_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.megamenu-col.bg_image_with_btn .feature_button_inner .feature_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 200px;
}
.megamenu-col.bg_image_with_btn .feature_button_inner .feature_btn a {
    border: 4px solid #fff;
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
    background: rgb(34 34 34 / 60%)
}
@media (min-width: 999px) and (max-width: 1300px) {
.mega-menu .megamenu-col {
    padding-right: 20px;
}
  .mega-menu .megamenu-col .megamenuhead-a {
    font-size: 14px;
}
.mega-menu .megamenu-col .submenu-ul > li .submenu-a {
    font-size: 14px;
    line-height: 18px;
}
.mega-menu .megamenu-col .submenu-ul > ul.submenu-ul-child li a {
    font-size: 12px;
    line-height: 17.54px;
}
.menu_video_title {
    font-size: 16px;
}
.mega-menu{
    padding: 40px;
}  
.blog_article_content {
    grid-template-columns: 50px 1fr !important;
}
.article_image img {
    width: 50px;
    height: 50px;
}
.blog_heading {
    font-size: 14px;
}
.megamenu-col.icon_with_text_menu .menu_feature_wrapper .menu_feature_inner {
    grid-template-columns: 60px 1fr;
}
.menu_video_inner{
    flex-wrap: wrap;
}
  
  
}

@media (max-width: 999px) {
.mobile-menu__back-button{
    font-size: 19px;
}  
.mobile-menu__panel{
    padding: 30px 25px;
}
.mobile-menu__section {
    padding: 0;
}
#mobile-menu .mobile-menu__nav {
    margin: 0 20px 10px;
}
.mobile-menu__inner .header__action-item-content {
    padding: 0;
}
.mobile-menu__inner .header__action-item.header__action-item--currency.show-mobile{
    padding: 20px 0;
}
span.header__action-item-title {
    color: #fff;
    display: none;
}
.mobile-menu__nav-link {
    padding: 20px 0;
    font-size: 19px;
    line-height: 25px;
    justify-content: left;
    gap: 15px;
}
.mobile-menu .icon.icon--nav-triangle-borderless {
    display: none;
}
.country_wrapper {
    font-size: 19px;
    line-height: 25px;
    gap: 6px;
}
.header__mobile-nav .mobile-menu__section .mobile-menu__section-title.heading {
    color: #007CC2;
   font-family: 'Merriweather Sans';
    text-transform: initial;
    margin-bottom: 15px;
}
.mobile-menu__section.mobile-menu__section--loose{
    padding: 20px 0;
}
.mobile-menu__section.mobile-menu__section--loose.mobile_menu_need_help{
    padding-bottom: 40px;
}
.social-media__item a {
    font-size: 14px;
    line-height: 18px;
    color: #BEBEBE;
    display: flex;
    align-items: center;
}
.social-media__item svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.mobile-menu__help-wrapper span, .mobile-menu__help-wrapper a {
    font-size: 14px;
    color: #BEBEBE;
}
.mobile-menu__help-wrapper {
    gap: 8px;
}
.mobile-menu__help-wrapper+.mobile-menu__help-wrapper {
    margin-top: 15px;
}
.mobile-menu__panel {
    border-radius: 0 0 16px 16px;
}  
.mobile-menu__panel.is-nested .mobile-menu__section:first-child {
    padding: 30px 25px 10px !important;
    border-radius: 0;
    border-bottom: none;
}
.mobile-menu__panel.is-nested {
    padding: 0;
}
.mobile-menu__panel.is-nested .mobile-menu__section:not(first-child) {
    padding: 0 !important;
    border-radius: 0 0 16px 16px;
    background-image: linear-gradient(180deg, #18192C, #22376A);
}
.mobile-menu__panel.is-nested .mobile-menu__section:not(first-child) .scroller__inner {
    background: transparent !important;
}
.mobile-menu__panel.is-nested .mobile-menu__section .scroller {
    margin: 0;
}
.mobile-menu__panel.is-nested .scroller .mobile-menu__promo-list:before{
    display: none;
}
.mobile-menu__panel.is-nested .mobile-menu__promo-list{
    margin: 0;
}
.msm-menu .msm-head, .msm-menu .megamenu-head {
    border: none;
    margin-bottom: 20px;
    display: block;
}
.msmhead-icon img {
    margin-bottom: 20px;
}
.msm-menu .msmmenu-wrap ul.submenu-ul li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 25px;
}
.msm-menu .msmmenu-wrap ul.submenu-ul > li::before {
    content: "";
    position: absolute;
    background: #007CC2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 3px;
}
.msm-menu .msmmenu-wrap .submenu-ul > ul.submenu-ul-child {
    margin-bottom: 18px;
    padding-left: 25px;
    margin-top: -10px;
}
.msm-menu .msmmenu-wrap .submenu-ul > ul.submenu-ul-child li {
    color: #BEBEBE;
    margin-bottom: 8px;
    padding-left: 0;
}
.msm-menu .msmmenu-wrap .submenu-ul > ul.submenu-ul-child li a {
    font-size: 14px;
    line-height: 18.54px;
}
.menu_video_inner {
    display: grid !important;
    grid-template-columns: 100px 1fr ;
}
.mobile-menu__promo-list{
    white-space: wrap;
}
.menu_video_title {
    margin-bottom: 0px;
}
.msmmenu-wrap span.msmhead-a, .msmmenu-wrap span.megamenuhead-a {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
}
.msm-menu .msm-ul .msm-li .msm-a:before{
    display: none;
}  
.msm-menu .msm-ul li.msm-li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 25px;
}
.msm-menu .msm-ul li.msm-li::before {
    content: "";
    position: absolute;
    background: #007CC2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 5px;
}
.msm-menu .msm-ul{
    margin: 0;
}
.msmmenu-wrap .megamenucol-wrap {
    margin-bottom: 20px;
}
.msm-menu .msm-ul li.msm-li:last-child {
    margin-bottom: 50px;
}
.article_title {
    font-size: 14px;
    line-height: 17px;
} 
.menu_feature_title {
    font-size: 16px;
    line-height: 21.55px;
}
.menu_feature_inner {
    display: grid !important;
    grid-template-columns: 95px 1fr;
}
.feature_button_inner {
    position: relative;
    text-align: center;
}
.menu_video_wrapper {
    width: 100%;
    max-width: max-content;
    overflow-y: auto;
    height: max-content;
    max-height: 180px;
}
.menu_feature_wrapper {
    max-width: max-content;
}  
.feature_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 160px;
}  
.feature_btn a {
    border: 3px solid #fff;
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
    background: rgb(34 34 34 / 60%);
}
.msm-menu {
    padding: 30px 25px;
}
.mobile-menu__inner {
    height: calc(100% - 30px);
}
.video_heading, .feature_heading {
    font-size: 18px !important;
}
.mobile_menu_social_icons .social-media__item svg{
   opacity: 1;   
}
.header .icon--search {
    width: 18px;
    height: 18px;
}
.header .icon--account {
    width: 18px;
    height: 18px;
}
.header .icon--cart {
    width: 20px;
    height: 20px;
}  
button.disclosure__button {
    position: relative;
}
button.disclosure__button svg.mobile_flag_dropdown {
    position: absolute;
    right: -25px;
    transform: rotate(0deg);
    transition: 0.3s;
    top: 4px;
}
button.disclosure__button[aria-expanded="true"] svg.mobile_flag_dropdown {
    transform: rotate(180deg);
    transition: 0.3s;
}  
  
  
}

