/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/

/* SKU PRODUCTION TIME CONDITION */

.delivery-copy {
margin-bottom: 12px;
font-size: 12px;
color: #555;
font-style: italic;
}

.product-delivery-note .delivery-title {
display: block;
font-weight: 600;
margin-bottom: 4px;
color: #000;
}

.delivery-instock {
display: inline;
}

div#search-modal {
  z-index: 99999;
}

/* Toggle for custom items */
.is-custom .delivery-custom {
display: inline;
}

.is-custom .delivery-instock {
display: none;
}

.checkout-steps .btn-sm.btn.secondary {
	padding: 0.25rem 0.5rem;
}

/*@media (min-width: 1200px) {
  .checkout-page-fields form#checkout-form {
      max-width: 50%;
  }
}*/

/* checkout page for ATMOS for 2 columns */

.payment-box {
    color: #000;
}

form#checkout-form[action="/checkout/custom_data_collection"] {
  display: block;
}

#checkout-form .credit-card {
  display: inline-block;
  width: calc(49% - 20px);
  margin-bottom: 16px;
}

#checkout-form .credit-card:nth-child(odd) {
  margin-right: 40px;
}

#checkout-form .payment-method {
  width: 100%;
}

#checkout-form h4,
#checkout-form p {
  width: 100%;
}

#checkout-form p {
  font-size: 14px;
  color: #6f6f6f;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  #checkout-form .credit-card {
    width: 100%;
    margin-right: 0;
  }
}

.order-fields {
  filter: drop-shadow(rgba(0, 76, 142, 0.04) 2px 2px 8px)
          drop-shadow(rgba(0, 76, 142, 0.12) 4px 4px 22px);
  background: #fff;
  padding: 2rem;
}

.order-summary,
.item-summary {
  filter: drop-shadow(rgba(0, 76, 142, 0.04) 2px 2px 8px)
          drop-shadow(rgba(0, 76, 142, 0.12) 4px 4px 22px);
  background: #fff;
  border: none !important;
}

.checkout-steps .btn-sm.btn.secondary svg {
  fill: #000;
}

.checkout-steps .btn-sm.btn.secondary:hover svg {
  fill: #fff;
}

/* END */

/* LOGIN ANNOUNCEMENT */
.announcement-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  transition: transform .3s ease, box-shadow .3s ease;
}

.announcement-box:hover {
  transform: translateY(-20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
}

.announcement-icon {
  flex-shrink: 0;
}

.announcement-content h4 {
  margin: 0 0 15px;
  font-size: 1.3rem;
  font-weight: 600;
}

.announcement-content p {
  margin: 0 0 6px;
  font-size: 1rem;
  line-height: 1.5;
}

.announcement-content .note {
  color: #6b7280;
  font-style: italic;
}

.announcement-title {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #333 !important;
}

/* END */

/* GENERAL */

.dropdown-menu {
    border: none;
    border-radius: 0;
      --tw-shadow: 2px 2px 12px rgba(0, 76, 142, 0.06), 5px 5px 64px rgba(0, 76, 142, 0.16);
    --tw-shadow-colored: 2px 2px 12px var(--tw-shadow-color), 5px 5px 64px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 32px 62px 40px 34px;
}

.header-container .dropdown-menu > li > a:hover, .header-container .dropdown-menu > li > a:focus {
    color: #2175d9;
    opacity: 1;
}

.header-container .dropdown-menu li > a,
.top-bar-nav .dropdown-menu li > a {
    margin-bottom: 1.5rem;
}

.top-bar-nav .dropdown-menu li > a {
    font-weight: 500;
}

.top-bar-nav .dropdown-menu li > a.dropdown-item:hover {
    opacity:1;
  	border:none;
  	color:#2175d9;
}


/* ==== BUTTON STYLING ==== */

.btn.primary.add-to-cart, .btn.secondary {
    font-weight: 600;
 	padding: .5rem 11px;
    border-radius: 0;
}

button.btn.btn-link {
    color: #2175d9;
    font-weight: 700;
  	text-decoration: none !important;
}

button.btn.btn-link:hover {
    color: #000;
    font-weight: 700;
}

.regform i.fa.fa-solid.fa-eye, .regform i.fa.fa-solid.fa-eye-slash {
    top: 38px;
}

.category-page .form-select,
.category-page .input-group {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
    border: none;
}

.page-item.active .page-link {
    background-color: #2175d9;
    border-color: #2175d9;
}

.page-link {
    color: #6c757d;
}

.page-link:hover, .page-link:focus {
    color: #fff;
  	background-color: #2175d9;
    border-color: #2175d9;
}

.billing-method-container input.btn.secondary.outline.btn-apply.button {
    border: 1px solid #2175d9;
    background: #2175d9;
    color: #fee96c;
}

.billing-method-container input.btn.secondary.outline.btn-apply.button:hover {
    border: 1px solid #245da3;
    background: #245da3;
    color: #fff;
}

.form-check-input:checked {
    background-color: #245da3;
    border-color: #fff;
}


/*-------------------*/

/* TOP NAV */

.top-navbar-notification-container > .wrapper {
  max-width: 1504px;
}

@media (min-width: 999px) {
  .top-navbar-notification-container .container-fluid{
    height: 50px;
  }
}
.top-bar-nav .container-fluid{
  height: 50px;
}

.top-bar-nav {
    background: linear-gradient(89.89deg, rgb(55, 55, 55) 0%, rgb(59, 69, 81) 100%);
}

.top-bar-nav a.nav-link {
	border-bottom: 2px solid transparent;
}

.top-bar-nav a.nav-link:hover {
	 border-bottom-color: #fee96c !important;
}

.top-bar-nav li.nav-item {
    margin-right: 27px;
}

.top-bar-nav a.nav-link {
    padding: 0.75rem 0;
}

.top-bar-nav {
  height: 50px;
  background-color: #3f4a56;
  position: relative;
  z-index: 99999 !important;
}

.navbar-container > .wrapper {
  max-width: 1504px;
  margin: 0 auto;
  position: relative; 
}

.top-bar-nav .container-fluid {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 15px;
  padding-right: 75px; 
}

.top-bar-nav .header-links {
  display: flex;
  align-items: center;
  gap: 5px;
}


.top-bar-nav .nav {
  display: flex;
  align-items: center;
}

.top-bar-nav .nav-link {
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 14px;
  white-space: nowrap;
}

.top-bar-nav .nav-link svg {
  margin-right: 5px;
  vertical-align: middle;
}

.search-form-box {
  position: absolute;
  top: 0;
  right: -100px;  
  height: 50px;
}

.search-button {
  height: 50px;
  width: 97px;
  background-color: #2175d9;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
  border-left: 1px solid rgba(255,255,255,0.15);
}


.search-button:hover {
  background-color: #255a95;
  color: #fff;
}


.search-btn i {
  font-size: 18px;
}


.top-bar-nav .dropdown-menu {
  margin-top: 0;
}

.search-form-box > a svg, .search-form-box button svg {
    fill: #FFF;
    stroke: #FFF;
    height: 20px;
}




@media (max-width: 1600px) {

  .search-form-box {
    right: 0;
  }

  .top-bar-nav .container-fluid {
    padding-right: 15px;
  }
  
  .cart-ul {
    margin-right: 7rem;
  }

}

@media (min-width: 1899px) {
  .search-form-box {
      right: -196px;
  }
  
}

/* HEADER */

/*-------------------*/


/* CATEGORY NAV */

.header-container > .wrapper {
    max-width: 1504px;
}

.headerLinks {
    padding-top: 18px;
}

.navbar {
    align-items: flex-start;
}

/*-------------------*/

/* CONTENT */

.announcement-box {
  display:none;
}

body.calendars-page .announcement-box {
  display: flex;
}

@media screen and (max-width: 660px){
  .announcement-box {
        display: block;
  }
  
  .announcement-icon {
    text-align: center;
    margin-bottom: 1rem;
	}
}


#homepage-carousel {
    filter: drop-shadow(rgba(0, 76, 142, 0.04) 2px 2px 8px) drop-shadow(rgba(0, 76, 142, 0.12) 4px 4px 22px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.homepage-carousel-container {
    max-width: 1504px;
}

.blue-text {
  color:#2175d9;
}

.product-list,
.product-list-home,
.related-products-thumbnails,
.recently-viewed-products-thumbnails {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin: 1rem !important;
margin-right: 1rem !important;
padding-right: 0;
}

.category-page-content-section .product-thumbnail,
.recently-viewed-products-thumbnails .product-thumbnail,
.related-products-thumbnails .product-thumbnail {
background: #ffffff;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
padding: 16px;
margin: 0 !important;
width: auto !important;
transition: transform .2s ease, box-shadow .2s ease;
border-radius: 0;
}

.featured-products-carousel .product-thumbnail {
background: #ffffff;
padding: 16px;
margin: 0 !important;
width: auto !important;
transition: transform .2s ease, box-shadow .2s ease;
border-radius: 0;
border: 1px solid #f0f0f0; 
}


.thumbnail-img-container {
background: #fff;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}

.thumbnail-img-container img {
max-height: 180px;
width: auto;
object-fit: contain;
}

.thumbnail-description-container {
text-align: center;
}

.thumbnail-description-container h5 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 6px;
    color: #1a1a1a;
    letter-spacing: 0.205em;
    text-transform: uppercase;
}

.thumbnail-description-container .card-text {
font-size: 16px;
font-weight: 700;
color: #0d4b8b; /* Jani-King blue */
margin: 0;
}

.product-thumbnail a {
text-decoration: none;
color: inherit;
}

/* Keep image visible under overlay */
.carousel-item img {
position: relative;
z-index: 0;
}

.featured-products-container {
padding: 3rem 0 !important;

}

.featured-products-container {
  background: #fff
}

.featured-categories-container {
   background: linear-gradient(1.48deg, #C2DEFF 1.51%, rgba(194, 222, 255, 0) 50%);
}

.featured-categories-container h2,
.featured-products-container h2{
text-align: center !important;
font-size: 4rem;
font-weight: 700;
line-height: 4rem;
}
.featured-categories-inner {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 15px;
}
.featured-categories-inner .box {
width: calc((100% - 60px) / 3);
margin-bottom: 20px;
box-shadow: 0 12px 16px -4px #00000014,0 4px 6px -2px #00000008;
background-color: #f5f5f5;
border: 1px solid #f5f5f5;
padding: 0;
transition: .3s;
}

.box-content {
padding: 20px;
}

.featured-categories-inner img {
max-width: 80%;
}
.featured-categories-inner span {
display: block;
font-size: 20px;
font-weight: bold;
color: #333333;
}

.featured-categories-inner .btn.secondary svg {
background-color: #1fec85;
border-radius: 20px;
width: 14px;
height: 14px;
margin-left: 4px;
padding: 3px;
}
.featured-categories-inner .btn.secondary svg path {
fill: #3378c6 !important;
}


/* Only round the top corners of the image */
.featured-categories-inner .box img {
width: 100%;
display: block;
}

/* Card shape */
.featured-categories-inner .box {
overflow: hidden;
position: relative;
}

/* Image base */
.featured-categories-inner .box img {
width: 100%;
display: block;
transition: transform 0.6s ease, filter 0.4s ease;
}

/* Keeps overlay locked inside rounded edges */
.featured-categories-inner .box .box-content {
position: relative;
z-index: 2;
background: #fff;
}

.featured-categories-inner .box a:hover,
.featured-categories-inner .box a:hover span{
text-decoration: none;
}

.box {
position: relative;
overflow: hidden;
}

.box img {
display: block;
width: 100%;
height: auto;
}


/* Featured Categories Layout */

.featured-categories-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 70px;  
}


/* Category Box */

.featured-categories-inner .box {
  position: relative;
  background: #fff;
  padding: 50px 25px 40px;
  text-align: center;
  overflow: visible;  
  transition: all 0.3s ease;
  filter: drop-shadow(rgba(0, 76, 142, 0.04) 2px 2px 8px) drop-shadow(rgba(0, 76, 142, 0.12) 4px 4px 22px);
}


/* Optional hover effect */
.featured-categories-inner .box:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}


/* Category Image / Icon */

.featured-categories-inner .box img {
  margin: 0 auto;
  display: block;
}


/* Circle Title Badge */

.circle-title {
  position: absolute;
  top: -50px;  
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background: #fee96c;      
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  z-index: 5;
}


.circle-title span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 1.25;
  max-width: 130px;
}


/* Responsive */

@media (max-width: 1200px) {
  .featured-categories-inner {
    gap: 40px;
  }

  .featured-categories-inner .box {
    width: 300px;
  }

  .circle-title {
    width: 160px;
    height: 160px;
    top: -80px;
  }
}


@media (max-width: 768px) {
  .featured-categories-inner {
    padding-top: 120px;
    gap: 30px;
  }

  .featured-categories-inner .box {
    width: 100%;
    max-width: 320px;
  }

  .circle-title {
    width: 100px;
    height: 100px;
    top: -59px;
  }

  .circle-title span {
    font-size: 16px;
  }
}


/* Make product cards equal height */
.product-thumbnail {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Image area fixed height */
.product-thumbnail .image,
.product-thumbnail .product-image {
  height: 220px;        /* adjust if needed */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Keep images contained */
.product-thumbnail img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

/* Content fills remaining space */
.product-thumbnail .caption,
.product-thumbnail .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Push price/button to bottom */
.product-thumbnail .price,
.product-thumbnail .btn,
.product-thumbnail .actions {
  margin-top: auto;
}


/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */

.main-img-container {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
}

.product-page-main .images-wrapper ul li .small-thumb {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.14);
}

.product-page-main .images-wrapper ul li {
border: none;
}

.ratio::before {
padding-top: 0;
}

.product-thumbnail {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.thumbnail-img-container {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.thumbnail-description-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  flex-grow: 1;
}


.card-title {
  min-height: 75px;
  font-weight: 800 !important;
}

.product-thumbnail:hover .thumbnail-description-container a h5{
    color: #2175d9;
}

.category-page-content-section .product-thumbnail:hover,
.recently-viewed-products-thumbnails .product-thumbnail:hover,
.related-products-thumbnails .product-thumbnail:hover
{
   transition: all 0.3s ease;
   box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
   filter: drop-shadow(rgba(0, 76, 142, 0.04) 2px 2px 8px) drop-shadow(rgba(0, 76, 142, 0.12) 4px 4px 22px);
}

/*-------------------*/

/* PRODUCT */

.prod_option_block .product-personalization .form-item {
    align-items: center;
}

.recently-viewed-products h2,
.related-products h2{
    font-size: 2.75rem;
    font-weight: 300 !important;
    line-height: 30px;
    margin-bottom: 2rem;
}

/*-------------------*/

/* CART/CHECKOUT */

/*-------------------*/

/* FOOTER */

.footer-container {
  background: linear-gradient(355.13deg, rgb(46, 46, 46) 5.24%, rgb(59, 69, 81) 90.93%) !important;
}

ul.nav.flex-column.links.pages {
    margin-left: -1rem;
}

.footer-container {
    padding: 94px 1.25rem 35px;
}

.footer-container .nav-link {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.footer-container .nav-link span:hover {
    border-bottom: 1px solid #fff;
}

.footer-container .links.pages li a.main-cat {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.footer-contact h3 {
    font-size: 32px;
}

h3.email-contact a{
    font-size: 18px;
}

h3.email-contact a:hover {
 	border-bottom: 1px solid #fff;
}

p.footer-address {
    font-size: 18px;
}

.footer-copyright {
    font-size: 12px !important;
}

.footer-bottom.border-top {
    border-top: 1px solid #7b868c !important;
}

@media only screen and (min-width: 640px) {
    .footer-container {
        padding: 94px 2rem 35px;
    }
}

@media (min-width: 992px) {
    .footer-container h4 {
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 1024px) {
    .footer-container {
        padding: 64px 2rem 2rem;
    }
}


@media only screen and (min-width: 1280px) {
    .footer-container {
        padding: 96px 138px 51px;
    }
  
  	.footer-container h4 {
        margin-bottom: 2rem;
    }
}



/*-------------------*/

/* MEDIA QUERIES */

@media (min-width: 1200px) {


}


@media screen and (max-width: 1200px){
  .featured-categories-inner {
  	justify-content: center;
  }

.featured-categories-inner .box {
width: calc((100% - 15px) / 2);
}


}

@media (max-width: 991px) {

.product-list, .product-list-home, .related-products-thumbnails, .recently-viewed-products-thumbnails {
grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
  
  .featured-categories-container h2, .featured-products-container h2 {
    text-align: center !important;
    letter-spacing: -.96px;
    font-size: 32px;
    line-height: 36px;
    color: #212930 !important;
  }
}

@media (max-width: 768px) {
.product-list {
gap: 16px;
}

.thumbnail-img-container img {
max-height: 140px;
}

.featured-categories-container {
padding: 3rem 1rem !important;
}

.featured-categories-inner {
flex-direction: column;
gap: 20px;
}

.featured-categories-inner .box {
width: 100%;
max-width: 420px;
margin: 0 auto;
}

.box-content {
padding: 16px;
}

.featured-categories-inner span {
font-size: 18px;
}

.featured-categories-inner .btn.secondary {
width: 100%;
text-align: center;
padding: 10px 16px;
}



}


@media screen and (max-width: 660px){

}

@media screen and (max-width: 340px){

}

@media (hover: none) {
.featured-categories-inner .box:hover img {
transform: scale(1);
}
}


/* =========================
PAGES – FAQS
========================= */

.faq-wrapper {
padding: 40px 0;
font-family: 'Poppins', Arial, Helvetica, sans-serif;
color: #333333;
line-height: 1.6;
font-size: 16px;
min-height: 60vh;
}

.faq-title {
margin: 40px 0 20px;
color: #006699;
font-size: 27px;
font-weight: bold;
line-height: 30px;
}

.faq-subtitle {
font-size: 20px;
line-height: 28px;
font-weight: bold;
color: #2c3e50;
}

/* =========================
ACCORDION – BASE
========================= */

.accordion {
width: 100%;
}

.accordion-item {
  border-radius: 0 !important;
  overflow: hidden;
  border: none !important;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.policy-wrapper .accordion-item,
.contact-wrapper .accordion-item {
  filter: drop-shadow(rgba(0, 76, 142, 0.04) 2px 2px 8px) drop-shadow(rgba(0, 76, 142, 0.12) 4px 4px 22px);
  box-shadow: none;
}

.accordion-button {
padding: 16px 20px;
font-weight: 400;
color: #000;
text-align: left;
align-items: flex-start;
}

.accordion-button:not(.collapsed) {
background-color: #f4f7f9;
color: #000;
}

.accordion-button span {
display: block;
width: 100%;
word-break: break-word;
}

.accordion-body {
padding: 18px 22px;
}

.accordion-body p {
margin-bottom: 14px;
}

.accordion-body a {
word-break: break-word;
}

/* Headings spacing */
h3 {
padding: 0 10px;
}

/* =========================
CONTACT ACCORDION
========================= */

#contactAccordion {
width: 100%;
}

#contactAccordion .accordion-body p {
margin-bottom: 12px;
}

/* =========================
RESPONSIVE – TABLET
========================= */

@media (max-width: 991px) {
.accordion-button {
padding: 14px 16px;
}

.accordion-button span {
font-size: 18px !important;
line-height: 26px !important;
}

.accordion-body {
font-size: 15px;
}
}

/* =========================
RESPONSIVE – MOBILE
========================= */

@media (max-width: 575px) {
.accordion-button span {
font-size: 16px !important;
line-height: 24px !important;
}

.accordion-body {
font-size: 14px;
padding: 14px 16px;
}

h3 {
font-size: 22px !important;
line-height: 28px !important;
}

/* Reduce outer vertical padding */
div[style*="padding: 40px 0"] {
padding: 24px 0 !important;
}

.mobile-copyright-section {
text-align:center;
}
}

/* Mobile */
.container-fluid.mobile-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Desktop */
@media (max-width: 992px) {
  .container-fluid.mobile-no-padding {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .navbar {
    align-items: center;
  }
  
  ul.nav.flex-column.links.pages {
    margin-left: -1rem;
  }
  
  .mobile-slider::before {
    content: none !important;
  }
  
  .mobile-slider li > a {
    color: #000;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
  }
  
  .pages.categories {
    padding-left: 48px;
  }
  
  a.sub-cat.nav-link {
    margin-left: 3rem !important;
  }
  
  .mobile-slider {
    max-height: 280px;
    overflow-y: auto;
  }

  .mobile-slider ul {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  
  .footer-container .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .footer-container .footer-custom {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 1.5rem;
  }
  
  .footer-container h4 {
    font-size: 24px;
  }
  
  h3.px-0.email-contact {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  
}

@media (max-width: 575px) {

  /* Make footer row relative */
  .footer-container .row {
    position: relative;
  }

  /* Move logo to top-right of footer */
  .footer-logo {
    position: absolute;
    top: -35px; 
    right: 0; 
  }

  /* Add space so links don't overlap logo */
  .footer-container .col-lg-3:first-child {
    padding-right: 140px;
  }

}
/* =========================
RESPONSIVE – VERY SMALL
========================= */

@media (max-width: 375px) {
.accordion-button span {
font-size: 15px !important;
}

.accordion-body {
font-size: 13.5px;
}
}


/* FEATURED PRODUCTS CAROUSEL */

/* ================================
   WRAPPER
================================ */
.featured-products-carousel-wrapper {
  position: relative;
  padding: 0 40px; /* space for arrows */
}


/* ================================
   CAROUSEL MASK
================================ */
.featured-products-carousel {
  overflow: hidden;
  width: 100%;
}


/* Track */
.fp-track {
  display: flex;
  transition: transform .4s ease;
}


/* ================================
   PRODUCT WIDTH (4 DEFAULT)
================================ */
.fp-track .product-thumbnail {
  flex: 0 0 25%;
  max-width: 25%;
}

/* Tablet */
@media (max-width: 1200px) {
  .fp-track .product-thumbnail {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

/* Small */
@media (max-width: 768px) {
  .fp-track .product-thumbnail {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .fp-track .product-thumbnail {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


.fp-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 5;
}

.fp-arrow svg {
    width: 80px;
    height: 68px;
    fill: none;
    stroke: #2175d9;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: .2s ease;
}


.fp-arrow:hover svg {
  stroke: #1b5fb3;
  transform: scale(1.15);
}

.fp-prev {
  left: -30px;   
}

.fp-next {
  right: -30px; 
}

.featured-products-carousel-wrapper:before,
.featured-products-carousel-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.featured-products-carousel-wrapper:before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.featured-products-carousel-wrapper:after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
},
