/* font-family: "Open Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*font-family: "Montserrat", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


h1,h2,h3,h4,h5,h6{
  /*font-family: "Montserrat", sans-serif;*/
  font-family: "Montserrat", Sans-serif;
  margin: 0;
  padding: 0;
}
ul,
ol,
li{
  list-style: none;
  padding: 0;
  margin: 0;
}
p{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/* BASIC CSS FOR HEADER & MEGA MENU */
.container{
  max-width: 1440px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}
.animated-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 52px 12px 34px;
  border: 2px solid #0081CC;
  border-radius: 8px;
  color: #0081CC;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.animated-btn span {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Hover effects */
.animated-btn:hover {
  background-color: #0081CC;
  color: #fff;
  box-shadow: 0 6px 15px rgba(0, 129, 204, 0.3);
}

.animated-btn:hover span {
  transform: translateX(6px); /* arrow slides right */
}

/* Reset and container */
body { margin: 0; font-family: "Open Sans", sans-serif;  }
.site-header { background: #f5f8fa; border-bottom: 1px solid #e2e8ee; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 15px; max-width: 1440px; margin: 0 auto; }
/*.site-logo img { max-height: 68px; }*/

.main-nav { flex: 1 1 auto; margin-left: 2rem; }
.nav-list { display: flex; gap: 2rem; list-style: none; margin: 0; padding: 0; }
.nav-list > li { position: relative; }
.nav-list a { text-decoration: none; color: #282c35; font-weight: 500; padding: 1rem 0; display: block; transition: color .2s; }
.nav-list a:hover { color: #1976d2; }

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  display: flex;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 0; top: 100%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(28,37,54,.12);
  z-index: 90;
  padding: 1.5rem 2rem;
  min-width: 720px;
  border-radius: 0 0 7px 7px;
}

.mega-col {
  min-width: 170px;
  display: flex;
  flex-direction: column;
}

.mega-col h4 {
  margin: 0 0 .75rem 0;
  font-size: 1.1rem;
  color: #32a0c2;
  font-weight: 600;
}
.mega-col a {
  color: #2b2f3a;
  font-size: 1rem;
  padding: .25rem 0;
  text-decoration: none;
}
.mega-col a:hover {
  color: #1976d2;
}

/* Header Icons */
.header-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-icons button,
.header-icons .login-btn {
  background: none; border: none; color: #2b2f3a; font-size: 1.2rem; cursor: pointer; padding: 0 .3rem;
}
.header-icons .login-btn {
  background: #2196f3;
  color: #fff; border-radius: 6px; padding: .45rem 1.15rem; font-size: 1rem; margin-left: .5rem;
  text-decoration: none; font-weight: 600;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
  z-index: 9999999999;
}
@media (max-width: 950px) {
  .header-inner { flex-wrap: wrap; }
  .main-nav { margin-left: 0; }
  .nav-list { flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: #fff; display: none; z-index: 99; }
  .header-icons .mobile-menu-toggle { display: block; }
}

@media (max-width: 768px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    background: transparent !important;
  }
  .st-header .header-inner{
    gap: 15px;
  }
  .st-header .header-inner a.site-logo{
    margin-right: auto;
  }
  body:has(.logged-in).st-header .header-icons .login-btn,
  .st-header .header-icons .header-button.header-wishlist-button,
  .st-header .header-icons a.my-account-btn {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .mega-menu { flex-direction: column; min-width: 0; width: 100vw; left: -1.5rem; right: -1.5rem; }
  .header-inner { padding: 0 .5rem; }
  /*.site-logo img { max-height: 36px; }*/
}

/* Show nav when toggled on mobile */
.header-inner.menu-open .nav-list { display: flex; }
.header-icons .mobile-menu-toggle { display: none; font-size: 2rem; }


@media (min-width: 768px){
  .wishlist-mobile{
    display: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-after-login{
    display: none;
  }
}

/* header css  */

/* 26-09 HARDIK */
.storefront-breadcrumb {
    display: none;
}
/* 26-09 HARDIK */

.custom-search-ajax {
    margin-top: 0;
}

.elementor-71736 .elementor-element.elementor-element-75e4470b .wpr-nav-menu .wpr-menu-item {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}


/* Container */
#custom-ajax-search {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  font-family: 'Roboto', sans-serif;
}

/* Search input */
#ajax-search-input {
  width: 100%;
  padding: 10px 40px 10px 35px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: #fff;
}

#ajax-search-input:focus {
  border-color: #f78080;
  box-shadow: 0 0 6px rgba(247, 128, 128, 0.3);
}

/* Search icon */
#custom-ajax-search span:first-of-type {
  color: #000000;
  font-size: 14px;
  pointer-events: none;
}

/* Clear icon (×) */
#clear-search {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #f78080;
  cursor: pointer;
  font-size: 22px;
  display: none;
  transition: color 0.2s ease;
}

#clear-search:hover {
  color: #e65c5c;
}

/* Loader */
.search-loader {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  display: none;
}

.search-loader img {
  width: 18px;
  height: 18px;
}

/* Search Results Box */
#product-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Individual Search Result */
#product-search-results .search-item {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.2s ease;
}

#product-search-results .search-item:hover {
  background-color: #f9f9f9;
  color: #f78080;
}

/* Scrollbar Styling */
#product-search-results::-webkit-scrollbar {
  width: 6px;
}

#product-search-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

#product-search-results::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}


/* footer css  */
.elementor-location-footer .elementor-element-78e56686 {
    background-color: #00317C !important;
    border-top: 0 !important;
}

.foot-p  p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}


.elementor-71765 .elementor-element.elementor-element-47126ad9 .elementor-heading-title,
.elementor-71765 .elementor-element.elementor-element-2e9d5056 .elementor-heading-title,
.elementor-71765 .elementor-element.elementor-element-3c9781d1 .elementor-heading-title,
.elementor-71765 .elementor-element.elementor-element-346bb5aa .elementor-heading-title{
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    color: #FFFFFF;
    margin: 5px 0;
}

.elementor-icon-list-items .elementor-icon-list-item a {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #FFFFFFCC !important;
}


.elementor-icon-list-item a {
    display: flex;
    align-items: self-start;
    gap: 10px;
}

.elementor-71765 .elementor-element.elementor-element-1a544d43:not(.elementor-motion-effects-element-type-background) {
    background-color: #00317C;
}

.elementor-71765 .elementor-element.elementor-element-310dd06 .elementor-icon-list-text {
    color: #FFFFFF;
    font-family: Open Sans !important;
}


.elementor-icon i, .elementor-icon svg {
    height: 40px !important;
    position: relative;
    width: 40px !important;
    background-color: #FFFFFF1A !important;
    border-radius: 10px !important;
    padding: 10px !important;
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
}

/* Show nav when toggled on mobile */
.header-inner.menu-open .nav-list { display: flex; }
.header-icons .mobile-menu-toggle { display: none; font-size: 2rem; }


/* header style starts here */

.site-footer {
    display: block !important;
    padding: 0px !important;
    background-color: #00317c !important;
}

.st-header{
  position: relative;
}

.overflow-hidden{
  overflow: hidden;
}

.st-header .main-nav{
  margin-left: 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
  font-size: 20px;
}
.st-header .main-nav .products .products-mega-menu .pro-item{
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0 0;
  background: white;
  border-radius: 10px;
  padding: 10px 15px;
  box-shadow: 0px 0px 11px 0px #0081CC1A;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.st-header .main-nav .products .products-mega-menu .pro-item::before{
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #252525;
  width: 0;
  left: 0;
  transition: all 0.3s ease;
}

.st-header .main-nav .products .products-mega-menu .pro-item:hover::before{
  width: 100%;
}

.st-header .main-nav .products .products-mega-menu .pro-item .pro-item-image{
  max-width: 100px !important;
  aspect-ratio: 1/1;
  width: auto;
  height: auto;
  object-fit: contain;
}

.st-header .main-nav .products .products-mega-menu .pro-item .pro-item-text{
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.5;
  font-weight: 400;
  color: #252525;
}

.st-header .main-nav .applications .applications-upper-tab {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.st-header .main-nav .applications .applications-upper-tab .upper-tab-link{
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 55px;
  text-decoration: none;
  flex: 0 0 calc(16.66% - 16.66px);
}

.st-header .main-nav .applications .applications-upper-tab .upper-tab-link .upper-tab-image{
  width: auto;
  height: auto;
  max-width: 40px !important;
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(0%) hue-rotate(187deg) brightness(97%) contrast(87%);
}

.st-header .main-nav .applications .applications-upper-tab .upper-tab-link:hover{
  background-color: #0081CC;
}

.st-header .main-nav .applications .applications-upper-tab .upper-tab-link:hover .upper-tab-image{
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(109deg) brightness(105%) contrast(105%);
}

.st-header .main-nav .applications .applications-upper-tab .upper-tab-link .upper-tab-text{
  font-size: clamp(12px, 1.4vw, 14px);
  line-height: 1.25;
  color: #252525;
  font-weight: bold;
}

.st-header .main-nav .applications .applications-upper-tab .upper-tab-link:hover .upper-tab-text{
  color: #fff;
}

.st-header .main-nav .applications .applications-lower-tab{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.st-header .main-nav .applications .applications-lower-tab .lower-tab-link{
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 20px 0 0;
  flex: 0 0 calc(25% - 15px);
  text-decoration: none;
  color: #252525;
}

.st-header .main-nav .applications .applications-lower-tab .lower-tab-link:hover{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.st-header .main-nav .applications .applications-lower-tab .lower-tab-link .lower-tab-image{
  border-radius: 10px 10px 0 0;
}
.st-header .main-nav .applications .applications-lower-tab .lower-tab-link .lower-tab-text{
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.25;
  font-weight: bold;
}

.st-header .main-nav .manual-and-support .manual-and-support-wrapper{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.st-header .main-nav .manual-and-support .manual-and-support-wrapper .manual-and-support-tab-link{
  flex: 0 0 calc(20% - 16px);
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}

.st-header .main-nav .manual-and-support .manual-and-support-wrapper .manual-and-support-tab-link:hover{
  background-color: #ffffff75;
  transform: scale(1.04);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.st-header .main-nav .manual-and-support .manual-and-support-wrapper .manual-and-support-tab-link .tab-image{
  border-radius: 10px;
  height: auto;
}

.st-header .main-nav .manual-and-support .manual-and-support-wrapper .manual-and-support-tab-link .tab-title{
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.25;
  font-weight: bold;
  margin: 10px 0 0;
  color: #252525;
}

.st-header .main-nav .resellers .resellers-wrapper{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.st-header .main-nav .resellers .resellers-wrapper .reseller-image-link{
  flex: 0 0 calc(25% - 15px);
  text-decoration: none;
  transition: all 0.3s ease;
}

.st-header .main-nav .resellers .resellers-wrapper .reseller-image-link:hover{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  opacity: 0.8;
}
.st-header .header-inner{
/*overflow-x: hidden;*/
}
.st-header .header-inner .header-icons .header-button{
  padding: 10px;
  transition: all 0.3s ease;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-header .header-inner .header-icons .header-button img{
  min-width: 20px;
  min-height: 20px;
}

.st-header .header-inner .header-icons .header-button:hover{
  background-color: #ddd;
  color: #2b2f3a;
}

.st-header .header-inner .header-icons .search-popup{
  position: fixed;
  height: 115px;
  /*left: 0;
  right: 0;*/
  width: 0;
  top: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 99;
  border-bottom: 1px solid #E0E6EB;
  transform: translateX(100%);
  transition: all 0.3s ease;
  opacity: 0;
}

.st-header .header-inner .header-icons .search-popup.active{
  width: 100vw;
  opacity: 1;
  transform: translateX(0);
  left: 0;
}

.st-header .header-inner .header-icons .search-popup .popup-wrapper{
  max-width: 1380px;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.st-header .header-inner .header-icons .search-popup .popup-wrapper .left-wrapper{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.st-header .header-inner .header-icons .search-popup .popup-wrapper .left-wrapper .search-field-wrapper{
  max-width: 400px;
  width: 100%;
  position: relative;
}

.st-header .header-inner .header-icons .search-popup .popup-wrapper .left-wrapper .search-field{
  padding: 10px 20px;
  background-color: #e1e1e145;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  width: 100%;
  border: 1px solid #ddd;
}

.st-header .header-inner .header-icons .search-popup .popup-wrapper .left-wrapper .search-field-wrapper .product-search-result{
  display: none;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  position: absolute;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
}

.st-header .header-inner .header-icons .search-popup .popup-wrapper .left-wrapper .search-field-wrapper .product-search-result.show{
  display: block;
}

.st-header .header-inner .header-icons .search-popup .popup-wrapper .close{
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
  border: 1px solid #ddd;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 5px;
}

.st-header .header-inner .header-icons .search-popup .popup-wrapper .close:hover{
  background-color: #ddd;
}

.st-header .header-inner .header-icons .login-btn{
  background-color: #0081CC;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  border: 1px solid #0081CC;
  transition: all 0.3s ease;
}

.st-header .header-inner .header-icons .xoo-wsc-sc-cont .xoo-wsc-cart-trigger .xoo-wsc-sc-bkcont .xoo-wsc-sc-count{
  background-color: #0081CC;
  font-size: 12px;
}

.st-header .header-inner .header-icons .login-btn:hover{
  background-color: transparent;
  color: #0081CC;
}

@media (max-width: 1280px){
  .st-header .header-inner{
    flex-wrap: wrap;
  }
  .st-header .main-nav{
    order: 3;
    border-top: 1px solid #E0E6EB;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1024px){
  .st-header .main-nav .products .products-mega-menu .pro-item{
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .st-header .main-nav .applications .applications-upper-tab .upper-tab-link{
    flex: 0 0 calc(25% - 15px);
  }
}

@media (max-width: 768px){
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close{
    background: #fff;
  }
  .st-header .main-nav{
    border-top: none;
    display: inherit;
    width: auto;
    justify-content: flex-end;
    flex: inherit;
  }
  .st-header .main-nav .st-menu{
    border-bottom: 1px solid #ddd !important;
  }
  .st-header .main-nav .mega-wishlist-mobile,
  .st-header .main-nav .mega-after-login{
    border-bottom: 1px solid #ddd !important;
  }
  .st-header .main-nav .st-menu:first-child{
    border-top: 1px solid #ddd !important;
  }
  .st-header .main-nav .products .products-mega-menu{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
  }
  .st-header .main-nav .products .products-mega-menu .pro-item{
    flex-wrap: nowrap;
    text-align: left;
    flex: 0 0 calc(50% - 10px);
  }
  .st-header .main-nav .products .products-mega-menu .pro-item .pro-item-image{
    max-width: 50px !important;
  }
  .st-header .main-nav .applications .applications-upper-tab .upper-tab-link{
    flex: 0 0 calc(33.33% - 13.33px);
    flex-direction: column;
    height: inherit;
  }
  .st-header .main-nav .applications .applications-lower-tab .lower-tab-link{
    flex: 0 0 calc(33.33% - 13.33px);
  }
  .st-header .main-nav .manual-and-support .manual-and-support-wrapper .manual-and-support-tab-link{
    flex: 0 0 calc(25% - 15px);
  }
  .st-header .main-nav .resellers .resellers-wrapper .reseller-image-link{
    flex: 0 0 calc(33.33% - 13.33px);
  }
  .st-header .header-inner .header-icons .header-button{
    padding: 5px;
  }
  .st-header .header-inner .header-icons .search-popup.active{
    height: 115px;
  }
}

@media (max-width: 600px){
  .st-header .header-inner{
    padding: 15px 10px;
  }
}

@media (max-width: 480px){
  .st-header .main-nav .products .products-mega-menu .pro-item{
    flex-direction: column;
    text-align: center;
  }
  .st-header .main-nav .applications .applications-upper-tab .upper-tab-link{
    flex: 0 0 calc(50% - 10px);
  }
  .st-header .main-nav .applications .applications-lower-tab .lower-tab-link{
    flex: 0 0 calc(50% - 10px);
  }
  .st-header .main-nav .manual-and-support .manual-and-support-wrapper .manual-and-support-tab-link{
    flex: 0 0 calc(33.33% - 13.33px);
  }
  .st-header .main-nav .resellers .resellers-wrapper .reseller-image-link{
    flex: 0 0 calc(50% - 10px);
  }
}


/* header style ends here */



/* Footer style start here */

.site-footer{
  font-family: 'Open Sans';
}

.site-footer .footer-wrapper .footer-columns{
  justify-content: space-between;
  padding: 60px 0 40px;
  gap: 20px;
}

.site-footer .footer-wrapper .footer-columns .footer-column{
  flex: inherit;
  max-width: 23%;
  text-align: left;
}

.site-footer .footer-wrapper .footer-columns .footer-column .footer-description{
  margin: 24px 0 0;
  font-size: clamp(12px, 4vw, 16px);
  line-height: 1.5;
  font-weight: 400;
  color: #FFFFFFCC;
}

.site-footer .footer-wrapper .footer-columns .footer-column .social-icons{
  display: flex;
  gap: 15px;
  margin: 24px 0 0;
}

.site-footer .footer-wrapper .footer-columns .footer-column .social-icons .icon{
  cursor: pointer;
  background-color: #FFFFFF1A;
  padding: 10px 12px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.site-footer .footer-wrapper .footer-columns .footer-column .social-icons .icon:hover{
  background-color: #ffffff75;
}

.site-footer .footer-wrapper .footer-columns .footer-column .social-icons .icon svg,
.site-footer .footer-wrapper .footer-columns .footer-column .social-icons .icon img{
  width: 20px;
  height: 20px;
}

.site-footer .footer-wrapper .footer-columns .footer-column .footer-column-title{
  font-size: clamp(14px, 4vw, 18px);
  line-height: 1.25;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}

.site-footer .footer-wrapper .footer-columns .footer-column .footer-column-list{
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer .footer-wrapper .footer-columns .footer-column .footer-column-list .footer-column-list-item{
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.site-footer .footer-wrapper .footer-columns .footer-column .footer-column-list .footer-column-list-item .image-wrapper img{
  width: 30px;
  height: 20px;
  object-fit: contain;
  display: block;
}

.site-footer .footer-wrapper .footer-columns .footer-column .footer-column-list .footer-column-list-item a{
  color: #FFFFFFCC;
  font-size: clamp(12px, 4vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.site-footer .footer-wrapper .footer-columns .footer-column .footer-column-list .footer-column-list-item a:hover{
  color: #fff;
  text-decoration: underline;
}

.site-footer .footer-wrapper .footer-copyright{
  padding: 32px 0;
  color: #FFFFFF99;
}

@media (max-width: 1280px) {
  .site-footer .footer-wrapper .footer-columns{
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: inherit;
  }
  .site-footer .footer-wrapper .footer-columns .footer-column{
    flex: 1 1 30%;
    max-width: 30%;
  }
}


@media (max-width: 900px) {
  .site-footer .footer-wrapper .footer-columns .footer-column{
    flex: 1 1 46%;
    max-width: 46%;
  }
}
.woocommerce-multi-currency.wmc-sidebar.wmc-right{
  z-index: 999;
}
@media (max-width: 768px) {
  .site-footer .footer-wrapper .footer-columns{
    padding: 0 0 40px;
    align-items: flex-start;
  }
  .site-footer .footer-wrapper .footer-copyright{
    padding: 40px 0 0;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary{
    z-index: 999999;
  }
}

@media (max-width: 600px) {
  .site-footer .footer-wrapper .footer-columns{
    flex-direction: column;
  }
  .site-footer .footer-wrapper .footer-columns .footer-column{
    flex: 1;
    max-width: 100%;
  }
}

/* footer style ends here */