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

@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");

/* Custom CSS */

html {
  scroll-behavior: smooth;
}

body p {
  line-height: 1.8;
  color: #616161;
}

@media (max-width: 992px) {
  .heading-3 {
    font-size: 1.1rem;
  }

  .step-description {
    font-size: 0.95rem;
  }
}

body {
  font-family: "Poppins", serif;
}

/* Our Start Style Start */
:root {
  /* Primary Colors */
  --primary01-color: #1e4799 !important;
  --white-color: #fff !important;
  --background-color: #F6F6F6 !important;

  /* Secondary Colors */
  --secondary-color: #515151;
  --secondary-color01: #4E4E4E;
  --active-color: #424242;

  /* Linear Colors */
  --linear-color: linear-gradient(180deg, #1e4799 0%, #0a1833 100%);
  /* Background and Text Colors */
}

/* Our End Style Start */
.linear-color {
  background-color: var(--linear-color);
}

.btn-primary {
  background-color: var(--primary01-color);
  color: var(--white-color);
  border: 1px solid var(--primary01-color);
}


.btn-primary:hover {
  background-color: var(--primary01-color);
  color: var(--white-color);
  border: 1px solid var(--primary01-color);
}



.background-color {
  background-color: var(--background-color);
}


.text-primary {
  color: var(--primary01-color) !important;
}


.text-grey {
  color: var(--secondary-color);
}


.text-grey01 {
  color: var(--secondary-color01);
}

.active-color {
  color: var(--active-color);
}


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

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

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

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

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

.paragraph {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}


.paragraph-b {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}


.banner-heading {
  font-size: 2rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}


@media (max-width: 1024px) {
  .heading-1 {
    font-size: 2rem !important;
  }


  .banner-heading {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
  }
}


@media (max-width: 768px) {
  .heading-1 {
    font-size: 2rem !important;
  }


  .banner-heading {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
  }
}


/*--------------------------- Start header styles ----------------------------*/
.nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--text-color) !important;
}


.space-up {
  padding-top: 6%;
}

@media (max-width: 1024px) {
  .space-up {
    padding-top: 13%;
    /* Adjusted for tablets */
  }
}

@media (max-width: 768px) {
  .space-up {
    padding-top: 25%;
  }
}

.navbar-expand-lg {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}


.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  padding: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #D9D9D9;
  /* Non-active indicator */
  background-clip: padding-box;
  border: 0;
  border-radius: 50px;
  opacity: 0.5;
  transition: opacity 0.6s ease, background-color 0.6s ease;
}

.carousel-control-prev-icon {
  display: inline-block !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: 100% 100% !important;
  border-color: #DDE1E6 !important;
  border-width: 7px !important;

}

.carousel-control-next-icon {
  display: inline-block !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: 100% 100% !important;
  border-color: #DDE1E6 !important;
  border-width: 7px !important;

}

@media (max-width: 991px) {


  /* Ensure the entire container is in a row for mobile and tablet views */
  #nav-main .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Align logo and actions in the same row */
  .navbar-brand {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
  }

  .header-actions {
    display: flex;
    align-items: center;
  }

  /* Adjust spacing between the elements */
  .navbar-toggler {
    margin-left: auto;
  }

  /* Ensuring no elements overflow */
  .header-actions {
    flex-wrap: nowrap;
  }
}

.navbar-nav .nav-link {
  color: var(--text-color) !important;
}


.navbar-nav .nav-link.active {
  color: #424242 !important;
}


.carousel-indicators .active {
  background-color: #fff;
  /* Active indicator */
  opacity: 1;
}

.fk-cart-menu-container {
  display: flex;
  align-items: center;
  gap: 8px;
  /* Adjust the spacing between the cart icon and text */

}

.cart-text {
  font-size: 16px;
  /* Adjust font size if necessary */
  font-weight: 500;
  /* Make it more readable */
}

@media (max-width: 992px) {
  /* Targeting both tablet & mobile */
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    display: none;
  }
}

/* Default (all screen sizes) */
.entry-content {
  padding-top: 2.5rem;
  /* padding-bottom: 3rem; */
}

/* Adjust padding for mobile screens (below 768px) */
@media (max-width: 768px) {
  .entry-content {
    padding-top: 2rem;
    /* padding-bottom: 2rem; */
  }
}


@media (max-width: 992px) {

  /* Targeting both tablet & mobile */
  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    display: none;
  }
}

/* Default (all screen sizes) */
.entry-content {
  padding-top: 2.5rem;
  /* padding-bottom: 3rem; */
}

/* Adjust padding for mobile screens (below 768px) */
@media (max-width: 768px) {
  .entry-content {
    padding-top: 2rem;
    /* padding-bottom: 2rem; */
  }
}

/*--------------------------- End  header styles ----------------------------*/

/*-------------------------- Start Footer section Styles------------------------ */
.footer-section {
  background-color: var(--primary01-color);
}
.footer-text {
  font-size: 0.654rem !important;
}

.footer-text-height {
  height: 7vh; /* Adjust the value as needed */
  
}

.footer-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
/* Media query for large screens, e.g., 1920px and above */
@media (min-width: 1920px) {
  .footer-text {
    font-size: 0.825rem !important; /* Increase font size on large screens */
  }

  .footer-text-height {
    height: 15vh; /* Increase the height on large screens */
  }

  .footer-title {
    font-size: 1.25rem !important; /* Increase the title font size on large screens */
  }
}

/* Remove the right margin on smaller screens (tablet and mobile) */
@media (max-width: 1024px) {
  .col-md-6.col-lg-2.col-sm-12.me-5 {
    margin-right: 0 !important;
    /* Removes the margin on tablets */
  }
}

/*-------------------------- End Footer section Styles------------------------ */

/*----------------------------- Start Home Page Styles ------------------------------*/
.step-name {
  height: 7.5vh;
}

@media (max-width: 1536px) {
  .step-name {
    height: 11vh;
    
  }
}
@media (max-width: 1280px) {
  .step-name {
    height: 15vh;
    
  }
}

@media (max-width: 1024px) {
  .step-name {
    height: 20vh;
   
  }
}

@media (max-width: 768px) {
  .step-name {
    height: 5vh;
  }
}
.stepper-wrapper {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;

}


.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 45px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 45px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 6px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  background: linear-gradient(90deg, #1e4799 0%, #0a1833 100%);
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}


.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 5px solid #E2E2E2;
  width: 100%;
  top: 45px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

@media (max-width: 768px) {
  .stepper-item.completed::after {
    display: none;
  }

  .stepper-item::before {
    display: none;
  }
}

.linears-card {
  background: linear-gradient(45deg, #1e4799 0%, #0a1833 100%);
  border-radius: 5px;
}


.school-img {
  border-radius: 5px;
}


/*----------------------------- End Home Page Styles ------------------------------*/

/*---------------------------- Start Sub Categories Grade Styles ------------------------------ */

.grade-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary01-color);
  height: 202px;
  /* Roughly equivalent to 190px on a 1000px tall screen */
  /* Roughly equivalent to 190px on a 1000px tall screen */
}



.grade-font {
  font-size: 3.8rem;
  font-weight: 500;
}


.year-text {
  font-size: 1.25rem;
  /* Bigger font */
  font-weight: 400;
  /* Bold */
  font-size: 1.25rem;
  /* Bigger font */
  font-weight: 400;
  /* Bold */
  color: #fff;



}

.rest-text {
  font-size: 4rem;
  font-weight: 500;
  display: block;
  color: #fff;
}


.grade-font span:contains("Year") {
  margin-bottom: 20px;
  color: #fff;
}

.hero-about {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  text-align: center;
  /* Ensures text alignment */
}


.hero-about {
  display: flex;
  justify-content: center;
  /* Centers horizontally */
  align-items: center;
  /* Centers vertically */
  text-align: center;
  /* Ensures text alignment */
}

/*------------------------------------------------- End Sub Categories Grade Styles -------------------------------------------------------- */

/* ----------------------------------------------------Start Books Category page Styles--------------------------------------------------- */
.footer-text-height {
  height: 7vh; /* Adjust the value as needed */
  overflow: hidden; /* Ensures text does not overflow */
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  display: none;
}
.woocommerce-shipping-calculator {
  display: none;
}
.shipping-pickup-store  {
  display: none;
}
.content-area {
  padding-top: 2%;
}
/* .woocommerce-shipping-methods {
  visibility: hidden;
  position: relative;
}
.woocommerce-shipping-methods::after {
  content: "In store Can be picked up within two days";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  color: #000; 
  font-size: 14px; 
  font-weight: 600; 
} */

.woocommerce-shipping-totals.shipping td::after {
  content: "Can be pick up order within two days";
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

button#place_order:disabled {
  border: none !important;
  background-color: #ccc !important; /* Optional: Change background color for clarity */
  color: #999 !important; /* Optional: Change text color */
  cursor: not-allowed !important;
  pointer-events: none !important;
  box-shadow: none !important;
  padding: 0.5rem 1rem !important;
}

.product-row .col-md-4,
.product-row .col-lg-3,
.product-row .col-xxl-2 {
  display: flex;
  flex-direction: column;
}

.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
  border: none;
}

.category-banner img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  /* Space between banner and product content */
}

.wc-breadcrumb {
  background-color: transparent !important;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: " >" !important;
  /* The separator is now '>' */
  content: " >" !important;
  /* The separator is now '>' */
}


.breadcrumb-item+.breadcrumb-item a {
  text-decoration: none !important;
  color: #000 !important;
  font-size: 1rem;
  font-weight: 400;
}


.wc-breadcrumb .breadcrumb-item:last-child {
  color: #000 !important;
  font-size: 1rem;
  font-weight: 400;
}


.product-card-body {
  background-color: #fff;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.12);
  /* X-offset, Y-offset, blur, spread, color with 12% opacity */
  border-radius: 0px 0px 5px 5px;
}

.woocommerce div.product span.price,
.card .price {
  font-size: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000;


}

.woocommerce .card .woocommerce-loop-product__title {
  font-size: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  height: 50px;
}

.single_add_to_cart_button .btn-loader,
.ajax_add_to_cart .btn-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: var(--primary01-color);
  border-radius: var(--bs-border-radius);
}


.btn-secondary:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}


/* Hide the 'Read More' button using aria-label */
/* Hide any link with aria-label containing 'Read more' */
a[aria-label*="Read more"] {
  display: none !important;
}



/* Styling for the Add to Cart button */
.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn.btn-primary.w-100.mt-auto {
  text-align: center;
  /* Align text to the center */
  /* Uppercase text */
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: background-color 0.3s, transform 0.3s ease-in-out;
  /* Smooth transitions */
  width: auto !important;
  /* Override w-100 and set width to auto */
  /* display: flex;  */
  align-items: center;
  /* Align text and icon vertically */
  justify-content: center;
  /* Center the icon and text */
  gap: 8px;
  /* Space between the icon and the text */
  align-items: center;
  /* Align text and icon vertically */
  justify-content: center;
  /* Center the icon and text */
  gap: 8px;
  /* Space between the icon and the text */
  border-radius: 5px;
  padding: 8px 30px;
  background-color: #BCBCBC;
  color: #fff;
  border: none;
  pointer-events: none; /* Prevents clicks */
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}

/* Adding the Font Awesome icon before the text */
.product_type_simple.add_to_cart_button.ajax_add_to_cart.btn.btn-primary.w-100.mt-auto::before {
  /* Space between the icon and text */
  content: "\f217";
  /* Font Awesome icon Unicode for fa-cart-plus */
  font-family: "Font Awesome 5 Free";
  /* Set the Font Awesome font family */
  font-weight: 900;
  /* Set to bold for solid icons */
  font-size: 18px;
  /* Icon size */
  color: #fff;
  /* Icon color */
  margin-right: 8px;
  /* Space between the icon and text */
}

.out-stock-btn {
  cursor: pointer;
  width: fit-content !important;
  background-color: #BCBCBC;
  color: #fff;
  border: none;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s ease-in-out;
  width: fit-content !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: center;
}


.out-stock-btn::before {
  content: "\f217";
  /* Font Awesome icon Unicode for fa-cart-plus */
  font-family: "Font Awesome 5 Free";
  /* Set the Font Awesome font family */
  font-weight: 900;
  /* Set to bold for solid icons */
  font-size: 18px;
  /* Icon size */
  color: #fff;
  /* Icon color */
  margin-right: 8px;

}


.stock-status-text-muted {
  color: #FF0000 !important;
  font-style: italic;
  font-size: 1rem;
  font-style: italic;
  font-size: 1rem;
}


.stock-status-text-success {
  color: #38BE44 !important;
  font-style: italic;
  font-size: 1rem;
  font-style: italic;
  font-size: 1rem;
}


/* Button hover effect */
/* .product_type_simple.add_to_cart_button.ajax_add_to_cart.btn.btn-primary.w-100.mt-auto:hover {
  background-color: #0056b3;

} 

/* Focus effect (when the button is clicked/focused) */
/* .product_type_simple.add_to_cart_button.ajax_add_to_cart.btn.btn-primary.w-100.mt-auto:focus {
  outline: none;


} */

.important-message {
  display: flex;
  align-items: center;
  background-color: #CDCDCD;
  /* Light pink background */
  padding: 10px;
  font-size: 1.25rem;
  margin: 20px 0;
  border-radius: 5px;
}

.alert-icon {
  font-size: 20px;
  border-radius: 50px;
  color: rgb(237, 30, 50);
  padding: 5px !important;
  background: #D5D5D5;
  border-radius: 50px;
}

.message-text {
  color: #555;
  font-size: 1rem;
  color: rgb(95, 95, 95) !important;
  /* Dark gray text color */
}

.bold-text {
  font-weight: bold;
  text-decoration: underline;
}


.woocommerce .card a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  pointer-events: none;
}

/* ----------------------------------------------------End Books Category page Styles--------------------------------------------------- */

/* Apply padding-top to the site content only on the product detail page */
/* Apply padding-top to site content on both product detail page and shop page */
.entry-header {
  padding: 2rem 0rem;
  display: none;
}


body.single-product .site-content,
body.woocommerce-account .site-content {
  padding-top: 8% !important;
  padding-bottom: 0% !important;

}

/* Adjust padding for smaller screens */
@media (max-width: 1024px) {

  body.single-product .site-content,
  body.woocommerce-account .site-content {
    padding-top: 20% !important;
    padding-bottom: 0% !important;
  }


}

@media (max-width: 768px) {

  body.single-product .site-content,
  body.woocommerce-account .site-content {
    padding-top: 40% !important;
    padding-bottom: 0% !important;
  }

}

@media (max-width: 480px) {

  body.single-product .site-content,
  body.woocommerce-account .site-content {
    padding-top: 40% !important;
    padding-bottom: 0% !important;
  }

}
.woocommerce a.button {
  background-color: var(--primary01-color);
  color: #fff;
  width: auto;
  border: 1px solid var(--primary01-color);
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 30px;
}
/* Style for out-of-stock buttons */
.product.outofstock .product_type_simple.add_to_cart_button {
  background-color: gray !important; 
  color: white !important; 
  border: 1px solid gray !important;
  pointer-events: none; 
  cursor: not-allowed; 
  opacity: 0.6; 
} 

/* Add cart icon before 'Add to Cart' text */
.woocommerce a.button:before {
  content: "\f217"; /* FontAwesome cart icon code */
  font-family: 'Font Awesome 5 Free'; /* Ensure FontAwesome is used */
  font-weight: 900; /* Use the solid style of FontAwesome */
  margin-right: 8px; /* Add space between the icon and text */
  font-size: 1.2rem; /* Adjust the size of the icon */
}

.woocommerce a.button:hover{
  background-color: #0056b3;
  color: #fff;
  border: 1px solid #0056b3;
}
.woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce button.button:hover {
  background-color: #0056b3;
  color: #fff;
  border: 1px solid #0056b3;
}


/* .site-main {
  padding-top: 8% !important;
} */
.woocommerce div.product form.cart .button {
  background-color: var(--primary01-color);
  /* Set the background color to blue */
  color: #fff;
  /* Text color set to white */
  border: none;
  /* Remove border */
  padding: 8px 25px;
  /* Padding around the button */
  font-size: 16px;
  /* Set the font size */
  font-weight: bold;
  /* Make the text bold */
  border-radius: 5px;
  /* Rounded corners */
  text-align: center;
  /* Align text to the center */
  /* Uppercase text */
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: background-color 0.3s, transform 0.3s ease-in-out;
  /* Smooth transitions */
  width: fit-content !important;
  /* Override w-100 and set width to auto */
  background-color: var(--primary01-color);
  /* Set the background color to blue */
  color: #fff;
  /* Text color set to white */
  border: none;
  /* Remove border */
  padding: 8px 25px;
  /* Padding around the button */
  font-size: 16px;
  /* Set the font size */
  font-weight: bold;
  /* Make the text bold */
  border-radius: 5px;
  /* Rounded corners */
  text-align: center;
  /* Align text to the center */
  /* Uppercase text */
  cursor: pointer;
  /* Change cursor to pointer on hover */
  transition: background-color 0.3s, transform 0.3s ease-in-out;
  /* Smooth transitions */
  width: fit-content !important;
  /* Override w-100 and set width to auto */
  /* display: flex;  */
  align-items: center;
  /* Align text and icon vertically */
  justify-content: center;
  /* Center the icon and text */
  gap: 8px;
  /* Space between the icon and the text */
  border-radius: 5px;
  flex-grow: unset;
}

/* Adding the Font Awesome icon before the text */
.woocommerce div.product form.cart .button::before {
  content: "\f217";
  /* Font Awesome icon Unicode for fa-cart-plus */
  font-family: "Font Awesome 5 Free";
  /* Set the Font Awesome font family */
  font-weight: 900;
  /* Set to bold for solid icons */
  font-size: 18px;
  /* Icon size */
  color: #fff;
  /* Icon color */
  margin-right: 8px;
  /* Space between the icon and text */
  content: "\f217";
  /* Font Awesome icon Unicode for fa-cart-plus */
  font-family: "Font Awesome 5 Free";
  /* Set the Font Awesome font family */
  font-weight: 900;
  /* Set to bold for solid icons */
  font-size: 18px;
  /* Icon size */
  color: #fff;
  /* Icon color */
  margin-right: 8px;
  /* Space between the icon and text */
}

.page-title {
  font-size: 2rem;
  font-weight: 600;
}
.page-title {
  font-size: 2rem;
  font-weight: 600;
}

/*----------------------------------- Start My Account Styles-------------------------------------- */
.site-content

.site-content

/* Make sure both the login and register forms are equal height */
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register {
  height: auto;
  /* Let the form take full height */
}

/* If you want to enforce equal height between forms */
.woocommerce form.login,
.woocommerce form.login,
.woocommerce form.register {
  background-color: #F3F3F3 !important;
  padding: 10px 100px 50px 100px !important;
  border-radius: 0px 0px 12px 12px;
  height: 440px !important;
  margin-bottom: 10%;
  background-color: #F3F3F3 !important;
  padding: 10px 100px 50px 100px !important;
  border-radius: 0px 0px 12px 12px;
  height: 440px !important;
  margin-bottom: 10%;
}

/* Adjusting the button and input field styles to match */
.woocommerce form .form-row input.input-text,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  width: 100%;
  width: 100%;

}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
  background-color: var(--primary01-color);
  color: #fff;
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid var(--primary01-color);
  background-color: var(--primary01-color);
  color: #fff;
  padding: 16px 20px;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid var(--primary01-color);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover {
  background-color: #0056b3;
  color: #fff;
  background-color: #0056b3;
  color: #fff;
}


/* Responsive styles */
@media (max-width: 768px) {


  .woocommerce form.login,
  .woocommerce form.register {
    padding: 10px 40px 30px 40px !important;
    /* Reduced padding for smaller screens */
  }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    padding: 10px 15px;
    /* Slightly smaller padding for buttons */
    font-size: 0.9rem;
    /* Smaller font size for buttons */
    padding: 10px 15px;
    /* Slightly smaller padding for buttons */
    font-size: 0.9rem;
    /* Smaller font size for buttons */
  }

  .woocommerce form .form-row input.input-text {
    padding: 8px !important;
    /* Smaller padding for input fields */
    padding: 8px !important;
    /* Smaller padding for input fields */
  }
}

/* For smaller devices like phones */
@media (max-width: 480px) {


  .woocommerce form.login,
  .woocommerce form.register {
    padding: 10px 20px 20px 20px !important;
    /* Even smaller padding for mobile */
    padding: 10px 20px 20px 20px !important;
    /* Even smaller padding for mobile */
  }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    padding: 8px 12px;
    font-size: 0.8rem;
    /* Even smaller font size for buttons */
    font-size: 0.8rem;
    /* Even smaller font size for buttons */
  }

  .woocommerce form .form-row input.input-text {
    padding: 8px !important;
    /* Smaller input padding for mobile */
    padding: 8px !important;
    /* Smaller input padding for mobile */
  }
  .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: 0.6em !important;
    cursor: pointer;
  }
}

/* For larger screens (desktop) */
@media (min-width: 1024px) {


  .woocommerce form.login,
  .woocommerce form.register {
    padding: 10px 100px 50px 100px !important;
    /* Larger padding for larger screens */
    padding: 10px 100px 50px 100px !important;
    /* Larger padding for larger screens */
  }

  .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
  .woocommerce .woocommerce-form-register .woocommerce-form-register__submit {
    padding: 14px 20px;
    font-size: 1.1rem;
    /* Larger font size for buttons */
    font-size: 1.1rem;
    /* Larger font size for buttons */
  }

  .woocommerce form .form-row input.input-text {
    padding: 10px 5px !important;
    /* More padding for larger input fields */
   
  }
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  position: absolute;
  right: .7em;
  top: 0.8em;
  cursor: pointer;
}
@media (min-width: 768px) {
  .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: 0.5em;
    cursor: pointer;
  }
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: .7em;
  top: 1em;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td::before, 
  .woocommerce-page table.shop_table_responsive tr td::before {
      content: attr(data-title) ": ";
      font-weight: 700;
      float: left;
      display: none;
  }
}
.woocommerce-Price-currencySymbol {
  visibility: hidden;
}

.woocommerce-Price-currencySymbol::after {
  content: "Rs.";
  visibility: visible;
}


.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: .7em;
  top: 0.8em;
  cursor: pointer;
}

.list-group {
  background-color: #515151;
  border-radius: 0%;
  padding: 0% 0% 5% 0%;

}
.woocommerce-MyAccount-navigation {
  background-color: #515151;
  border-radius: 0%;
  padding: 10px 0;
  /* margin-bottom: 20px; */
  overflow: hidden; /* Ensure no overflow when content expands */
  transition: height 0.3s ease-in-out; /* Smooth transition for height */
}
/* Show .my-account only on the main "My Account" page (my-account/) */
body.woocommerce-account:not(.woocommerce-edit-account):not(.woocommerce-orders):not(.woocommerce-address) .my-account {
  display: block;
}

/* Hide .my-account on subpages like "edit-account", "orders", etc. */
body.woocommerce-account .my-account {
  display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  display: flex;
  flex-direction: column; /* Make sure it stacks vertically */
  min-height: 100%; /* Ensure it fills the height of the parent container */
  height: auto; /* Allow height to expand if there is content */
}


@media (max-width: 768px) {
  .list-group-item {
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .list-group-item {
    font-size: 1rem !important;
  }

  #profile-container img {
    width: 100% !important;
    height: 100% !important;
  }

  #profile-container {
    width: 80px !important;
    height: 80px !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .list-group-item {
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .list-group-item {
    font-size: 1rem !important;
  }

  #profile-container img {
    width: 100% !important;
    height: 100% !important;
  }

  #profile-container {
    width: 80px !important;
    height: 80px !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.list-group-item {
  background-color: #515151;
  border: 1px solid #515151;
  color: #fff;
  font-size: 1.25rem;
  padding: 10px 20px;
}


.list-group-item-action:hover,
.list-group-item-action:focus {
  background-color: #737373 !important;
  color: #fff !important;
  background-color: #737373 !important;
  color: #fff !important;
}

/* .list-group-item-action.active {
    background-color: #737373 !important;
    color: #fff !important;
    border: 1px solid #737373 !important;
}
.list-group-item:active {
  background-color: #737373 !important;
  color: #fff !important;
  border: 1px solid #737373 !important;
}
.list-group-item:focus {
  background-color: #737373 !important;
  color: #fff !important;
  border: 1px solid #737373 !important;
} */

.woocommerce-table thead tr {
  background-color: #F3F3F3 !important;
  border: none;
}


.woocommerce table.shop_table {
  border-collapse: collapse !important;
}

.woocommerce-table thead th {
  background-color: #F3F3F3 !important;
  color: #333;
  color: #333;
  font-weight: bold;
}

.woocommerce table.shop_table tr {
  background-color: #fff !important;
  color: #333;

}


.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 15px 12px;
  line-height: 1.5em;
}


.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 15px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}


a[href*="/my-account/downloads/"] {
  display: none !important;
}

a[href*="/my-account/edit-address/"] {
  display: none !important;
}


.woocommerce .shop_table a.button {
  background-color: var(--primary01-color);
  color: #fff;
  border: 1px solid var(--primary01-color);
  width: 100%;
}


.woocommerce .shop_table a.button:hover {
  background-color: #0056b3;
  color: #fff;
  border: 1px solid #0056b3;
  width: 100%;
}

#profile-container {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;


}

#profile-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}

/* Modern Remove Button */
.remove-btn {
  position: absolute;
  top: 15px;
  right: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.remove-btn:hover {
  background-color: rgba(255, 0, 0, 0.8);
}

p:has(a[href*="wp-login.php?action=logout"]) {
  display: none !important;
}


p:has(a[href*="/orders"]) {
  display: none;
}


#account-dashboard-info {
  display: none;
}


/*------------------------------------------- End My Account Styles------------------------------------------ */


/*----------------------------------- Start Cart Styles-------------------------------------- */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
}
.woocommerce-cart table.cart img {
  width: 70px;
}
td.product-name a {
  font-weight: 500;
  color: var(--primary01-color); /* Change to match your theme */
  text-decoration: none;
  font-size: 1.125rem;

}
.woocommerce table.shop_table tr {
  background-color: #fff !important;
  color: #333 !important;
  border-top: 1px solid transparent !important;
  border-left: 1px solid transparent !important;
  border-right: 1px solid transparent !important;
  border-bottom: 2px solid #EDECEC !important;
}
.woocommerce-Price-amount bdi {
  font-size: 1.125rem;
  font-weight: 500;
  color: #494949 !important;
}
.woocommerce-cart .cart_totals h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
.woocommerce .checkout-button.button.alt.wc-forward {
  font-size: 1rem;  /* Adjust as needed */
  font-weight: 600; /* Adjust as needed */
  background-color: var(--primary01-color); /* Change to the color you prefer */
  color: #fff;  /* Adjust text color */
  padding: 12px 20px;  /* Adjust padding */
  border-radius: 5px;  /* Rounded corners */
  transition: background-color 0.3s ease;
  border: 1px solid var(--primary01-color);
}

.woocommerce .checkout-button.button.alt.wc-forward:hover {
  background-color: transparent;  /* Hover color */
  cursor: pointer;
  border: 1px solid var(--primary01-color);
  color: var(--primary01-color);
}
.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
  display: flex !important;
  justify-content: flex-start;  /* Aligns the content to the end */
  border: none;
}

.cart-breadcrum {
  color: #777777;
}
.wp-block-heading {
  font-size: 2.25rem;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-size: 1.25rem !important;
}

.wc-block-components-formatted-money-amount {
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 600;
}

.woocommerce-cart .site-header,
.woocommerce-checkout .site-header {
  padding-top: 10vh;
  /* Uses viewport height for better control */
  padding-top: 10vh;
  /* Uses viewport height for better control */
}

.wc-block-components-address-card__edit::after {
  content: "\f044";
  /* FontAwesome edit icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section span {
  display: inline-block;
  padding: 0 4px 0 0;
  color: #000;
  font-size: 1rem;
}

@media (max-width: 768px) {


  .woocommerce-cart .site-header,
  .woocommerce-checkout .site-header {
    padding-top: 18vh;
  }


  .message-text {
    font-size: 0.8rem;
  }
}


@media (max-width: 1024px) {


  .woocommerce-cart .site-header,
  .woocommerce-checkout .site-header {
    padding-top: 13vh;
  }


  .message-text {
    font-size: 0.8rem;
  }
}


.wc-block-components-button:not(.is-link) {
  background-color: var(--primary01-color);
  color: var(--white-color);
  border: 1px solid var(--primary01-color);
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
}

.wc-block-components-button:not(.is-link):hover {
  background-color: var(--primary01-color);
  color: var(--white-color);
  border: 1px solid var(--primary01-color);
  transition: background-color 0.3s, transform 0.3s ease-in-out;
 
}


.wc-block-components-button:not(.is-link):focus {
  background-color: var(--primary01-color);
  color: var(--white-color);
  border: 1px solid var(--primary01-color);
  transition: background-color 0.3s, transform 0.3s ease-in-out;

}


.wc-block-components-quantity-selector {
  display: none !important;
}


.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  background-color: var(--primary01-color);
  color: #fff;
  width: auto;
  border: 1px solid var(--primary01-color);
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0%;
  width: auto;
}

.wp-block-woocommerce-cart-order-summary-totals-block {
  border-top: 1px solid hsla(0, 0%, 7%, .11);
  padding-bottom: 16px;
  display: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: red !important;
  display: inline-flex;
  align-items: center;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 5px;
  font-size: 1.125rem;
  font-size: 1.125rem;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before {
  content: "\f2ed";
  content: "\f2ed";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link span,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link span {
  display: none;
}


table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  text-decoration: none;
  font-size: 1.125rem;
  color: var(--primary01-color);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: underline !important;
  text-decoration: underline !important;
}

.wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
  margin-top: 0em;
  margin-top: 0em;
  font-size: 1.5rem;
}



.wp-block-woocommerce-checkout-order-summary-block {
  border: none !important;
  border-radius: 5px;
}


.wc-block-components-checkout-place-order-button__text {
  visibility: hidden;
  /* Hides original text */
  position: relative;
  /* Allows new text to be positioned */
}

.wc-block-components-checkout-place-order-button__text::after {
  content: "Checkout" !important;
  /* New text */
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.delete-icon {
  font-size: 24px;
  color: red;
  cursor: pointer;
  transition: 0.3s;
}

.delete-icon:hover {
  color: darkred;
  transform: scale(1.1);
}

/*--------------------------------- Checkout Styles Start--------------------------- */
.woocommerce-checkout #payment {
  background: var(--bs-body-bg);
  border: none; 
  border-radius: var(--bs-border-radius);
  padding: 1rem 1rem;
}
.woocommerce-checkout #payment #place_order {
  width: 100%;
  background-color: var(--primary01-color);
  color: #fff;
  border: 1px solid var(--primary01-color);
}
.woocommerce-checkout #payment #place_order:hover {
  width: 100%;
  background-color: transparent;
  color: var(--primary01-color);
  border: 1px solid var(--primary01-color);
}
/*--------------------------------- Checkout Styles End--------------------------- */
/*---------------------------- Cart Styles Start ----------------------------------*/
.xoo-wsc-sc-bki {
  font-size: 38px !important;
  color: var(--active-color) !important;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger>* {
  color: var(--active-color) !important;
}

.cart-text {
  color: var(--active-color) !important;
  font-size: 1.125rem !important;
}


/*---------------------------- Cart Styles End ----------------------------------*/

/*---------------------------- Mega Menu Styles Start ----------------------------------*/
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {

  line-height: 40px;
  height: 40px;
  padding: 0px 20px 0px 20px !important;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #424242;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 20px !important;
  font-weight: 500 !important;
  outline: none;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
  color: #222;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600 !important;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px !important;
  vertical-align: top;
  display: block;
  border: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500 !important;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0px;
  border: 0;
  background: white;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  /* Adds a subtle shadow */
  border-radius: 0px 0px 10px 10px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: white;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  padding: 3px 10px 3px 10px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}


/* Default Style for Sub-Menu */

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {

  float: right !important;
  min-height: 1px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link {

  color: #424242 !important;
}


@media only screen and (max-width: 768px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link {
    color: red !important;
    background: white !important;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    color: #000 !important;
    background: white;
  }

}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: white;
  border: 0;
  padding: 10px;
  position: absolute;
  width: 300%;
  max-width: none;
  left: -10%;
  /* Shift it left or right */
  transform: translateX(-10%);
  /* Or center it using translateX */
  left: -10%;
  /* Shift it left or right */
  transform: translateX(-10%);
  /* Or center it using translateX */
}

/* Tablet View: Show menu items in a vertical stack */
@media (max-width: 1024px) {
  #mega-menu-wrap-mobile_menu #mega-menu-mobile_menu {
    display: flex !important;
    flex-direction: column !important;
    /* Stack items vertically */
    align-items: flex-start !important;
    /* Align items to the left */
    display: flex !important;
    flex-direction: column !important;
    /* Stack items vertically */
    align-items: flex-start !important;
    /* Align items to the left */
  }


  .offcanvas {
    width: 80% !important;
  }

  #mega-menu-wrap-mobile_menu li {
    width: 100%;
    /* Make menu items take full width */
    text-align: left;
    /* Align text to the left */
    padding: 10px 0;
    /* Add some spacing */
    width: 100%;
    /* Make menu items take full width */
    text-align: left;
    /* Align text to the left */
    padding: 10px 0;
    /* Add some spacing */
  }
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  vertical-align: middle !important;
}
/*---------------------------- Mega Menu Styles End ----------------------------------*/