body
{
    font-family: "DM Sans", sans-serif !important;
}
h1,h2,h3,h4,h5,h6
{
    font-family: "Archivo", sans-serif !important;
}
html .action.primary
{
  background-color: #003E52 !important;
  border-color: #003E52 #003E52 #003E52 !important;
}
.btn
{
  padding: 10px 15px !important;
}
.btn-outline
{
  border: 1px solid #003E52;
  background-color: transparent;
  color: #003E52 !important;
}
.btn-outline:hover
{
  background-color: #003E52;
  color: white !important;
} 
.pd-50 
{
    padding: 45px 0px;
}
.btn 
{
    border-radius: 8px !important;
}
.btn-outline
{
    border: 1px solid #003E52;
    color: #003E52;
    background-color: transparent;
}
.btn-outline:hover
{
    background-color: #003E52;
    color: white;
}
.widget.block-static-block
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.category-banner .tile-card
{
    position: relative;
}
.category-banner .tile-card img 
{
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.category-banner .tile-card-overlay,
.category-item-img .category-overylay
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 60%); /* Gradient from bottom */
    z-index: 1;
    border-radius: 8px; 
    pointer-events: none; 
}
.category-banner .tile-card-title,
.category-item-img h3
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 600;
    z-index: 1;
    padding: 10px;
}
.service-card-item
{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 8px;
    background-color: #F4F4F4;
}
.service-card-item h5 
{
    margin-bottom: 0px;
    font-size: 16px;
    color: black;
}
.service-card-item svg 
{
    height: 48px;
}
.single-banner a img 
{
    border-radius: 8px;
}
.category-item-img img
{
    width: 100%;
    height: 331px;
    object-fit: cover;
}
.category-item-content
{
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.counter-box h2 
{
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 700;
}
.category-item-content .counter-box
{
    padding: 0px 30px;
}
.category-item-content .counter-box:first-child
{
    border-right: 1px solid #E5E5E5;
    padding-left: 0px;
}
.category-item-content h3 
{
    font-size: 28px;
    font-weight: 700;
    color: #003E52;
}
.category-item-content h2 
{
    font-size: 32px;
    color: #003E52;
    font-weight: 700;
    margin-bottom: 15px;
}
.category-explore-more .col-md-4:nth-child(even) .category-item-img
{
    order: 2;
}
.category-explore-more
{
    padding-left: 10px;
    padding-right: 10px;
}
.single-banner .single-banner-content
{
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    padding: 25px 0px;
}
.cms-index-index main.page-main
{
    max-width: unset !important;
}
.category-manufacture
{
    background-color: #003E52;
    padding: 50px 0px;
    position: relative;
}
.category-manufacture h1 
{
    color: white;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 36px;
}
.category-manufacture p 
{
    color: white;
}
.category-grid
{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.category-grid-item
{
    width: 100%;
    text-align: center;
}
.category-grid-item img 
{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.category-grid-img
{
    margin-bottom: 10px;
    width: 100%;
    height: 280px;
}
.category-grid-item p
{
    font-size: 16px;
    font-weight: 500;
}
.video-section .video-content-wrapper {
    position: relative;
    padding: 50px;
}
h2.section-title {
    color: #08515F; 
    font-weight: 700;
    font-size: 36px;
  }
  .video-section hr {
    border-top: 1px solid #dee2e6;
    margin-top: 1rem;
    margin-bottom: 2.5rem; 
  }

  .video-section .stat-item h4 {
    color: #08515F; 
    font-weight: 700;
    font-size: 2.5rem; 
    margin-bottom: 0.25rem;
    line-height: 1.2;
  }

  .video-section .stat-item h4 small {
    font-size: 16px;
    font-weight: 600;
    color: #6c757d; 
    vertical-align: middle;
    margin-left: 2px;
  }
  .video-section .stat-item p {
    color: #323232;
    font-size: 15px;
    font-weight: 500;
  }
  .video-wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%; 
    border-radius: 15px;
    overflow: hidden; 
    cursor: pointer;
  }
  
  .video-wrapper .play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem; 
    color: rgba(255, 255, 255, 0.9); 
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    z-index: 10;
    pointer-events: none; 
  }
  .video-wrapper:hover .play-button-overlay {
    color: #ffffff; 
    transform: translate(-50%, -50%) scale(1.1); 
  }
.tile-promo-section,.testimonial-slider-section,
.blog-slider-section
{
    background-color: #f2f2f2;
}
  .tile-promo-item {
    height: 100%; 
    display: flex; 
  }
  .tile-promo-item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    object-fit: cover;
  }
  .tile-promo-item h3 {
    color: #08515F; 
    font-weight: 600; 
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0.75rem; 
  }
  .tile-promo-item p {
    color: #495057; 
    font-size: 0.95rem; 
    line-height: 1.6;
    margin-bottom: 15px; 
  }
  .tile-promo-section .row 
  {
    padding: 10px 0px;
    background-color: white;
    border-radius: 8px;
  }
  .promo-img,.promo-content
  {
    width: 50%;
  }
  .promo-content
  {
    padding: 25px;
  }
  .custom-block div 
  {
    width: 100%;
  }
  .footer-icon-box
  {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .footer-icon-box .footer-icon
  {
    width: 85px;
    border-radius: 8px;
    background-color: white;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer.page-footer
  {
    background-color: #f4f4f4 !important;
  }
  .footer-top
  {
    border-radius: 24px 24px 0px 0px;
  } 
  .footer-top .custom-block
  {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    border-bottom: 1px solid #e5e5e52e;
  }
  .footer-middle > .container::after
  {
    border-color: #e5e5e52e !important;
  }
  .footer-top .custom-block p
  {
    margin-bottom: 0px;
  }
  .footer-icon-box h6 
  {
    font-size: 18px;
  }
  .footer-icon-box p
  {
    font-size: 15px;
    color: #323232;
    line-height: 20px;
  }
  .footer-grid
  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    align-items: center;
  }
  .footer-bottom .custom-block
  {
    padding: 0px !important;
  }
  .footer-bottom .footer-grid-item
  {
    text-align: left;
  }
  .footer-bottom .footer-grid-item p 
  {
    margin-bottom: 0px;
    color: white;
  }
  .footer-middle,.footer-bottom,.footer-top
  {
    background-color: #0F495C !important;
  }
  .footer .follow-us .share-links a
  {
    width: 40px !important;
    height: 40px !important;
  }
.share-links li a 
{
    background-color: #215f73 !important;
    color: white !important;
    border-color: #215f73 !important;
}
.follow-us .share-links
{
    gap: 10px;
}
.columns .column.main
{
    padding-bottom: 0px !important;
}
.bottom-section
{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f4f4f4;
}
.footer-middle .container 
{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
footer .footer-middle .contact-info li 
{
    position: relative;
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-info li span 
{
  display: block;
}
.contact-info li p 
{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 20px;
    font-size: 14px !important;
    color: white !important;
}
.contact-info li a 
{
    color: white !important;
}
.footer-middle h3.widget-title
{
    font-size: 18px !important;
    color: white !important;
}
.footer-middle .widget ul li a 
{
    color: white !important;
    font-size: 15px !important;
}
.footer-middle .widget
{
    margin-bottom: 0px !important;  
}
.category-slider-image,.category-image-container
{
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.category-slider-image img,.category-image-container img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.section-heading h2 
{
  font-size: 32px;
  font-weight: 700;
  color: #0F495C;
}
p.category-slider-name,p.category-name
{
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  text-align: center;
}
.product-item img 
{
  border-radius: 8px;
}
.product-item a img.product-image-photo
{
  position: static;
  object-fit: contain;
}
.product-item-info .product-item-action
{
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.product-item-info .product-item-action a,
.product.media .product-addto-links .action.tocompare,
.product.media .product-addto-links .action.towishlist
{
  background-color: white;
  color: black !important;
  border-radius: 50%;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item-info .product-item-action a:hover,
.product.media .product-addto-links .action.tocompare:hover,
.product.media .product-addto-links .action.towishlist:hover
{
  background-color: #003E52;
  color: white !important;
  border-color: #003E52;
}
.product-item .custom-item-details
{
  gap: 15px;
}
.product-item-details h4.product-item-name,
.product-text a.product-item-link
{
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-bottom: 4px;
}
.product-item-details .product-item-name-wrapper
{
  text-align: left !important;
}
.product-item p
{
  margin-bottom: 0px !important;
  font-size: 16px;
  font-weight: 500;
  color: #323232;
}
.product-item p span.regular-price,
.product-item-info.type1 .product-item-inner .price-box span.price
{
  color: black;
}
.owl-stage-outer
{
  padding: 0px 0px !important;
}
.custom-slider .owl-prev
{
  left: 15px !important;
}
.custom-slider .owl-next
{
  right: 15px !important;
}
.owl-prev,.owl-next
{
  border-radius: 50% !important;
}
.owl-prev::before
{
  width: 18px !important;
  height: 18px !important;
  top: 11px !important;
  left: 10px !important;
}
.owl-next::before
{
  width: 18px !important;
  height: 18px !important;
  top: 11px !important;
  left: 12px !important;
}
.best-seller .owl-carousel.nav-style-4 .owl-nav .owl-prev,
.best-seller .owl-carousel.nav-style-4 .owl-nav .owl-next
{
  opacity: 1 !important;
  transform: unset !important;
  background-color: #f2f2f2 !important;
}
.best-seller .owl-carousel.nav-style-4 .owl-nav .owl-prev:hover,
.best-seller .owl-carousel.nav-style-4 .owl-nav .owl-next:hover
{
  background-color: #003E52 !important;
}
.best-seller .owl-carousel.nav-style-4 .owl-nav .owl-prev::before,
.best-seller .owl-carousel.nav-style-4 .owl-nav .owl-next::before
{
  top: -1px !important;
  font-size: 20px !important;
  font-weight: bold !important;
}
.best-seller .owl-carousel.nav-style-4 .owl-nav .owl-prev::before
{
  left: 0px !important;
}
.best-seller .owl-carousel.nav-style-4 .owl-nav .owl-next::before
{
  left: 2px !important;
}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next
{
  background-color: #f2f2f2 !important;
  width: 40px !important;   
  height: 40px !important;
}
.owl-prev:hover,.owl-next:hover
{
  background: #003E52 !important;
}
.owl-prev
{
  left: -50px !important;
}
.owl-next 
{
  right: -50px !important;
}
.page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top
{
  padding: 15px 0px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
} 
.contact-left
{
  background-color: #f2f2f2;
  padding: 80px;
  height: 100%;
  border-radius: 40px 0px 0px 40px;
  position: relative;
  overflow: hidden;
}
.contact-left h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: #333;
  margin-bottom: 0px;
}
.contact-left hr {
  width: 150px;
  margin: 16px 0;
  border: 1px solid #ccc;
}
.contact-left p {
  font-size: 16px;
  color: #323232;
}
.stats {
  display: flex;
  margin-top: 30px;
  gap: 50px;
}
.stats h3 {
  font-size: 36px;
  color: #000;
  margin-bottom: 10px;
}
.stats span {
  font-size: 16px;
  color: #323232;
}
.contact-form {
  background-color: #0f495c;
  padding: 80px;
  height: 100%;
  border-radius: 0px 40px 40px 0px;
  position: relative;
  overflow: hidden;
  padding-right: 150px;
}
.contact-form h3 {
  font-size: 24px;
  margin-bottom: 0px;
  color: white;
}
.contact-form p {
  font-size: 16px;
  margin-bottom: 20px;
  color: white;
}
.contact-form input,.contact-form select,.contact-form textarea
{
  background-color: transparent !important;
  padding: 10px !important;
  border-bottom: 1px solid #ffffff21 !important;
  border: 0;
  margin-bottom: 15px;
  font-size: 16px !important;
}
.contact-form input::placeholder
{
  color: #ffffff !important;
}
.contact-form button {
  width: 100%;
  padding: 15px;
  background-color: #185b71 !important;
  color: #fff;
  border: none;
  border-radius: 8px !important;
  font-size: 16px !important;
  cursor: pointer;
}
.contact-form textarea:focus
{
  box-shadow: none !important;
}
.contact-left img 
{
  position: absolute;
  bottom: 0px;
}
.contact-form img 
{
  position: absolute;
  right: -280px;
  top: 0px;
}
.brands-wrapper .brand-item {
  padding: 0px 10px;
}
.brand-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.products-slider .product-item
{
  padding: 0px 8px !important;
  margin: 0px !important;
}
.products-slider .product-item:hover,
.products-slider .product-item-info:hover .product-item-photo
{
  box-shadow: none !important;
}
.products-slider .product-item-details
{
  text-align: left;
}
.products-slider .product-item-details h4.product-item-name a
{
  font-size: 16px !important;
  margin-bottom: 0px !important;
}
.product-item-info.type1 .product-item-inner
{
  justify-content: space-between !important;
}
.product-item-info.type1 .product-item-inner .price-box
{
  margin-bottom: 0px !important;
}
.slick-prev:before,
.slick-next:before {
    display: none;
}
.slick-slider
{
  padding: 0px !important;
}
.slick-prev,.slick-next
{
  width: 40px;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50% !important;
  padding: 0px !important;
  background-color: #e9e9e9 !important;
}
.slick-prev:hover,.slick-next:hover
{
  background-color: #003E52 !important;
}
.slick-slider button i 
{
  font-size: 18px !important;
}
.slick-slider button:hover i
{
  color: white !important;  
}
.slick-next
{
  right: -50px !important;
}
.slick-prev
{
  left: -50px !important;
}
.testimonial-card .testimonial-text
{
  padding: 25px;
  border-radius: 8px 8px 8px 0px;
  position: relative;
  background-color: white;
  min-height: 225px;
}
.testimonial-card .testimonial-text h5 
{
  font-size: 18px !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}
.testimonial-card .testimonial-text p 
{
  font-size: 16px !important;
  color: #3C3C3C !important;
  font-weight: 400 !important;
}
.testimonial-card .user-info
{
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
}
.testimonial-card .user-img
{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-card .user-name
{
  font-size: 16px;
  font-weight: 500;
  color: #323232;
}
.testimonial-card .user-time
{
  font-size: 14px;
  font-weight: 500;
  color: #808080;
}
.testimonial-card .rating-stars span 
{
  color: #F4B223;
}
.testimonial-card .testimonial-text:after
{
  content: "";
  position: absolute;
  bottom: -30px; /* adjust as needed */
  left: 0px; /* adjust for horizontal alignment */
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-top: 30px solid white;
}
.blog-slide img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.blog-slide h3.blog-title
{
  font-size: 18px;
  font-weight: 500;
  color: #0F495C;
  margin-bottom: 0px;
  margin-top: 10px;
}
.category-manufacture img.right-ring
{
  position: absolute;
  right: -450px;
  bottom: -50px;
}
.category-manufacture img.left-ring
{
  position: absolute;
  left: -250px;
  bottom: 0;
}
.video-section img.right-ring
{
  position: absolute;
  right: -250px;
  top: 0px;
}
.footer
{
  position: relative;
  overflow: hidden
}
.footer img.right-ring
{
  position: absolute;
  right: -170px;
  top: 50px;
}
.footer img.left-ring
{
  position: absolute;
  left: -250px;
  bottom: -50px;
}
header .sections.nav-sections
{
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.page-header.type1 .header-contact .my-account
{
  display: block !important;
}
.header-icons
{
  display: flex;
  gap: 15px;
  align-items: center;
}
.header-icons a.my-account
{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.page-header.type1 .header-icons a.wishlist,.page-header.type1 a.wishlist i,
.porto-icon-wishlist-2:before,.porto-icon-user-2:before
{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.page-header .header-icons i
{
  font-size: 22px !important;
}
.page-header.type1 .minicart-wrapper .action.showcart
{
  min-width: unset !important;
}
.header-icons a
{
  display: flex;
}
.header-right
{
  gap: 30px;
}
.header-contact .header-phone
{
  display: grid;
  padding-left: 15px;
  border-left: 1px solid #8D8D8D;
}
.header-contact .header-phone span 
{
  font-size: 14px;
  color: #8D8D8D;
  font-weight: 600;
}
.header-contact .header-phone a
{
  font-size: 16px;
  color: #003E52 !important;
  font-weight: 600;
}
.minisearch .search input 
{
  border-radius: 8px !important;
  border: 1px solid #E5E5E5 !important;
  height: 44px !important;
}
.page-header.type1 .search-area .minisearch .actions button
{
  width: 44px !important;
  height: 44px !important;
  border-radius: 0px 8px 8px 0px !important;
  background: #003E52 !important;
  cursor: pointer;
}
.header-row .header-center
{
  justify-content: end !important;
}
.header-menu-row
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.header-extra-menu
{
  display: flex;
  align-items: center;
}
.header-extra-menu a 
{
  padding: 8px 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: black !important;
}
.header-extra-menu a.sample-link
{
  background-color: #003E52;
  color: white !important;
}
.page-header.type1 .nav-sections
{
  padding: 0px 0px !important;
}
.category-item-img
{
  width: 100%;
}
.breadcrumbs-slider-wrapper
{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.breadcrumbs
{
  padding: 15px 0px;
}
.breadcrumbs ul.items
{
  display: flex;
}
.catalog-category-view .breadcrumbs ul.items li.item 
{
  position: relative;
  margin-right: 20px;
}
.catalog-category-view .breadcrumbs ul.items li.item a::after
{
  content: "/";
  position: absolute;
  right: -15px;
  top: 0px;
  color: #212121;
  font-size: 16px;
  display: inline-block;
}
.breadcrumbs ul.items li.item a
{
  color: black;
  position: relative;
}
.breadcrumbs-slider-wrapper .category-page-slider
{
  padding-top: 0px;
}
.breadcrumbs-slider-wrapper .category-page-slider h3 
{
  font-size: 32px;
  color: #003E52;
  font-weight: 700;
}
.breadcrumbs-slider-wrapper:after
{
  content: "";
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.catalog-category-view .grid .product-item-details,
.catalogsearch-result-index .grid .product-item-details
{
  display: flex;
  justify-content: space-between;
}
.catalog-category-view .grid .product-item-details .product-text,
.product-item-details.d-flex .product-item-name-wrapper,
.product-item-details .product-text
{
  width: 60%;
}
.catalog-category-view .grid .product-item-details .actions-primary,
.product-item-details.d-flex .product-item-actions,
.product-item-details .product-item-actions
{
  width: 40%;
  text-align: right;
}
.catalog-category-view .product-item-actions .towishlist,
.catalog-category-view .product-item-actions .tocompare
{
  position: static !important;
  visibility: visible !important;
}
.catalog-category-view .product-item:hover 
{
  box-shadow: none !important;
}
.toolbar-products 
{
  padding: 10px 0px;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  margin-right: 0px !important;
}
.toolbar-products .toolbar-sorter,.toolbar-products .limiter,
.toolbar-products .modes
{
  margin-bottom: 0px !important;
}
.toolbar-products .modes
{
  margin-right: 0px !important;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
}
.toolbar-products .modes strong.modes-label,
.toolbar-products .modes .modes-mode span
{
  display: none;
}
.toolbar-products .modes .modes-mode
{
  margin: 0px !important;
  padding: 8px;
  width: auto !important;
  height: auto !important;
}
.toolbar-products .modes .modes-mode.active 
{
  background-color: #003E52;
  color: white;
}
.toolbar-products .modes .mode-grid.active 
{
  border-radius: 5px 0px 0px 5px;
}
.toolbar-products .modes .mode-list.active 
{
  border-radius: 0px 5px 5px 0px;
}
.toolbar select
{
  border-radius: 5px;
}
.products-list .product-item-info .porto-section
{
  align-items: start;
  width: 100%;
}
.products-list .product-item-info
{
  padding: 10px;
  border-radius: 8px;
  border:1px solid #D4D4D4;
}
.products-list .product-item-action
{
  right: 20px;
}
.layered-filter-block-container
{
  padding: 15px;
  border: 1px solid #D4D4D4;
  background-color: white;
}
.pages strong.page, .pages a.page, .pages .action
{
  border-color: #D9D9D9 !important;
  border-radius: 4px;
}
.pages ul.pages-items li.current strong.page
{
  background-color: #003E52 !important;
  color: white !important;
}
.breadcrumbs-slider-wrapper {
  background-image: url('../../../../../../../pub/media/catalog/category/category_bg.png');
}
.catalog-category-view .page-bottom
{
  max-width: unset !important;
  padding: 0px !important;
}
.catalog-category-view main.page-main
{
  padding: 0px !important;
}
.catalog-category-view .single-banner .single-banner-content
{
  border-top: 0px;
  border-bottom: 0px;
}
.catalog-category-view .tile-promo-section
{
  background-color: transparent !important;
}
.catalog-category-view .page-bottom .content 
{
  position: relative;
}
.catalog-category-view .page-bottom .content::after
{
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  background-color: #0f495c;
  z-index: -1;
  height: 900px;
  transform: translateY(-30%);
}
.product-item a.product-item-photo,
.product-item-photo .porto-tb-featured-image
{
  width: 100%;
  height: 350px;  
}
.product-item a img.product-image-photo,
.product-item-photo a img.product-image-photo
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products-list .product-item-photo .porto-tb-featured-image
{
  height: 220px;
}
.home-contact-section .row.no-padding
{
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
}
.block-customer-login form input,form.form-create-account input,
form.forget input,.cart-summary .shipping form input,
.cart-summary .shipping form select
{
  border-radius: 5px;
}
form.form-create-account
{
  max-width: 1200px !important;
}
form.forget
{
  max-width: 600px !important;
}
.page-wrapper > .breadcrumbs .items
{
  padding: 10px 0px !important;
  max-width: unset !important;
}
.products-list .product-item-details .product-text
{
  width: 100%;
}
.minicart-wrapper .block-minicart
{
  width: 400px !important;
}
.minicart-items .product-item-photo
{
  order: 1 !important;
  height: auto !important;
}
.minicart-items .product-item-details{
  padding-left: 15px !important;
  padding-right: 0px !important;
}
.minicart-items .product-item-photo:hover
{
  box-shadow: none !important;
}
.minicart-items .item-qty
{
  width: 40px !important;
  height: 30px !important;
}
.minicart-wrapper .block-minicart .subtotal
{
  padding: 10px !important;
  border-bottom: 1px solid #E5E5E5;
  background-color: #E5E5E5;
}
.block-minicart .extra h4
{
  font-size: 14px;
  margin: 0px !important;
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 20px !important;
  text-transform: uppercase;
  color: #222529;
}
.enquiry-products-list .product-item a.product-item-photo
{
  flex: 0 0 80px;
  height: auto !important;
  margin-bottom: 0px;
}
.enquiry-products-list .product-item a.product-item-photo img 
{
  width: 100% !important;
}
.enquiry-products-list ul li .product-item-details
{
  max-width: calc(100% - 80px);
  width: 100%;
  padding-left: 15px;
}
.enquiry-products-list .product-item-details .action.delete:before
{
  content: '\f819';
  font-size: 11px;
  line-height: 20px;
  color: inherit;
  font-family: 'porto-icons';
}
.enquiry-products-list button.primary
{
  width: 100%;
}
.enquiry-products-list .enquiry
{
  margin-bottom: 10px;
}
.minicart-wrapper .block-minicart .block-content > .actions
{
  padding: 0px !important;
}
.enquiry-products-list ul.product-items
{
  max-height: 250px;
  overflow-y: auto;
}
.modal-popup .modal-inner-wrap
{
  max-width: 600px !important;
}
.modal-popup .modal-inner-wrap .modal-header
{
  padding: 0px !important;
}
.modal-popup .modal-inner-wrap .modal-header h1 
{
  padding: 15px 25px !important;
  min-height: unset !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}
.modal-popup .modal-inner-wrap button.action-close
{
  right: -15px !important;
  top: 15px !important;
}
.modal-popup .modal-inner-wrap .modal-content
{
  padding: 25px !important;
}
.modal-popup .modal-inner-wrap .modal-content input
{
  border-radius: 5px;
}
.product-enquiry-cart-table
{
  float: left;
  width: 66.66%;
  margin-top: 30px;
}
.cart-container .form-cart,.product-enquiry-cart-table
{
  padding-right: 50px !important;
}
.product-enquiry-cart-table span.product-image-wrapper
{
  width: 84px;
  height: auto;
  aspect-ratio: 165 / 165;
}
.inquiry-product-item
{
  display: flex;
  align-items: center;
  gap: 15px;
}
.cart-container .product-item-link img,
.cart-container .product-item-photo img 
{
  border-radius: 8px;
  object-fit: cover;
}
span.inqury-product-price
{
  color: #222529;
  font-size: 16px;
  font-weight: 600;
}
.product-enquiry-cart-table table tbody tr 
{
  border-bottom: 1px solid #E5E5E5;
}
.discount form button.apply
{
  color: white !important;
}
.cart-discount
{
  margin-top: 15px !important;
}
.cart-summary
{
  padding: 20px !important;
  border-radius: 8px;
}
.cart-summary .shipping form input,.cart-summary .shipping form select
{
  padding: 12px;
}
.cart-summary button.enquiry
{
  width: 100%;
}
.post-list.modern .post-item
{
  padding: 10px !important;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
}
.post-list.modern .post-holder .post-info h3 a
{
  color: black;
}
.blog-page .sidebar-additional
{
  padding-top: 0px;
}
.blog-search
{
  margin-top: 0px !important;
}
.blog-search input,.c-replyform input,.c-replyform textarea
{
  border-radius: 5px !important;
}
.blog-search button.search
{
  background-color: #003E52 !important;
  border-radius: 0px 5px 5px 0px !important;
}
.block-recent-posts .block-content,
.block-archive .block-content
{
  border: 1px solid #E5E5E5;
  padding: 10px;
  border-radius: 5px;
}
.block-recent-posts .block-content li 
{
  border-bottom: 1px solid #E5E5E5;
}
.post-view-modern .post-holder .post-date
{
  margin-left: 0px !important;
  box-shadow: none !important;
  width: auto !important;
}
.post-view-modern .post-holder
{
  margin-left: 0px !important;
}
.post-sharing-bottom .share-elements
{
  text-align: left !important;
}
.blog-post-view .post-nextprev .nextprev-link span
{
  color: #003E52 !important;
}
.block.comments .c-count strong
{
  border-bottom: 0px !important;
}
.catalog-product-view .message-error.error.message {
  display: none;
}
.gallery-placeholder .fotorama__nav .fotorama__thumb-border
{
  border-color: #003E52 !important;
  border-radius: 8px;
}
.gallery-placeholder .fotorama__nav .fotorama__thumb
{
  border-radius: 8px;
}
.product-options-wrapper .swatch-attribute-label
{
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #323232 !important;
  display: block;  
}
.product-options-wrapper .swatch-attribute-options
{
  padding: 0px !important;
  display: flex;
  gap: 8px;
}
.product-options-wrapper .swatch-attribute-options .swatch-option.color
{
  margin: 0px !important;
  border-radius: 50%;
}
.product-options-wrapper .swatch-attribute-options .swatch-option.color:hover
{
  border: 1px solid #003E52 !important;
}
.swatch-opt .swatch-attribute
{
  padding-bottom: 25px;
  position: relative;
}
.catalog-product-view div.mage-error
{
  bottom: 0 !important;
}
.product-options-wrapper .swatch-attribute-options .swatch-option.text
{
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #CFCFCF !important;
  background-color: white !important;
}
.product-options-wrapper .swatch-attribute-options .swatch-option.text:hover 
{
  border: 1px solid #003E52 !important;
  background-color: #003E52 !important;
  color: white !important;  
}
.product.media
{
  position: relative;
}
.product.media .product-addto-links
{
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  gap: 5px;
  flex-direction: column;
  z-index: 1;
}
.product.media .fotorama__stage
{
  border-radius: 8px;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result:before
{
  color: #c3c5c9 !important;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result>span:before
{
  color: #F5A624 !important;
}
.review-form input,.review-form textarea
{
  border-radius: 5px !important;
}
.review-form textarea:focus
{
  box-shadow: none !important;
}
.fieldset .review-legend.legend
{
  color: black !important;
}
.filter-options-content
{
  padding: 0px !important;
}
.filter-options-content .swatch-attribute-options .swatch-option.text 
{
  background-color: white !important;
  border-radius: 5px !important;   
}
.filter-options-content .swatch-attribute-options .swatch-option.text:hover 
{
  background-color: #003E52 !important;
  color: white !important;
}
.removeitem a.delete
{
  color: red !important;
}
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active>span:before
{
  background: #003E52 !important;
}
.opc-progress-bar-item._active span::after
{
  color: #003E52 !important;
}
.opc-progress-bar-item._active span
{
  font-weight: 600 !important;
}
button.action-auth-toggle
{
  background-color: #003E52 !important;
  color: white !important;
  padding: 15px 20px !important;
  font-weight: 600 !important;
}
.authentication-dropdown .block-content label
{
  line-height: 24px !important;
}
.form.form-login .field-tooltip,
.form.form-shipping-address .field-tooltip
{
  display: none !important;
}
.field .control._with-tooltip input
{
  width: 100% !important; 
}
.form.form-login input,.form.form-shipping-address input,
.form.form-shipping-address select
{
  border-radius: 5px !important;
  height: 45px;
}
.opc-block-summary
{
  border-radius: 8px;
}
.opc-block-summary .product-item .product .product-image-container
{
  width: 80px !important;
  height: 80px !important;
}
.minicart-items .product-item-details .price,
.shipping-information-title span
{
  font-weight: 600 !important;
  color: black !important;
  font-size: 16px !important;
}
.opc-wrapper
{
  margin-top: 15px !important;
}
.product-info-main .product-reviews-summary:after
{
  display: none;
}
.sample-order-btn
{
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 10px;
}
.product-options-wrapper
{
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 15px;
}
.product-add-form .box-tocart
{
  border-top: 0px !important;
  padding: 0px !important;
  border-bottom: 0px !important;
}
.qty-label
{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.qty-label h4 
{
  font-size: 16px;
  font-weight: 500;
  color: #323232;
  margin-bottom: 0px;
}
.qty-label a
{
  font-size: 14px;
  font-weight: 600;
  color: #797979 !important;
}
.qty-two-columns
{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.qty-two-columns input 
{
  width: 100% !important;
  padding: 12px 15px !important;
  height: 48px !important;
  border-width: 1px 1px 1px 1px !important;
  text-align: left !important;
}
.qty-two-columns .qty.field .control
{
  width: 100% !important;
  display: block !important;
}
.qty-two-columns .qty.field
{
  margin: 0px !important;
}
.product-add-form button.tocart
{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.product-add-form .sample-order-btn button.tocart
{
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.product-extra-btn
{
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.product-extra-btn a 
{
  padding: 10px 15px;
  border-radius: 25px;
  border: 1px solid #E5E5E5; 
  display: flex;
  gap: 10px;
  align-items: center;
  color: #000;
}
.product-extra-btn a:hover
{
  background-color: #003E52;
  color: white;
}
.product-extra-btn a:hover svg path
{
  stroke: white;
}
.catalog-product-view .page-bottom
{
  max-width: unset !important;
  padding: 0px !important;
}
.reviews-actions a.action.add
{
  color: #003E52 !important;
}
.product-add-form .product-info-price
{
  margin-bottom: 0px !important;
}
.box-tocart .moved-add-to-links,.box-tocart .fieldset div.actions
{
  /* display: none; */
}
.product-options-bottom
{
  margin-bottom: 0px !important;
}
.product-add-form .box-tocart
{
  margin-top: 15px;
}
.opc-wrapper .shipping-address-item.selected-item
{
  border-color: #003E52 !important;
}
.opc-wrapper .shipping-address-item.selected-item:after
{
  background-color: #003E52 !important;
}
.modal-popup .form.form-shipping-address
{
  max-width: unset !important;
}
.modal-popup .form.form-shipping-address .field.choice input
{
  height: auto !important;
}
.modal-popup .modal-footer
{
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 25px;
}
.modal-popup .modal-footer button.action-save-address
{
  margin-left: 0px !important;
}
.modal-popup .modal-footer button.action-hide-popup
{
  margin-top: 0px !important;
}
.porto-products.title-border-bottom.move-related .products-slider.show-dots-title-right .owl-dots,
.best-seller .owl-dots
{
  display: none !important;
}
.move-related .slider-title
{
  text-align: center;
  border-bottom: 0px !important;
  font-size: 32px;
  font-weight: 700;
  color: #0F495C;
  margin-bottom: 40px !important;
}
.tile-popup-inner h6
{
  color: red;
  font-size: 16px;
  font-weight: 400;
}
.tile-popup-inner p
{
  color: black;
  font-size: 15px;
}
.tile-popup-inner h5 
{
  font-size: 16px;
}
.tile-calc-wrapper
{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.catalog-product-view .modal-popup .modal-inner-wrap
{
  max-width: 800px !important;
}
.tile-calc-wrapper input,.tile-calc-wrapper select
{
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.tile-calc-wrapper h3 
{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tile-calc-wrapper .result-box
{
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 8px;
}
.tile-calc-wrapper .result-box p 
{
  margin-bottom: 10px;
}
.result-box button 
{
  width: 100%;
}
.products-related .owl-prev::before,
.products-related .owl-next::before
{
  font-size: 24px;
  width: auto !important;
  height: auto !important;
  top: unset !important;
  left: unset !important;
  color: black !important;
}
.block-collapsible-nav .item a:before, .block-collapsible-nav .item>strong:before
{
  display: none !important;
}
.block-collapsible-nav .item a, .block-collapsible-nav .item>strong
{
  border-bottom: 0px !important;
}
.block-collapsible-nav .item:first-child
{
  border-top: 0px !important;
}
.block-collapsible-nav-content
{
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
}
.block-collapsible-nav .item.current strong
{
  border-left: 3px solid #003E52 !important;
}
.block .box-actions .action:after
{
  display: none;
}
.account .column a.action.primary
{
  padding: 10px 15px !important;
  height: auto !important;
}
.table-wrapper.orders-recent,
.table-wrapper.orders-history  
{
  border: 1px solid #E5E5E5;
}
.fieldset>.legend
{
  color: black !important;
}
.table-wrapper.orders-history table 
{
  margin-top: 0px !important;
}
.wishlist .product-item a.product-item-photo
{
  height: 250px !important;
}
.wishlist .product-items .product-item:hover
{
  box-shadow: none !important;
}
.wishlist .product-item a.product-item-photo:hover 
{
  box-shadow: none !important;
}
.wishlist .product-item-name
{
  text-align: left !important;
  margin-top: 15px !important;
}
.wishlist .price-box
{
  text-align: left !important;
}
.wishlist-index-index .products-grid .product-item .product-item-inner
{
  padding: 0px !important;
}
.products-grid.wishlist .product-item .qty.field .control
{
  justify-content: unset !important;
}
.wishlist .product-item-actions
{
  margin-top: 0px !important;
  text-align: left !important;
}
.wishlist .product-item-actions a 
{
  margin: 0px !important;
}
.wishlist .product-item-actions
{ 
  display: flex;
  gap: 15px;
}
.wishlist .product-item-inner textarea:focus
{
  box-shadow: none !important;
}
.catalog-product-view .product.media,
.catalog-product-view .product-info-main
{
  width: 50% !important;
}
.catalog-product-view .product-info-main
{
  padding-left: 30px;
}
.form-wishlist-items .product-reviews-summary
{
  display: none !important;
}
.contactpage-info h3,.form.contact h3
{
  font-size: 24px;
}
.contactpage-info ul li {
  list-style-type: none;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
}
.contactpage-info ul li span 
{
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003E52;
  color: white;
  font-size: 20px;
  border-radius: 5px;
}
.contactpage-info ul li p 
{
  margin-bottom: 0px;
}
.contactpage-info ul li .d-grid
{
  display: grid;
  line-height: 20px;
}
.contactpage-info ul li p 
{
  color: black;
}
.contactpage-info ul
{
  padding: 25px;
  background-color: #f2f2f2;
  border-radius: 8px;
}
.contact-index-index .form.contact input,
.contact-index-index .form.contact textarea
{
  padding: 10px 15px;
  border-radius: 5px;
}
.form.contact textarea:focus
{
  box-shadow: none;
}
.contact-index-index .form.contact
{
  padding: 25px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.slick-next i
{
  padding-left: 2px;
}
.slick-prev i
{
  padding-right: 2px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover 
{
  background-color: #003E52 !important;
  color: white !important;
}
.table-comparison .cell.label .attribute.label
{
  color: black;
}
.table-wrapper.comparison
{
  border: 1px solid #E5E5E5;
  margin-top: 30px;
}
.table-comparison .product-item-photo:hover
{
  box-shadow: none !important;
}
p.category-slider-name, p.category-name
{
  margin-bottom: 0px;
}
.catalog-product-view .best-seller
{
  padding: 45px 0px;
}
.opc-estimated-wrapper .estimated-block .estimated-price
{
  color: #003E52;
}
.main-panel-top{
  display: none;
}
.remove-cart-popup .modal-content div 
{
  font-size: 18px;
  color: black;
}
.remove-cart-popup  button.action-accept
{
  background-color: #003E52 !important;
  color: white !important;
  border-color: #003E52 !important;
}
.remove-cart-popup.modal-popup .modal-inner-wrap button.action-close
{
  right: 0px !important;
  top: 8px !important;
  left: unset !important;
}
.cart.table-wrapper .action-towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #003E52;
  content: '\e889';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper a.action-towishlist 
{
  position: absolute;
  right: 50px;
}
.products.wrapper ~ .filter-placeholder
{
  display: none;
}
.table-wrapper.reviews
{
  border: 1px solid #E5E5E5;
}
.customer-review.view
{
  border: 1px solid #E5E5E5;
  padding: 15px;
  border-radius: 8px;
}
.customer-review .review-details .review-date {
  color: #929292;
}
.customer-review.view .product-details
{
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.total-count.text-v-dark .items-total
{
  font-size: 14px;
}
.send-quote-action button,.block-minicart button.primary.checkout,
.tile-calc-wrapper button.primary,.remove-cart-popup form button.primary
{
  font-size: 14px !important;
  letter-spacing: .2px !important;
}
.remove-cart-popup form input,.remove-cart-popup form textarea
{
  padding: 10px 15px;
  border-radius: 5px;
}
.remove-cart-popup form textarea:focus
{
  box-shadow: none;
}
.remove-cart-popup form label
{
  font-size: 15px !important;
  color: #777;
}
.cms-content h2 
{
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}
.cms-content p 
{
  margin-bottom: 10px;
}
.cms-content ul 
{
  margin-bottom: 15px;
}
.cms-index-index .faq-items-wrapper {
  /* max-width: 800px; */
  margin: 0 auto;
}
.accordion { 
  background-color: #fff;
  border: 1px solid #0f495c;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.accordion .question {
  display: flex; 
  justify-content: space-between; 
  width: 100%;
  padding: 18px 20px;
  margin: 0; 
  text-align: left;
  background-color: #0f495c; 
  border: none; 
  border-bottom: 1px solid #0f495c; 
  cursor: pointer;
  font-size: 20px; 
  font-weight: 500; 
  color: white;
  transition: background-color 0.3s ease;
  position: relative; 
}
.accordion .question::after {
  content: '+'; 
  font-family: monospace; 
  font-size: 1.8em;
  font-weight: 500;
  color: white; /* Icon color */
  /* position: absolute; -- Not needed if using flexbox on .question */
  /* right: 25px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  flex-shrink: 0; /* Prevent icon from shrinking */
  margin-left: 15px; /* Space between text and icon */
  transition: transform 0.2s ease-out; /* For smooth rotation if used */
}
.accordion .question.open::after {
  content: '\2212'; /* Minus Icon (Unicode U+2212) */
}
.accordion:last-child .question:not(.open) {
  border-bottom: none; /* No bottom border for the last item's question if it's closed */
}
.accordion .question.open {
  background-color: #0f495c; /* Slightly different background when open */
  border-bottom-color: #0f495c; /* Ensure border is visible when open */
}
.accordion .answer.content {
  display: none; /* Initially hidden - JS will handle showing it */
  padding: 20px 25px;
  background-color: #fff; /* Background for the answer area */
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  border-top: none; /* Question has bottom border, so answer might not need top border */
}
.accordion .answer.content p:last-child {
  margin-bottom: 0;
}
body:not(.catalog-product-view) .products-grid:not(.small-list) .product-item:hover
{
  box-shadow: none !important;
}
.cms-faqs .sparsh-faq-section .section-heading
{
  display: none;
}
.sparsh-faq-centered-container {
  max-width: 1200px; /* Set a maximum width */
  margin: 0 auto; /* Center the block horizontally */
  padding: 0 15px; /* Add some padding on the sides for smaller screens */
  box-sizing: border-box; /* Include padding in the element's total width */
}

/* Optional: If you want the horizontal category list to work */
.sparsh-category-list-horizontal {
  display: flex; /* Arrange children (sparsh-block-item) horizontally */
  flex-wrap: wrap; /* Allow items to wrap to the next line if the container is too narrow */
  gap: 15px; /* Adds space between flex items (categories) */
  padding: 15px 15px 0px 15px;
  border-bottom: 2px solid #d9e7f2;
}

.sparsh-block-item {
  /* Adjust styling for horizontal layout */
   border: none; /* Example: If vertical lines are borders */
   padding: 8px 15px; /* Adjust padding as needed */
   cursor: pointer; /* Indicate that the items are clickable */
   text-align: center; /* Center text within the item */
   border-bottom: 2px solid white;
}

.sparsh-block-item.active {
   color: #0f495c; /* Example: Change color */
   border-bottom: 2px solid #0f495c; /* Example: Add an underline */
}

.sparsh-block-subtitle {
   margin-bottom: 10px; /* Add space below the title */
}

/* Ensure the main category block doesn't have conflicting styles */
.sparsh-block-content {
  display: block; /* Ensure this container allows children to layout normally */
   /* Remove any padding/margin that might interfere with the horizontal list */
}
.faq-page-box
{
  border: 2px solid #d9e7f2;
  border-radius: 20px;
  margin-bottom: 50px;
}
.cms-faqs .sparsh-faq-section.pd-50
{
  padding: 0px 0px;
}
.cms-faqs .faq-items-wrapper
{
  padding: 30px 15px;
}
.faq-items-wrapper .accordion:last-child
{
  margin-bottom: 0px;
}
.checkout-payment-method .payment-method._active .payment-method-content .p{
  color: red;
}
.al-banner-slider .splide__arrow--prev,
.al-banner-slider .splide__arrow--next
{
  background-color: white !important;
  color: #003E52 !important;
}
.al-banner-slider .splide__arrow--prev:hover,
.al-banner-slider .splide__arrow--next:hover
{
  background-color: #003E52 !important;
  color: white !important;
}
.al-banner-slider .splide__pagination__page.is-active
{
  background-color: #003E52 !important;
}
.al-banner-slider .splide__arrow--prev>svg,
.al-banner-slider .splide__arrow--next>svg
{
  width: 24px !important;
  height: 24px !important;
}
section.category-banner
{
  padding-top: 50px;
}
.al-banner-slider .al-banner-desktop-image img, .al-banner-slider .al-banner-mobile-image img
{
  height: auto !important;
  position: static !important;
}
.al-banner-slider .banner-slider-image-block
{
  padding-bottom: 0px !important;
}


@media (max-width: 992px) {
  .category-banner .row .tile-card
  {
    margin-bottom: 15px;
  }
  .service-card .service-card-item
  {
    margin-bottom: 15px;
  }
  .pd-50{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .category-item-content h2,.category-item-content h3
  {
    font-size: 24px;
    line-height: 28px;
}
.category-item-content
{
  padding: 30px;
}
.category-item-content .counter-box
{
  padding: 0px 15px;
}
.category-item-content
{
  padding: 15px;
}
.category-item-img img
{
  height: auto;
}
.category-grid {
  grid-template-columns: repeat(4, 1fr);
}
.page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top
{
  padding: 15px 15px !important;
}
.owl-prev::before {
  width: 14px !important;
  height: 14px !important;
  top: 8px !important;
  left: 8px !important;
}
.owl-next::before {
  width: 14px !important;
  height: 14px !important;
  top: 9px !important;
  left: 9px !important;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next
{
  width: 30px !important;
  height: 30px !important;
}
.header-contact
{
  display: none !important;
}
.page-header.type1 .search-area
{
  max-width: unset !important;
}
.header-contact .mx-3
{
  margin: 0px !important;
}
.header-left .logo 
{
  max-width: unset;
}
.header-row .header-left,.header-row .header-center,
.header-row .header-right
{
  padding: 15px 0px !important;
}
.header-right
{
  gap: 15px;
}
.header-contact .mx-3 a 
{
  display: flex;
}
.tile-promo-section .row
{
  gap: 15px;
}
.footer-top .custom-block .d-flex
{
  flex-wrap: wrap;
}
.footer-top .custom-block .d-flex .col-md-9,
.footer-top .custom-block .d-flex .col-md-3
{
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-top .custom-block .footer-text
{
  margin: 15px 0px;
}
.footer-top .custom-block .follow-us ul 
{
  justify-content: start !important;
}
.footer-middle .row .col-lg-3
{
  width: 33.33%;
}
.footer-middle .row .col-lg-3:last-child
{
  width: 100%;
}
.footer-grid
{
  grid-template-columns: repeat(1, 1fr);  
  gap: 10px;
}
.footer-bottom .footer-grid-item
{
  text-align: center !important ;
}
.block-search .action.search:before
{
  color: white !important;
}
.toolbar a.porto-product-filters-toggle
{
  margin-bottom: 0px;
  margin-left: 10px;
}
.toolbar.sticky a.porto-product-filters-toggle
{
  margin-left: 0px;
}
.products.wrapper~.toolbar .pages
{ 
  margin-bottom: 0px;
}
.toolbar.sticky
{
  padding-bottom: 10px;
}
.cart-container .form-cart, .product-enquiry-cart-table
{
  padding-right: 0px !important;
}
.product-enquiry-cart-table
{
  width: 100%;
}
.account .column.main
{
  order: 2;
}
.category-slider-image, .category-image-container
{
  height: 150px;
}
.search-area.show-icon-tablet
{
  position: static !important;
}
.search-area.show-icon-tablet .block.block-search
{
  left: 0 !important;
  right: 0 !important;
  border: 0px !important;
  top: 80px !important;
  margin-top: 0px !important;
  background-color: white;
  padding: 15px !important;
  border-radius: 0px;
  border-top: 1px solid #E5E5E5 !important;
}
.minisearch .search input
{
  border-radius: 8px 0px 0px 8px !important; 
}
.search-area .search-toggle-icon.open:after
{
  display: none !important;
}
.catalogsearch-result-index .page-wrapper > .breadcrumbs
{
  margin-bottom: 0px !important;
}
.sparsh-category-list-horizontal
{
  padding: 0px;
  gap: 0px;
  display: -webkit-box;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.cms-faqs .faq-items-wrapper {
  padding: 15px 0px;
}

}

@media (max-width: 768px) {
.pd-50{
  padding-top: 30px;
  padding-bottom:30px;
}
.section-heading h2,
.category-manufacture h1,
h2.section-title,.video-section .stat-item h4,
.breadcrumbs-slider-wrapper .category-page-slider h3,
.move-related .slider-title
{
  font-size: 24px;
  line-height: 28px;
}
.category-item-content
{
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}
.category-item-content .d-flex.mt-4
{
  justify-content: center;
}
.category-item-content .counter-box {
  text-align: center;
}
.category-explore-more .col-md-4:last-child .category-item-content
{
  margin-bottom: 0px;
}
.category-explore-more .col-md-4:nth-child(even) .category-item-img
{
  order: 1;
}
.category-explore-more .col-md-4:nth-child(even) .category-item-content
{
  order: 2;
}
.category-explore-more .category-explore-item
{
  margin-bottom: 15px;
}
.product-item-info .product-item-details
{
  flex-wrap: wrap;
}
.category-grid {
  grid-template-columns: repeat(3, 1fr);
}
.catalog-category-view .grid .product-item-details .product-text,
.product-item-details.d-flex .product-item-name-wrapper,
.product-item-details .product-text
{
  width: 100%;
}
.catalog-category-view .grid .product-item-details .actions-primary,
.product-item-details.d-flex .product-item-actions,
.product-item-details .product-item-actions,
.catalogsearch-result-index .product-item-details .actions-primary
{
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
.product-item-info .product-item-details .price-box
{
  margin-bottom: 0px !important;
}
.product-item-info.type1 .product-item-inner
{
  flex-wrap: wrap;
}
.video-section .video-content-wrapper
{
  padding: 15px;
}
.promo-content
{
  padding: 15px;
}
.contact-left h2
{
  font-size: 28px;
  line-height: 36px;
}
.contact-left,.contact-form
{
  padding: 30px;
}
.contact-left img 
{
  display: none;
}
.tile-promo-item
{
  flex-wrap: wrap;
}
.contact-left
{
  border-radius: 40px 40px 0px 0px;
}
.contact-form
{
  border-radius: 0px 0px 40px 40px;
}
.footer-middle .container {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.catalog-product-view .product.media, .catalog-product-view .product-info-main
{
  width: 100% !important;
}
.catalog-product-view .product-info-main
{
  padding-left: 0px;
}
.cart.table-wrapper .item .col.item 
{
  width: 100%;
  display: flex;
}
.cart.table-wrapper .col.item:before
{
  display: none;
}
.cart.table-wrapper .product-item-photo
{
  margin-left: 0px;
  margin-right: 0px;
}
.cart.table-wrapper .product-item-details
{
  padding-left: 15px;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal
{
  width: 33.33%;
  float: left;
}
.product-enquiry-cart-table .cart.table-wrapper .col.sku,
.product-enquiry-cart-table .cart.table-wrapper .col.price
{
  width: 45%;
  float: left;
}
.product-enquiry-cart-table .cart.table-wrapper .col.actions
{
  width: 10%;
  float: left;
}
form.form-cart table.cart.items tr td.col {
  padding: 10px 15px 0 !important;
}
.cart.table-wrapper .col.price
{
  text-align: left;
}
.cart.table-wrapper .col.subtotal
{
  text-align: right;
}
.cart.table-wrapper thead .col.item
{
  display: flex;
  border-bottom: 0px !important;
}
.product-enquiry-cart-table .cart.table-wrapper th.col.sku,
.product-enquiry-cart-table .cart.table-wrapper th.col.actions
{
  display: none;
}
.product-enquiry-cart-table .inquiry-product-item
{
  align-items: start;
}
.product-enquiry-cart-table .cart.table-wrapper .col.price::before
{
  padding-bottom: 0px;
}
.opc-block-summary
{
  border-radius: 0px;
}
.checkout-payment-method .step-title
{
  padding: 5px 10px;
}
.account .block-collapsible-nav
{
  position: static;
}
.block-collapsible-nav-content
{
  margin-top: 15px;
}
.customer-account-index .block .block-title strong
{
  margin-right: auto;
}
.block-collapsible-nav .item {
  padding: 0 0px;
}
.abs-account-table-margin-mobile,
.table-wrapper.balance-history,
.table-wrapper.reward-history,
.table-wrapper.orders-recent
{
  margin-top: 0px !important;
}
.catalog-product-view .best-seller
{
  padding-top: 0px;
  padding-bottom: 30px;
}
.shipping-information
{
  padding: 15px;
  background-color: white;
}
section.category-banner
{
  padding-top: 30px;
}

}



@media (max-width: 575px) {
.category-grid {
  grid-template-columns: repeat(2, 1fr);
}
.category-grid-img {
  height: 200px;
}
.header-icons
{
  gap: 10px;
}
.header-icons a svg 
{
  width: 24px;
}
.search-area a span i 
{
  font-size: 21px;
}
.header-contact .mx-3 a svg 
{
  width: 26px;
}
.header-right {
  gap: 10px;
}
.promo-img, .promo-content
{
  width: 100%;
}
.footer-middle .row .col-lg-3
{
  width: 50%;
  margin-bottom: 15px;
}
.footer-middle h3.widget-title
{
  margin-bottom: 5px;
}
.footer-middle .row .col-lg-3:last-child
{
  margin-bottom: 0px;
}
.footer-top .custom-block
{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.product-item a.product-item-photo,
.product-item-photo .porto-tb-featured-image
{
  height: 250px;
}
.gallery-placeholder .fotorama__stage
{
  height: 500px !important;
}
.product-info-main .page-title-wrapper h1
{
  font-size: 24px;
}
.tile-calc-wrapper
{
  grid-template-columns: repeat(1, 1fr);
}
.tile-calc-wrapper .result-box
{
  padding: 0px;
}
.category-slider-image, .category-image-container
{
  height: 100px;
}
.contact-left h2 {
  font-size: 24px;
  line-height: 32px;
}
.contact-left {
  border-radius: 20px 20px 0px 0px;
}
.contact-form {
  border-radius: 0px 0px 20px 20px;
}
.contact-left, .contact-form {
  padding: 25px;
}
.stats {
  gap: 20px;
}
.stats span {
  font-size: 14px;
}
.stats h3 {
  font-size: 30px;
  margin-bottom: 0px;
}
.catalog-category-view .products-grid .product-item-photo .porto-tb-featured-image
{
  height: 200px;
}
.product-item-info .product-item-action a, 
.product.media .product-addto-links .action.tocompare,
.product.media .product-addto-links .action.towishlist
{
  line-height: 30px !important;
  width: 30px !important;
  height: 30px !important;
}
.header-left .logo
{
  max-width: 130px !important;
}
.video-section .stat-item p
{
  font-size: 14px;
}
.accordion .question 
{
  font-size: 16px;
  padding: 15px;
}
.splide__arrows
{
  display: none;
}
}



@media (max-width: 400px) {

.minicart-wrapper .block-minicart
{
  width: 350px !important;
}

}