@import url(https://code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css);

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Custom CSS */

html {
  scroll-behavior: smooth;
}

body p {
  line-height: 1.8;
  color: #616161 !important;
}
body {
  font-family: "Poppins" !important;
}

/* Typongraphy Heading */
.heading-1 {
  font-size: 2.25rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.heading-2 {
  font-size: 3.5rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
.heading-2-white {
  font-size: 4rem !important;
  line-height: 1.2 !important;
  /* font-weight: 200 !important; */
  color: #fff;
}

.heading-3 {
  font-size: 3rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

.heading-4 {
  font-size: 2.625rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

.heading-5 {
  font-size: 2.25rem !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

.heading-6 {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
  text-decoration: none;
}

/* Typongraphy paragraph */
.paragraph-xl {
  font-size: 1.6rem !important;
  line-height: 2.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
}

.paragraph-slider {
  font-size: 20px !important;
  line-height: 2.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
}

.paragraph-l {
  font-weight: 100;
  font-size: 1.1rem !important;
  line-height: 1.6rem !important;
  margin-bottom: 24px !important;
}

.paragraph-m {
  font-size: 1.125rem !important;
  line-height: 1.8 !important;
  text-decoration: none !important;
}
.paragraph-g {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #777777;
}

.paragraph-h {
  font-size: 0.75rem !important;
  line-height: 1.8 !important;
}

.paragraph-f {
  font-size: 0.875rem !important;
  line-height: 1.8 !important;
}

.paragraph-f-2 {
  font-size: 0.9rem !important;
  line-height: 1.8 !important;
}
.paragraph-e {
  font-size: 1.5rem !important;
  color: #fff;
  font-weight: 100;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.bold-title {
  color: #ffdf5c !important;
}

/* Home Page Styles */
.item {
  height: 676px;
}
.home_banner_title {
  color: #fff;
  /* text-align: center; */
  padding-top: 36px;
  /* padding-right: 20px; */
  /* padding-left: 20px; */
}

/* Services Section */
.red-version-txt {
  color: #cd2122;
}
.card-image {
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
.card-body a {
  text-decoration: none;
  color: #040404;
}
.card-body a:hover {
  text-decoration: none;
  color: #ffcb08;
}
/* Colorize-zoom Container */

/* Start Ups Section */

.ups_section {
  background-color: #f9f9f9;
}

.about-btn {
  color: #fff !important;
  background-color: #cd2122 !important;
}
.about-btn:hover {
  color: #fff;
  background-color: #040404 !important;
}

.plyr--video {
  /* height: 287px;
  width: 636px !important; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.item-card {
  height: 100px;
}

.ups-numbers {
  font-size: 18px;
}
.ups-description {
  font-size: 1rem !important;
  padding: 0px 20px 0px 20px !important;
}
.card-body {
  min-height: 100px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.outlets .container .row{
  gap: 0px;
}

.location-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.ups-numbers {
    font-size: 1.1rem;
    font-weight: 600;
}

.ups-description {
    font-size: 0.95rem;
    color: #555;
}

.contact-number {
    margin-top: 4px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}


/* End Ups Section */

/* Start Overview Section */
.overview {
  background-color: #350f2d !important;
}

/* End Overview Section */

/* Start Project Section  */
.project-btn {
  border-radius: 25px !important;
  color: #fff !important;
  background-color: #cd2122 !important;
}
.project-btn:hover {
  color: #fff;
  background-color: #040404 !important;
}
/* End Project Section */

.card-body-project {
  border: 0;
}
.news-card {
  border-radius: 10px;
  background: var(--White, #fff);
  box-shadow: 0px 6px 11.2px 0px rgba(0, 0, 0, 0.1);
}
.project-img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.projects-section .project-img {
  transition: transform 0.4s ease-in-out;
  background: inherit;
  background-size: cover;
  transform-origin: center;
}

.projects-section .project-img:hover {
  transform: scale(0.9);
  background: inherit;
  background-size: cover;
  transform-origin: center;
}

.testimonials-card {
  border-radius: 30px;
  background: var(--White, #fff);
  box-shadow: 0px 6px 11.2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.client-name {
  font-size: 20px;
  font-weight: 500;
  color: #040404;
}

.owl-dots.red-dots {
  position: relative;
  margin-top: 20px;
}

/* .owl-dots.red-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: red;
} */

/* .owl-carousel .owl-item img {

  width: auto !important;
} */

.cta-section {
  background-color: #cd2122;
  margin-top: 100px;
}

.cta-btn {
  color: #fff !important;
  background-color: #ffcb08 !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

.cta-img {
  margin-top: -10rem;
}
@media screen and (max-width: 768px) {
  .cta-img {
    margin-top: -5rem;
  }
}
.features-container {
  margin-top: 20px;
}
.features-list {
  list-style: none;
  padding: 0;
}
.feature {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.feature img {
  width: 30px; /* Adjust size as needed */
  margin-right: 10px;
}
.feature-text {
  margin: 0;
}

.social-links {
  display: flex;
}

.social-links a {
  text-align: center;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  margin: 0 10px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s;
}

.social-links a .fab {
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}

.social-links a::after {
  content: "";
  background: #000;
  background: linear-gradient(-45deg, #ed1c94, #ffec17);
  position: absolute;
  transition: 0.5s;
}

.social-links a:hover::after {
  top: 0;
}

.social-links a:hover .fab {
  color: #e01818;
}

.social-links a:hover {
  transform: translateY(-10px);
}
.feature_title {
  color: #344054;
  font-size: 18px;
  font-weight: 800;
}
.share-title {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
}

.bg-red {
  background-color: red;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.about-description-box {
  /* Add any additional styling for the box here */
}
.about-img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 592px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: red !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  color: #000;
  font-size: 18px;
}
.nav-pills .nav-link:hover {
  color: #cd2122 !important;
}
.contact-card {
  background-color: #350f2d !important;
  border-radius: 20px !important;
  padding: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.our-companies {
  background-color: #f2f2f2;
}
.contact-card .contact-details {
  display: flex;
  align-items: center;
}
.contact-card .contact-details .contact-icon {
  margin-right: 10px;
}
.contact-card .contact-details .contact-info {
  flex-grow: 1;
}
.contact-info {
  margin-left: 15px;
}
.services-text:hover {
  color: #cd2122;
}

/* Card consistency */
.location-card {
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.location-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

/* Icon sizing */
.location-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Text */
.ups-numbers {
    font-size: 1.1rem;
    font-weight: 600;
}

.ups-description {
    font-size: 0.95rem;
    color: #555;
}

/* Phone number */
.contact-number {
    font-weight: 400;
    color: #727272 !important;
    text-decoration: none;
}

.contact-number:hover {
    text-decoration: underline;
}


.service-img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 633px;
}
.inquire-btn {
  color: #fff;
  background-color: #cd2122;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.inquire-btn:hover {
  color: #fff;
  background-color: #040404;
}

.social-links {
  text-align: center;
}

.social-links .heading-4 {
  margin-bottom: 10px;
}

.social-links .social-icons {
  margin-top: 10px;
}

.social-links .social-icon {
  display: inline-block;
  margin-right: 10px;
  color: #333; /* Change color as needed */
}

.social-links .social-icon:last-child {
  margin-right: 0;
}

.social-links .social-icon:hover {
  color: #007bff; /* Change color on hover as needed */
}

.share-title {
  margin-top: 10px;
}
.social-links .share-title {
  margin-top: 0; /* Remove default margin */
  text-align: left; /* Align the share title text to the left */
}
.inquire-card {
  background-color: #cd2122;
}

.service-banner {
  height: 500px;
}

@media screen and (max-width: 768px) {
  .paragraph-m {
    font-size: 1.15rem !important;
    font-weight: 200 !important;
  }
  .paragraph-e {
    font-size: 1.15rem !important;
    font-weight: 200 !important;
    line-height: 1.5 !important;
  }
  .home-banner-content {
    padding-top: 20vh;
  }
  .heading-5 {
    font-size: 1.5rem !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
  }
  .carousel-caption-home {
    top: 5%;
    left: 7%;
  }
  .heading-13 {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }
  .heading-1 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    font-weight: 500;
  }
  .heading-2 {
    font-size: 2rem !important;
    line-height: 1.5 !important;
  }

  .register-btn {
    padding-bottom: 2rem !important;
  }
  /* .card-inner-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  } */

  .col-md-6 {
    width: auto;
  }

  .ups-numbers {
    margin-right: 20px; /* Adjust as needed */
  }

  .ups-description {
    flex: 1; /* Take remaining space */
  }
  .cta-img {
    /* margin-top: 0.1rem; */
  }
  .service-img {
    height: auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
  }
}
.card-title {
  text-decoration: none;
  color: #fff;
}

.projects-section {
  /* height: 900px; */
}

/* Styling for the navigation bar */
.navigation-section .navbar {
  background-color: #ffffff !important; /* Background color for the navbar */
  box-shadow: 0px 3px 5px -5px #212121 !important;

}

/* Styling for the links in the navbar */
.navigation-section .navbar-nav .nav-link {
  color: #000 !important; /* Text color for the links */
}

.navigation-section .navbar-nav .nav-link:hover,
.navigation-section .navbar-nav .nav-link:focus {
  color: #ffdf5c !important; /* Text color for the links on hover/focus */
}

.navigation-section .navbar-nav .nav-link:hover {
  text-decoration: underline !important;
  color: #350f2d !important;
}

/* Add this CSS to your stylesheet */
.custom-menu li a {
  padding: 20px; /* Add padding to each menu item */
  text-align: left; /* Align menu items to the left */
}
.plyr__control--overlaid {
  background-color: #fff !important;
  color: #000;
}

/* Styles for Header */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: end;
  }
}

.card-image {
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  height: 200px;
  width: 200px;
}
.card-image-row {
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}

.about-btn-header:hover {
  color: #fff;
  background-color: #040404;
  border: 2px solid #cd2122 !important;
}
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
}
#main-menu {
  list-style: none !important;
}
.offcanvas-body .navbar-nav ul li a {
  text-decoration: none !important;
  color: #fff !important;
}
.offcanvas-body .navbar-nav ul li {
  margin-bottom: 10px;
}

.navbar-nav li:hover a {
  color: red; /* Add red border when hovering */
}
.navbar-nav li:hover a {
  text-decoration: none; /* Remove default underline */
}

/* .navbar-nav li:hover a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: red; /* Specify the color for the underline */

/* Footer */
.list #navbarNavDropdown-footer ul li {
  margin-bottom: 10px;
}
.list #navbarNavDropdown-footer ul li a {
  color: #fff !important;
  text-decoration: none !important;
}
.list #navbarNavDropdown-footer ul li a:hover {
  color: #ffcb08 !important;
  text-decoration: none !important;
}
.wpf_layout_horizontal .wpf_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 0;
  position: unset;
  vertical-align: top;
  padding: 0 !important;
}

.wpf_layout_horizontal .wpf_items_group {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  /* margin: 10px 0 0; */
  opacity: 0;
  /* padding: 1em 1.5em; */
  pointer-events: none;
  position: relative !important;
  transition: opacity 0.3s, visibility 0.3s, margin 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 3;
  /* width: 337px !important; */
  /* align-items: center; */
  /* align-content: center !important; */
  /* margin: 0px 0px 0px 65px !important; */
}


.go-top {
  background-color: #fff;
  color: #350f2d;
  border-radius: 50%;
  padding: 18px 18px;
  z-index: 1;
  position: relative;
}
.go-top:hover {
  background-color: #ffcb08;
  color: #350f2d;
}
.footer-list {
  list-style: none;
}
.social-icons-footer {
  color: #fff;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #fff;
  line-height: 2;
  justify-content: center;
}

.social-icons-footer:hover {
  color: #ffdf5c !important;
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  border: 1px solid #ffdf5c;
  line-height: 2;
  justify-content: center;
}

.newsletter-form p label input {
  border: 1px solid #ffdf5c;
  padding: 3px 7px;
  background: transparent;
  color: #ccc;
}
#submit-btn-mailchimp {
  background: #ffdf5c !important;
  color: #fff !important;
}
.copyright-content img {
  width: 80px;
  cursor: pointer;
}
.dark-txt {
  color: #212121 !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  /* Your hover effect styles here */
  color: transparent !important;
}

.accordion-body #navbarNavDropdown-footer ul li {
  margin-bottom: 10px;
}
.accordion-body #navbarNavDropdown-footer ul li a {
  color: #fff !important;
  text-decoration: none !important;
}
.accordion-button:focus {
  box-shadow: none !important;
  border: none !important;
}

.white-box {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 16px;
}
.white-box ul li a {
  text-decoration: none;
  color: #000;
  margin-top: 6px;
}
.white-box ul li a:hover {
  text-decoration: none;
  color: #cd2122;
}

.list-unstyled-sidebar-menu {
  color: #000;
}
.menu-item.menu-item-object-category_services.menu-item-type-taxonomy ul li {
  color: #000;
  text-decoration: none;
}
.li#menu-item {
  color: #000;
  text-decoration: none;
  /* Your CSS rules here */
}
.wpf_slider .ui-slider-handle {
    background: purple !important;
    border-color: purple !important;
}

.woocommerce-loop-product__title {
  margin-top: 7px !important;
  color: #000 !important;
  font-weight: 200 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.newsletter-form p,
.newsletter-form label {
    display: flex;
    align-items: center;
    gap: 10px; /* spacing between input and button */
}

.newsletter-form input[type="email"],
.newsletter-form input[type="submit"] {
    margin: 0;
}

.card a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: currentColor;
  text-align: center !important;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
  /* border-radius: 20px; */
}

.woocommerce .card .price {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}

.products .product-type-simple {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05) !important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
}
.product .card-body a.button {
  display: none !important;
}

/* Woocoomerce edits by naweed start */
.woocommerce-loop-product__title {
  text-align: center !important;
}
.woocommerce-loop-product__link {
  text-decoration: none !important;
}
.product-cards {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05) !important;
  border-radius: 20px !important;
  min-height: 315px !important;
}
#wpgs-gallery {
  max-width: 100% !important;
}
.inquiry-btn {
  padding: 10px 20px;
  background-color: #cd2122;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.product_type_simple {
  display: none !important;
}

.woocommerce-ordering {
  display: none !important;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none !important;
  font-weight: 400;
  color: #000;
}
.breadcrumb-scroller {
  background-color: white !important;
}
.wc-breadcrumb {
  background-color: #fff !important;
}
#woocommerce_product_categories-7 {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none !important;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05) !important;
  border-radius: 12px !important;
}
#woocommerce_product_categories-7 .card-header {
  background-color: #fff !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#woocommerce_product_categories-7 ul li {
  margin-bottom: 10px !important;
}
#woocommerce_product_categories-7 .widget-title {
  font-weight: 600 !important;
}
#woocommerce_product_categories-7 ul .current-cat a {
  color: #ffdf5c !important;
}
.product_meta span a {
  text-decoration: none !important;
  color: #350f2d !important;
  font-weight: 600 !important;
}
.description_tab::marker {
  display: none !important;
  color: #fff !important;
}
.description_tab a {
  /* display: none !important; */
}
.site-content {
  width: 100% !important;
}
/* Woocoomerce edits by naweed end */

/* home page edits by naweed start */
.zoom-hover {
  display: block;
  overflow: hidden;
  position: relative;
}

.zoom-hover img {
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
}

.zoom-hover:hover img {
  transform: scale(0.97);
}

.services-section .card:hover {
  color: #cd2122 !important;
}
/* Move the sidebar to the left */
.owl-stage {
  display: flex;
  align-items: center;
}
.related h2 {
  padding-bottom: 20px;
}

.accordion-item {
  border: none !important;
  outline: 0 !important;
}
@media screen and (max-width: 768px) {
  .exams-card {
    min-height: 230px;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* home page edits by naweed end */

.nav-pills .nav-link.active:hover {
  color: #fff !important;
}
.project-card-image {
  height: 200px;
  object-fit: cover;
  width: -webkit-fill-available;
}
.btn-projects {
  color: #cd2122;
  padding: 10px 12px;
  border-radius: 20px;
  border: 1px solid #cd2122;
}
.btn-projects:hover {
  color: #fff;
  border-radius: 20px;
  border: 1px solid #cd2122;
  background-color: #cd2122;
}

.overview {
  font-size: 1.125rem;
}

.overview-description {
  font-size: 0.9rem;
}
#woocommerce_product_categories-7 ul a:hover {
  color: #ffdf5c !important;
}

/* Drop down for main menu */
/* Default style to hide sub-menu items */
ul.dropdown-menu {
  display: none;
}
.dropdown-menu {
  background-color: #fff !important;
  padding: 10px !important;
}
/* Style to display sub-menu items when parent item is hovered over */
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
#navbarNavDropdown ul li a:hover {
  text-decoration: none !important;
}
.navbar-nav .menu-item-has-children > a::after {
  content: "\f078";
  font-family: fontawesome;
  /* display: inline-block; */
  margin-left: 5px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  font-weight: 100 !important;
  font-size: 18px !important;
  display: inline;
  height: auto;
  width: auto;
  background: 0 0;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
#navbarNavDropdown ul li a {
  margin-right: 10px;
}
li::marker {
  color: transparent !important;
}

/* Start norfolk home page Styles */

/* norfolk Styles */
.product-list-card {
  /* color: #fff; */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.products-cards {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  /* min-height: 320px !important; */
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.related-cards {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  /* min-height: 320px !important; */
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  /* min-height: 400px !important; */
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  /* min-height: 350px !important; */
}
.product-text {
  font-size: 1.125rem !important;
  color: #000;
}
.product-text:hover {
  color: #ffcb08 !important;
}

.product-box {
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
  background-color: transparent !important;
}
.product-title {
  text-decoration: none;
  color: #000;
  font-size: 14px !important;
}

.product-category {
  background-color: #f9f9f9;
}

.product-category-name :hover {
  color: #000 !important;
  text-decoration: none !important;
}

input,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 7px;
}
.postform {
  padding: 8px 15px 8px 15px;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  background-color: #350f2d;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.btn-filter {
  color: #fff !important;
  background-color: #350f2d !important;
}
.wpf_layout_horizontal .wpf_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
  margin: 0 60px 5px 0 !important;
  padding: 0;
  position: unset;
  vertical-align: top;
  padding: 3px 60px !important;
}
.our-values {
  background-color: #f3e5f5;
}
.value-icon {
  background-color: #350f2d;
  padding: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.footer-section {
  background-color: #350f2d;
}
/* End norfolk home page styles */

/* Contact Us Styles */
.location-card {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 170px;
}
/* End Contact Us Styles */

/* Woocommerce styles Start */

form-select,
select {
  --bs-form-select-bg-img: url(
    data:image/svg + xml,
    %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"%3e%3cpathfill="none"stroke="%23343a40"stroke-linecap="round"stroke-linejoin="round"stroke-width="2"d="m2 5 6 6 6-6"/%3e%3c/svg%3e
  );
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-top: 15px !important;
  margin-left: 15px !important;
}

.btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt:not(a.checkout-button),
.woocommerce .card a.button,
.woocommerce div.product form.cart button.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
#place_order {
  /*--bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  */
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  /*padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  */
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: #350f2d !important;
  border-radius: 10px !important;
  background-color: #350f2d !important;
  margin-bottom: 20px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}
.btn:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:not(a.checkout-button):hover,
.woocommerce .card a.button:hover,
.woocommerce div.product form.cart button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
#place_order:hover {
  color: #000; /* White text color on hover */
  background-color: #ffcb08 !important; /* Gray background color on hover */
}

.btn-outline-primary,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt:not(a.checkout-button) {
  --bs-btn-color: #fff !important;
  --bs-btn-border-color: #350f2d !important;
  --bs-btn-hover-color: #000 !important;
  --bs-btn-hover-bg: #ffdf5c !important;
  --bs-btn-hover-border-color: #ffdf5c !important;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #350f2d;
  --bs-btn-active-border-color: #350f2d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #350f2d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #350f2d;
  --bs-gradient: none;

  display: inline-block; /* Ensures buttons are treated as blocks */
  text-align: center !important; /* Centers the buttons */
  margin: 0 auto; /* Centers the buttons horizontally */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  background-color: #350f2d;
  color: #fff;
  border: none !important;
  padding: 2px 19px;
    display: block;    
  margin: 0 auto;    
  text-align: center;   
  cursor: pointer;
  border-radius: 4px; 
}


button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background-color: #ffcb08 !important;
  color: #000 !important;
  border: none !important;
}

.input-group-text,
.woocommerce-cart .coupon button {
  display: flex;
  align-items: center;
  /* padding: 0.375rem 0.75rem; */
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  /* border-radius: var(--bs-border-radius); */
  height: 40px !important;
  width: 40px !important;
}

.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  height: 40px !important;
}

.quantity {
  display: flex !important;
}

.wpf_layout_horizontal .wpf_item_name {
  border: none;
  display: inline-block;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.2em;
  margin: 0;
  padding: 0.6em 0.8em;
  vertical-align: middle;
  width: 200px !important;
}
.wpf_items_wrapper ul.wpf_column_vertical li {
  display: block;
  margin-bottom: .8em;
  text-align: left !important;
}
.single_add_to_cart_button button .alt{
  padding: 10px !important;
  margin-top: 5px !important;
}
/* Target the slider handle span element */
.ui-slider-handle.ui-corner-all.ui-state-default {
  background-color: #350f2d;
  
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

/* Add hover effect to the slider handle */
.ui-slider-handle.ui-corner-all.ui-state-default:hover {
  background-color: #ffcb08; /* Darker color on hover */

}


/* Set margin-right for the minus button */
.input-group-text.minus {
  margin-right: 10px; /* Adjust margin as needed */
}

/* Responsive margin for the minus button */
@media (max-width: 768px) {
  .input-group-text.minus {
    margin-right: 20px; /* Adjust margin as needed for smaller screens */
  }
}

.wpf_slider.ui-slider {
  background: rgba(15, 0, 13, 0.15) !important;
  border: none;
  height: 5px;
  margin: 2.5em 0 0.8em;
}
/* Set the initial width, height, and margin-right for the quantity input field */
.input-text.qty {
  width: 70px;
  /*Adjustwidthasneeded*/
  height: 40px;
  /*Adjustheightasneeded*/
  margin-right: 10px;
  /*Adjustmargin-rightasneeded*/
  text-align: center !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

/* Responsive styles */
@media (max-width: 767px) {
  .input-text.qty {
    /* width: 100%;  */
    margin-right: 15px; /* Remove margin-right on smaller screens */
    margin-bottom: 10px; /* Add bottom margin on smaller screens if needed */
  }
}

/* Style the plus sign in the quantity input field */
.input-group-text {
  margin-right: 10px; /* Adjust margin as needed */
}

/* Responsive styling for margin */
@media (max-width: 576px) {
  .input-group-text {
    margin-right: 5px; /* Adjust margin as needed for smaller screens */
  }
}

/* Center align the "Add to Cart" button */
button.product_type_variable.add_to_cart_button {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important; /* Center button text */
}

@media (max-width: 768px) {
  .outlets .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .outlets .col-md-6,
  .outlets .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ui-slider-handle.ui-corner-all.ui-state-default {
  background-color: #350f2d !important;
}
.button.add_to_cart_button {
  background-color: #350f2d;
  /*Backgroundcolor*/
  color: #fff;
  /*Textcolor*/
  padding: 10px 20px;
  /*Adjustpaddingasneeded*/
  border: none;
  /*Removeborderifneeded*/
  border-radius: 10px;
}

.button.add_to_cart_button:hover {
  background-color: #ffcb08;
  color: #000; /* Background color on hover */
}

.product-category .card-body a{
  color: white !important;
}
/* @media (max-width: 768px) {
  .product .card-body a.button,
  .product-category .card-body a {
      margin-top: auto;
      margin-left: 105px;
  }
} */
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 10px 10px 0 0 !important;
  -webkit-border-radius: 10px 10px 0 0 !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  -ms-border-radius: 10px 10px 0 0 !important;
  -o-border-radius: 10px 10px 0 0 !important;
  width: fit-content;
}
/* .woocommerce img, .woocommerce-page img{
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
} */

.add-to-cart-button-container {
  text-align: center;
  color: white !important;
}

@media (max-width: 768px) {
  .add-to-cart-button-container {
    text-align: center !important;
  }
}
.card-img-top {
  border-radius: 10px 10px 0px 0px !important;
  max-height: 150px !important;
  min-height: 150px !important;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: #fff !important;
  background-color: #350f2d !important;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (max-width: 768px) {
  .about-img {
    height: auto;
  }
}
.reset_variations {
  visibility: visible;
  color: #000;
  text-decoration: none;
  margin: 10px 10px;
  padding: 10px;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  min-height: 3em;
  background-color: #350f2d !important;
  text-decoration: none !important;
  color: #fff !important;
  border: none !important;
}
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):hover {
  color: #000 !important;
  background-color: #ffdf5c !important;
}
.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  display: block;
  line-height: 1.4;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.wc-block-components-totals-coupon {
  text-decoration: none !important;
  color: #350f2d !important;
  font-weight: 500;
  font-size: 0.9rem !important;
}
.wpf_layout_horizontal .wpf_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
  /* margin: 0 5px 5px 0; */
  /* padding: 0; */
  position: unset;
  vertical-align: top;
  margin: 0px 15px 0px 0px !important;
  padding: 0px 60px 0px 60px !important;
  text-align: center;
  align-items: center;
  height:45px !important
  /* align-content: center; */
}
.product-category-name :hover {
  text-decoration: none !important;
}
.product-price {
  font-weight: 600;
}
.wpf_slider.ui-slider .ui-slider-handle {
  background: #350f2d !important;
  border-radius: 50px !important;
  cursor: pointer;
  height: 1em;
  top: -0.4em;
  width: 1em;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}



/* Woocommerce Styles End */

.woocommerce-tabs .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-tabs .tabs li {
  flex: 1;
  max-width: calc(100% / <?php echo count($product_tabs) ; ?>);
}

.woocommerce-tabs .tabs li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #808080;
}
td.woocommerce-product-attributes-item__value {
  margin: 10px 0px 0px 10px !important;
  padding: 16px 0px 0px 5px !important;
}
.woocommerce-Tabs-panel {
  /* display: none; */
}

.woocommerce-Tabs-panel.active {
  display: block;
}

/* .woocommerce-tabs {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
} */

/* Style the tab navigation */
.woocommerce-tabs ul.tabs {
  margin: 0;

  list-style-type: none;
  display: flex;
  padding: 0px 400px 0px 400px;
}

.woocommerce-tabs ul.tabs li {
  font-size: 1.125rem;
  text-decoration: none;
}
.owl-theme .owl-dots .owl-dot:hover {
  background: transparent !important;
}


/* Style the active tab */
.woocommerce-tabs ul.tabs li.active a {
  color: #000;
  border-bottom: 2px solid #350f2d;
  font-size: 1.125rem;
  text-decoration: none;
  margin: 0px 10px 0px 10px;
}

/* Style the tab content */
.woocommerce-tabs .panel {
  margin: 40px 0px 40px 0px;
}
.postform {
  padding: 8px 15px 8px 15px;
  margin: 0 !important;
}

/* Start Home Page Categories selection Styles */
/* .select2-container--default .select2-selection--single{
  background-color: #FFCB08 !important;
  color: #000 !important;
} */

/* End Home Page Categoreies selection Styles */
.wpf_layout_horizontal .wpf_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
  /* margin: 0 5px 5px 0; */
  /* padding: 0; */
  position: unset;
  vertical-align: top;
  margin: 0px 15px 0px 0px !important;
  /* padding: 0px 100px 0px 100px !important; */
}
.wpf_layout_horizontal .wpf_item.wpf_item_submit {
  border: none;
  margin: none !important;
  /* padding: 10px !important; */
  padding: 0 !important;
}
.wpf_layout_horizontal .wpf_search_button {
  font-size: 1em;
  line-height: 1.4em;
  padding: .6em 3em !important;
  color: #fff;
  background: #350f2d;
}
.white-box-home {
  background-color: transparent;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 16px;
}
.is-form-style.is-form-style-3 input.is-search-input {
  border-right: 0 !important;
  /* background-color: #000; */
  padding: 15px 10px 15px 10px;
  border-radius: 5px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
  /* border: none !important; */
  font-size: 16px !important;
}
.wpf_layout_horizontal .wpf_item{
  display: flex !important;
    flex-direction: column !important;
}

.wpf_layout_horizontal .wpf_items_group{
        min-width: max-content !important;
        margin-top: 15px !important;
}

.owl-carousel .owl-item img{
  min-height: 150px !important;
}

.fkcart-shortcode-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end !important;
  align-items: center;
  cursor: pointer;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

@media (max-width: 768px) {
  .wpf_layout_horizontal {
    justify-content: center; /* Center items horizontally on mobile */
  }

  .wpf_layout_horizontal .wpf_item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: inline-block;
    position: unset;
    vertical-align: top;
    margin: 0px 5px 15px 5px !important; /* Center alignment requires equal horizontal margins */
    padding: 0px 20px 0px 20px !important;
    width: 180px !important;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    text-align: center !important;
  }
}
/* Base styles */
.wpf_layout_horizontal.wpf_items_wrapper {
  display: flex;
  flex-wrap: wrap; /* Ensure items wrap if they overflow */
  justify-content: center; /* Center items horizontally */
}

/* Mobile styles */
@media (max-width: 768px) {
.wpf_layout_horizontal.wpf_items_wrapper {
  justify-content: center; /* Center items horizontally on mobile */
  margin: 0 !important;
}

.wpf_layout_horizontal.wpf_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: inline-block;
  position: unset;
  vertical-align: top;
  margin: 15px; /* Provide some space around each item */
  padding: 0px 30px;
  width: 200px;
  box-sizing: border-box; /* Ensure padding and border are included in the width */
}
}
@media (max-width: 768px){
  .item{
    height: auto !important;
  }
}



/* Centering items on mobile view */
@media (max-width: 768px) {
  .overview .col-12 {
      display: flex;
      justify-content: center;
      text-align: center;
  }
  .overview .card-inner-content {
      align-items: center;
      text-align: center;
  }
  .overview .card-inner-content .row {
      flex-direction: column;
  }
  .overview .card-inner-content img {
      margin-bottom: 10px;
  }
  .overview h2, .overview p {
      text-align: center;
  }
}


/* General Styles */
.outlets .heading-2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.outlets .location-card {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.outlets .location-card img {
  max-width: 100%;
  height: auto;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .outlets .col-12 {
      text-align: center;
  }

  .outlets .card-inner-content {
      text-align: center;
  }

  .outlets .card-inner-content .row {
      flex-direction: column;
      align-items: center;
  }

  .outlets .card-inner-content img {
      margin-bottom: 10px;
  }

  .outlets .ups-numbers, .outlets .ups-description {
      text-align: center;
  }
}


/* General Styles */
.woocommerce-tabs .wc-tabs-wrapper {
  display: flex;
  flex-direction: column;
}

.woocommerce-tabs .tabs.wc-tabs {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.woocommerce-tabs .tabs.wc-tabs li {
  flex: 1;
  text-align: center;
  padding: 10px 15px;
}

.woocommerce-tabs .tabs.wc-tabs li a {
  display: block;
  text-decoration: none;
  color: #333;
}

.woocommerce-tabs .tabs.wc-tabs li.active a {
  color: #000;
  font-weight: bold;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel.active {
  display: block;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .woocommerce-tabs .tabs.wc-tabs {
      flex-direction: column;
      border-bottom: none;
  }

  .woocommerce-tabs .tabs.wc-tabs li {
      padding: 10px;
      border: 1px solid #eaeaea;
      margin-bottom: 5px;
  }

  .woocommerce-tabs .tabs.wc-tabs li a {
      font-size: 16px;
  }

  .woocommerce-tabs .woocommerce-Tabs-panel {
      padding: 10px;
      border: 1px solid #eaeaea;
      border-top: none;
  }
}

.exams-card {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 250px; 
        border-radius: 15px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-decoration: none !important;
        transition: transform 0.4s ease;
        border: none;
    }

    /* The Black Gradient Overlay */
    .exams-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.8));
        transition: opacity 0.5s ease;
        z-index: 1;
    }

    /* Title Styling */
    .product-category-name {
        position: relative;
        z-index: 2;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 1px;
        text-align: center;
        margin: 0;
        padding: 20px;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    }

    /* Hover Effects */
    .exams-card:hover {
        transform: scale(1.02);
    }

    /* Make the gradient go away on hover */
    .exams-card:hover::before {
        opacity: 0.4;
    }

.product-card-image .onsale {
    position: absolute; 
    top: 10px;
    left: 10px;
    margin: 0;
    z-index: 2;
}

.product-card-image {
    position: relative; 
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.product-card-image a img {
    margin-top: 0 !important;
    display: block;
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.product-cards a {
    text-decoration: none !important;
}

/* Style the Title specifically */
.product-cards .woocommerce-loop-product__title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.2 !important;
    min-height: 55px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

}

/* Style the Price specifically */
.product-cards .price {
    font-size: 16px;
    font-weight: 800;
    color: #000 !important;
}

/* Style the Button to match your image */
.product-cards .button {
    background-color: #31112c !important; /* Dark Purple */
    color: #fff !important;
    border-radius: 10px !important;
    padding: 12px!important;
    width: 90%;
    font-weight: 600;
}

.breadcrumb-item a::before {
    content: none !important;
    display: none !important;
}

/* Hides the duplicate submit button in the search form */
.is-search-submit {
    display: none !important;
}

/* Ensures the input field takes up the space properly */
.is-search-input {
    width: 100% !important;
    border: 1px solid #ddd;
    padding: 10px;
}

/* Fix Breadcrumb Horizontal Scrolling on Mobile */
@media (max-width: 767px) {
    .woocommerce-breadcrumb {
        white-space: normal !important; /* Forces text to wrap to the next line */
        overflow-x: visible !important; /* Removes the scroll bar */
        display: block !important;       /* Ensures it behaves like a text block */
        word-wrap: break-word !important; 
        font-size: 12px !important;    /* Smaller text for better mobile fit */
        line-height: 1.6 !important;     /* Better spacing between wrapped lines */
        padding: 5px 0 !important;
    }

    .woocommerce-breadcrumb a, 
    .woocommerce-breadcrumb span {
        display: inline !important;    /* Keeps links flowing naturally */
        white-space: normal !important;
    }
}
/* Hide the extra search button in the sidebar search form */
.shop-sidebar .is-search-submit {
    display: none !important;
}

/* Optional: Make the input field full width now that the button is gone */
.shop-sidebar .is-search-input {
    width: 100% !important;
}


.woocommerce img, .woocommerce-page img{
  min-height: 0px !important;
  max-height: 220px !important;
  object-fit: cover;
}



.desktop-nav .navbar {
    padding: 0.75rem 0;
    background-color: #fff !important;
}

.desktop-nav .site-logo {
    max-height: 50px;
    width: auto;
}

/* Desktop Menu */
.desktop-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.5rem;
}

.desktop-menu > li {
    position: relative;
    margin: 0;
}

.desktop-menu > li > a {
    display: block;
    padding: 0.75rem 1.25rem;
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s;
}

.desktop-menu > li > a:hover,
.desktop-menu > li.current-menu-item > a {
    color: #333;
}

/* Desktop Dropdown */
.desktop-menu .menu-item-has-children {
    position: relative;
}

.desktop-menu .menu-item-has-children > a {
    padding-right: 2rem;
}

.desktop-menu .menu-item-has-children > a::after {
    content: "▼";
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7rem;
    transition: transform 0.3s;
}

.desktop-menu .menu-item-has-children:hover > a::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Desktop Submenu */
.desktop-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 0.5rem 0;
    margin: 0;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.desktop-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.desktop-menu .sub-menu li {
    margin: 0;
}

.desktop-menu .sub-menu li a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #374151;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background-color 0.2s, color 0.2s;
}

.desktop-menu .sub-menu li a:hover {
    background-color: #f3f4f6;
    color: #000;
}

/* Desktop Icons Wrapper */
.nav-icons-wrapper {
    display: flex;
    align-items: center;
}


.mobile-nav .navbar-mobile {
    padding: 0.75rem 0;
}

/* Mobile Cart Icon */
.mobile-cart-icon {
    display: flex;
    align-items: center;
}

/* Hamburger Button */
.navbar-toggler-custom {
    background-color: #fff;
    border: none;
    padding: 0.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.navbar-toggler-custom:hover {
    background-color: #f8f9fa;
}

.navbar-toggler-custom:focus {
    outline: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Hamburger Icon */
.hamburger-icon {
    width: 26px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Mobile Offcanvas */
.offcanvas-mobile-custom {
    background-color: #2c2c2c !important;
    width: 100% !important;
    max-width: 500px;
}

/* Close Button */
.btn-close-custom {
    background-color: #4a5568;
    opacity: 1;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    position: relative;
    padding: 0;
    border: none;
    cursor: pointer;
}

.btn-close-custom span {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-close-custom:hover {
    background-color: #5a6268;
}

/* Mobile Offcanvas Header */
.offcanvas-mobile-custom .offcanvas-header {
    padding: 1rem;
    min-height: 60px;
}

/* Mobile Search Section */
.offcanvas-search-section {
    margin-bottom: 1rem;
}

/* Mobile Menu Styling */
.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-menu > li {
    margin: 0;
    position: relative;
}

.mobile-nav-menu > li > a {
    display: block;
    padding: 1rem 1.5rem;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 400;
    transition: background-color 0.2s;
}

.mobile-nav-menu > li > a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Mobile Submenu */
.mobile-nav-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.3);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.mobile-nav-menu .menu-item-has-children.open .sub-menu {
    max-height: 1000px;
    opacity: 1;
}

.mobile-nav-menu .sub-menu li {
    margin: 0;
}

.mobile-nav-menu .sub-menu li a {
    display: block;
    padding: 0.75rem 1.5rem 0.75rem 3rem;
    color: #e0e0e0;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.2s;
}

.mobile-nav-menu .sub-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

/* Mobile Dropdown Arrow */
.mobile-nav-menu .menu-item-has-children > a {
    position: relative;
    padding-right: 3rem;
}

.mobile-nav-menu .menu-item-has-children > a::after {
    content: "\f107"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px; 
    color: white;
    transition: transform 0.3s ease;
}

.mobile-nav-menu .menu-item-has-children.open > a::after {
    transform: translateY(-50%) rotate(180deg);
}

/* Remove any default link colors */
.mobile-nav-menu a:focus,
.mobile-nav-menu a:active {
    outline: none;
    color: #fff;
}

.mobile-nav-menu .sub-menu a:focus,
.mobile-nav-menu .sub-menu a:active {
    color: #e0e0e0;
}


/* Tablets */
@media (max-width: 991px) {
    .desktop-nav {
        display: none !important;
    }
    
    .mobile-nav {
        display: block !important;
    }
}

/* Desktop */
@media (min-width: 992px) {
    .desktop-nav {
        display: block !important;
    }
    
    .mobile-nav {
        display: none !important;
    }
}

/* Small mobile */
@media (max-width: 576px) {
    .offcanvas-mobile-custom {
        width: 100% !important;
    }
    
    .mobile-nav-menu > li > a {
        font-size: 1rem;
        padding: 0.875rem 1.25rem;
    }
    
    .navbar-toggler-custom {
        width: 45px;
        height: 45px;
    }
}

/* Remove any conflicting styles */
.navbar-toggler-custom:focus {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    outline: none;
}

.offcanvas {
    transition: transform 0.3s ease-in-out;
}
/* Make Ivory Search button visible in mobile offcanvas */
.offcanvas-search-section .is-search-submit {
    display: inline-block !important; /* ensure it shows */
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
}

.is-search-form button {
  color: #000 !important;
  background-color: transparent !important;
}

/* Force the header to the full width and align button to the right */
.offcanvas-header {
    display: flex !important; 
    width: 100% !important;
    justify-content: flex-end !important; /* Shoves content to the right */
    padding-right: 1rem !important;      /* Matches your navbar container padding */
}

.btn-close-custom {
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Optional: Ensure the "X" symbol is perfectly visible */
.btn-close-custom span {
    display: block;
    cursor: pointer;
}

/* 1. REMOVE THE THEME'S DEFAULT TRIANGLE/CARET */
.navbar-nav .dropdown-toggle::after,
.desktop-menu .menu-item-has-children > a::after,
.mobile-nav-menu .menu-item-has-children > a::after {
    display: none !important;
    content: none !important;
    border: none !important;
}

/* 2. ADD THE ANGLE-DOWN ICON TO DESKTOP */
.desktop-nav .menu-item-has-children > a {
    display: flex !important;
    align-items: center !important;
}

.desktop-nav .menu-item-has-children > a::after {
    content: "\f107" !important; /* fa-angle-down */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    margin-left: 8px !important;
    font-size: 14px !important;
    color: inherit !important;
    display: inline-block !important;
    visibility: visible !important;
}

/* 3. ADD THE ANGLE-DOWN ICON TO MOBILE */
.mobile-nav-menu .menu-item-has-children > a {
    position: relative !important;
}

.mobile-nav-menu .menu-item-has-children > a::after {
    content: "\f107" !important; /* fa-angle-down */
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 18px !important;
    color: white !important;
    display: inline-block !important;
    visibility: visible !important;
    transition: transform 0.3s ease !important;
}

/* Rotate the arrow when mobile menu is open */
.mobile-nav-menu .menu-item-has-children.open > a::after {
    transform: translateY(-50%) rotate(180deg) !important;
}

.widget-area .offcanvas-header{
  display:none !important;
}

/* Align quantity and button */
.single-product form.cart {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

/* Fix the broken-looking quantity box */
.single-product .quantity input.qty {
    height: 45px; /* Adjust to match your button height */
    width: 60px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-align: center;
}

/* Ensure button doesn't shrink */
.single-product .single_add_to_cart_button {
    height: 45px;
    padding: 0 25px;
    white-space: nowrap;
}
/* 
.quantity .input-group{
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
}

.quantity{
  margin-top: 10px !important;
}

.single_variation_wrap.my-3.d-flex {
  margin-top: 5rem !important;
}

.woocommerce-variation-add-to-cart.variations_button .input-group{
    max-width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.woocommerce-variation-add-to-cart.variations_button .input-group .quantity{
  width: max-content !important;
  height: max-content !important;
  margin-right: 10px  !important; 
}

.woocommerce-variation-add-to-cart.variations_button .input-group .quantity .input-group{
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  width: max-content !important;
  gap: 10px !important;
}

/* Force the margin-left to zero and override Bootstrap's calculation */
/* .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0 !important;
} */

/* Specifically target the elements inside your product cart form if the above is too broad */
/* .summary .cart .input-group > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
} */

/* .woocommerce-variation-add-to-cart.variations_button {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
} */

/* .single_add_to_cart_button{
  margin-top: -5px !important;
} */

/* Align quantity and button */
.single-product form.cart {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

/* Fix the broken-looking quantity box */
.single-product .quantity input.qty {
    height: 45px; /* Adjust to match your button height */
    width: 60px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-align: center;
}

/* Ensure button doesn't shrink */
.single-product .single_add_to_cart_button {
    height: 45px;
    padding: 0 25px;
    white-space: nowrap;
}

.quantity .input-group{
  width: 100% !important;
}

/* Force the margin-left to zero and override Bootstrap's calculation */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: 0 !important;
}

/* Specifically target the elements inside your product cart form if the above is too broad */
.summary .cart .input-group > * {
    margin-right: 0 !important;
}

.single_add_to_cart_button {
  background-color: #350f2d !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 12px !important;
  font-weight: 600;
  margin-left: 10px !important;
}

.woocommerce-variation-add-to-cart.variations_button{
  border: none !important;
}

.quantity .input-group{
  border: none !important;
}

.input-group{
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
}

.site-main {
    padding-top: 0 !important;
}

/* Hide the header search bar on mobile devices */
@media (max-width: 768px) {
    .header-search-container, 
    .mobile-search-bar, 
    #search-block-header { 
        display: none !important; 
    }
}

.is-search-.is-form-style.is-form-style-3 input.is-search-input{
  display: none !important;
}

/* 1. Force cards to fill the full height of the column */
.location-card {
    display: flex !important;
    flex-direction: column;
    height: 100% !important;
}

/* 2. Decrease font size of the location name */
.location-title {
    font-size: 1.1rem !important; /* Smaller than standard H2 */
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

/* 3. The "4-Line" Height Logic */
.description-container {
    line-height: 1.5rem; /* Define a fixed line height */
    min-height: 6rem;    /* 1.5rem x 4 lines = 6rem */
    display: block;
    overflow: hidden;
}

.ups-description {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5rem; /* Must match the container */
}

/* 4. Ensure icons don't distort the row height */
.location-card img {
    max-width: 100%;
    height: auto;
    max-height: 40px; 
}

/* Search suggestions container */
.dgwt-wcas-suggestion {
    display: flex !important;
    align-items: flex-start !important;
    padding: 12px 15px !important;
    gap: 12px !important;
    border-bottom: 1px solid #eee !important;
}

.dgwt-wcas-suggestion:hover {
    background-color: #f8f8f8 !important;
}

/* Image */
.dgwt-wcas-si {
    flex-shrink: 0 !important;
    width: 60px !important;
    height: 60px !important;
    overflow: hidden !important;
}

.dgwt-wcas-si img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Content wrapper */
.dgwt-wcas-content-wrapp {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    min-width: 0 !important;
    align-items: flex-start !important;
}

/* Product title */
.dgwt-wcas-st {
    margin: 0 !important;
    line-height: 1.4 !important;
    order: 1 !important;
    width: 100% !important;
    text-align: left !important;
}

.dgwt-wcas-st-title {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
}

/* Price section - directly under title, aligned to start */
.dgwt-wcas-sp {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    order: 2 !important;
    margin: 0 !important;
    width: 100% !important;
    text-align: left !important;
}

.woocommerce-Price-amount {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

/* Sale price styling */
del .woocommerce-Price-amount {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

ins .woocommerce-Price-amount {
    text-decoration: none !important;
    color: #e74c3c !important;
}

/* Meta info (like "Chicken", "Sausage Pastry") */
.dgwt-wcas-meta {
    margin: 0 !important;
    order: 3 !important;
    width: 100% !important;
    text-align: left !important;
}

.dgwt-wcas-meta strong,
.dgwt-wcas-meta span {
    font-size: 12px !important;
    color: #666 !important;
}

/* Suggestions dropdown - limit height */
.dgwt-wcas-suggestions-wrapp {
    max-height: 400px !important;
    overflow-y: auto !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    border-radius: 4px !important;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .dgwt-wcas-suggestion {
        padding: 10px !important;
        gap: 10px !important;
    }
    
    .dgwt-wcas-si {
        width: 50px !important;
        height: 50px !important;
    }
    
    .dgwt-wcas-st-title {
        font-size: 13px !important;
    }
    
    .woocommerce-Price-amount {
        font-size: 13px !important;
    }
    
    .dgwt-wcas-suggestions-wrapp {
        max-height: 300px !important;
    }
}

/* Tablet responsive */
@media (min-width: 768px) and (max-width: 991px) {
    .dgwt-wcas-suggestion {
        padding: 11px 12px !important;
    }
    
    .dgwt-wcas-si {
        width: 55px !important;
        height: 55px !important;
    }
}

/* Ensure consistent spacing for all products */
.dgwt-wcas-suggestion .dgwt-wcas-content-wrapp > * {
    margin: 0 !important;
}

/* Target the specific search result container */
#is-ajax-search-result-781 {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin: 0 auto;
    max-width: 100vw; 
}

/* Ensure the inner items also respect the width */
.is-ajax-search-items {
    width: 100% !important;
}


.wc-blocks-components-select .wc-blocks-components-select__container {
    background: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    width: 100% !important;
    display: flex;
    flex-direction: row;
}

/* 1. Fix the alignment to match First/Last Name */
.wc-block-components-address-form__country {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 24px !important;
}

/* 2. Fix the container height and border */
.wc-blocks-components-select .wc-blocks-components-select__container {
    padding-top: 12px !important; 
    padding-bottom: 4px;
    border: 1px solid #757575;
    border-radius: 4px;
    position: relative;
    display: block; 
}

/* 3. Fix the Label strike-through */
.wc-blocks-components-select__label {
    position: absolute;
    top: -10px !important; 
    left: 12px !important;
    background: #ffffff !important; 
    padding: 0 6px !important;
    font-size: 13px !important;
    z-index: 10;
    transform: none !important;
}

/* 4. Align the actual text (Sri Lanka) inside the box */
.wc-blocks-components-select__select {
    padding: 8px 12px !important;
    border: none !important;
    box-shadow: none !important;
    appearance: none;
}

/* 1. Fix the container height and alignment */
.wc-blocks-components-select .wc-blocks-components-select__container {
    margin-top: 0px !important; 
    padding: 0 !important; 
    height: 50px !important; 
    display: flex !important;
    align-items: center; 
    border: 1px solid #1e1e1e;
    border-radius: 4px;
    position: relative;
    width: 100% !important;
}

/* 2. Position the label ON the border line */
.wc-blocks-components-select__label {
    position: absolute;
    top: -5 !important; 
    left: 10px !important;
    transform: translateY(-50%); 
    background: #fff !important;
    padding: 0 5px !important;
    font-size: 13px !important;
    z-index: 2;
    margin: 0 !important;
}

/* 3. Fix the 'Sri Lanka' text position */
.wc-blocks-components-select__select {
    margin-top: 10px;
    padding: 0 12px !important;
    margin: 0 !important;
    height: 100% !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 16px; 
}


/* 1. Set the container to flex and push items to the sides */
.wc-block-checkout__actions_row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important; 
    width: 100% !important;
    gap: 20px;
}

/* 2. Increase the text size of the Return to Cart button/link */
.wc-block-components-checkout-return-to-cart-button {
    font-size: 18px !important; 
    font-weight: 500; 
    text-decoration: none;
}

/* 3. Ensure the Place Order button maintains its alignment */
.wc-block-components-checkout-place-order-button {
    margin: 0 !important; 
}

/* 1. Set the container to flex and push items to the sides */
.wc-block-checkout__actions_row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 20px;
}

/* 2. Set identical font sizes for both elements */
.wc-block-components-checkout-return-to-cart-button,
.wc-block-components-button__text {
    font-size: 18px !important; 
    font-weight: 500 !important;
}

/* 3. Ensure the Place Order button handles the new size well */
.wc-block-components-checkout-place-order-button {
    padding: 12px 24px !important; 
    height: auto !important;
    min-height: 50px;
}

/* 1. Main button container: ensure vertical centering and responsiveness */
#fkcart-checkout-button {
    display: flex !important;
    align-items: center !important;
    padding: 0px !important; 
    width: 100% !important;
    box-sizing: border-box !important;
}

/* 2. Group icon and text to keep them close and centered */
.fkcart-checkout-info {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-grow: 1; 
    gap: 10px;
}

/* 3. Increase 'Checkout' text size */
.fkcart-checkout--text {
    font-size: 18px !important; 
    font-weight: 600 !important;
    color: #ffffff !important;
    line-height: 1 !important; 
}

/* 4. Style the price: white color and spacing */
.fkcart-checkout--price .woocommerce-Price-amount {
    color: #ffffff !important; 
    font-size: 14px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    text-align: center !important;
    padding-top: 10px !important;
}

/* 5. Add space between LKR and the price value */
/* .woocommerce-Price-currencySymbol {
    margin-right: 8px !important; 
} */

/* 6. Icon alignment fix */
/* .fkcart-checkout--icon {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
} */

.related.products .add-to-cart-container {
    margin-top: 0 !important;
}

.related.products .card.product-cards {
    height: auto !important;
    min-height: unset !important;
    padding-bottom: 0 !important;
}

.related.products .card.product-cards .card-body {
    padding: 0.75rem !important;
    min-height: unset !important;
    margin-top: 0 !important;
}

.related.products .card.product-cards .card-footer {
    padding: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 0 !important;
    background: transparent !important;
}
.related.products .product-card-image {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
    overflow: hidden !important;
    display: block !important;
}

.related.products .product-card-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
}

.related.products .woocommerce-loop-product__title {
    line-height: 1 !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin-top: 0 !important;
    font-size: 1rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.related.products .price {
    margin-bottom: 0.5rem !important;
    margin-top: 0 !important;
}

.related.products .h-100 {
    height: auto !important;
}
/* Style the rating selection as clickable stars */
p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\73";
    color: #ffd500;
    text-indent: 0;
    opacity: 0.25;
    font-size: 1.5em;
}


p.stars a:hover::before,
p.stars.selected a.active::before,
p.stars.selected a:not(.active)::before {
    opacity: 1;
}

p.stars.selected a.active ~ a::before {
    opacity: 0.25;
}

/* Fallback with Unicode stars if font doesn't load */
p.stars a::before {
    content: "★";
    font-family: Arial, sans-serif;
}
/* Add margin to review submit button */
#commentform .form-submit {
    margin-top: 10px;
}

/* Alternative selector if the above doesn't work */
.comment-form .form-submit input[type="submit"] {
    margin-top: 10px;
}

/* Make email input and submit button same height and on same level */
.footer-block .list div form {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
}

.footer-block .list div form input[type="email"],
.footer-block .list div form input[type="text"] {
    flex: 1 !important;
    height: 45px !important;
    min-height: 45px !important;
    padding: 10px 15px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.footer-block .list div form input[type="submit"],
.footer-block .list div form button[type="submit"] {
    height: 45px !important;
    min-height: 45px !important;
    margin: 0 !important;
    width: auto !important;
    min-width: 100px !important;
    box-sizing: border-box !important;
    padding: 10px 20px !important;
    flex-shrink: 0 !important;
}

/* Prevent newsletter section from jumping out */
.footer-block.ftr__list.navy:last-child {
    padding-right: 15px !important;
}

.footer-block .list {
    max-width: 100%;
    overflow: hidden;
}

.footer-block .list div {
    max-width: 100%;
}

/* For Mailchimp forms specifically */
#mc_embed_signup {
    max-width: 100% !important;
}

#mc_embed_signup form {
    padding: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
}

#mc_embed_signup .mc-field-group {
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#mc_embed_signup input.email {
    width: 100% !important;
    height: 45px !important;
    min-height: 45px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

#mc_embed_signup .button,
#mc_embed_signup input[type="submit"] {
    height: 45px !important;
    min-height: 45px !important;
    margin: 0 !important;
    width: auto !important;
    min-width: 100px !important;
    box-sizing: border-box !important;
    flex-shrink: 0 !important;
}

/* Tablet responsive - stack vertically */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-block .list div form,
    #mc_embed_signup form {
        flex-direction: column !important;
    }
    
    .footer-block .list div form input[type="email"],
    .footer-block .list div form input[type="text"],
    .footer-block .list div form input[type="submit"],
    .footer-block .list div form button[type="submit"],
    #mc_embed_signup input.email,
    #mc_embed_signup .button,
    #mc_embed_signup input[type="submit"] {
        width: 100% !important;
    }
}

/* Make email input and submit button same height */
.footer-block .list div form input[type="email"],
.footer-block .list div form input[type="text"] {
    width: 100% !important;
    max-width: 100%;
    height: 45px !important;
    min-height: 45px !important;
    padding: 10px 15px;
    box-sizing: border-box;
}

.footer-block .list div form input[type="submit"],
.footer-block .list div form button[type="submit"] {
    height: 45px !important;
    min-height: 45px !important;
    margin-left: 0 !important;
    margin-top: 10px;
    width: auto;
    min-width: 100px;
    box-sizing: border-box;
    padding: 10px 20px;
}

/* Prevent newsletter section from jumping out */
.footer-block.ftr__list.navy:last-child {
    padding-right: 15px !important;
}

.footer-block .list {
    max-width: 100%;
    overflow: hidden;
}

.footer-block .list div {
    max-width: 100%;
}

/* For Mailchimp forms specifically */
#mc_embed_signup {
    max-width: 100% !important;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup input.email {
    width: 100% !important;
    height: 45px !important;
    min-height: 45px !important;
    box-sizing: border-box;
}

#mc_embed_signup .button,
#mc_embed_signup input[type="submit"] {
    height: 45px !important;
    min-height: 45px !important;
    margin-top: 10px !important;
    width: auto !important;
    min-width: 100px !important;
    box-sizing: border-box;
}

/* Desktop specific fixes */
@media (min-width: 768px) {
    .col-md-3.footer-block:last-child {
        padding-right: 15px;
    }
    
    .footer-block .list div form {
        display: flex;
        flex-direction: column;
    }
}

.is-form-style.is-form-style-3 input.is-search-input {
    margin-top: -10px !important;
}

.is-form-style button.is-search-submit {
    margin-top: -10px !important;
}

/* This will hide the entire product filter block */
.wc-block-product-filters {
    display: none !important;
}

/* 1. Target Mobile Only (Screens smaller than 768px) */
@media only screen and (max-width: 767px) {
    .wp-block-woocommerce-product-categories {
        margin-top: 50px !important;
    }
}

/* 2. Target Tablets and Desktop (Screens 768px and wider) */
@media only screen and (min-width: 768px) {
    .wp-block-woocommerce-product-categories {
        margin-top: 0px !important;
    }
}

.entry-header h1 {
	margin-top: 50px!important;
}

.wc-block-components-address-form-wrapper #shipping{
	margin-top: 20px !important;
}

.wc-block-components-checkout-step__content{
	margin-top: 20px !important;
}

.screen-reader-text{
	margin-bottom: 20px!important;
}

.woocommerce .card .price {
    display: block;
    margin-bottom: 0 !important;
}

.product-cards a {
    text-decoration: none !important;
    margin: 0 !important;
}

.card-footer:last-child {
    padding-bottom: 22px !important;
}
