body {
    font-family: 'Inter';
}

/* Add loader css */

.loader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.loader img
{
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
@media (max-width:580px){
  .hide-in-mobile{
    display: none;
  }
}

/* header section */
.search-button-container {
  display: flex;
  align-items: center;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
}
.search-input {
  width: 100%;
  padding-left: 2.5rem;
  height: 50px;
  border-radius: 5px;
}

.search-icon {
  left: 0.75rem; 
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d; 
  font-size: 1rem; 
  cursor: pointer; 
}

.search-button {
  display: flex;
  align-items: center;
  height: 50px; 
  border: 1px solid black; 
  text-decoration: none; 
  border-radius: 10px;
}

.search-button-icon {
  font-size: 20px;
  width: 30px;
  padding-top: 10px;
}

.search-button-text {
  margin-left: 10px;
}


/* Footer Stylings  */
.custom-footer {
  background-color: #5D98A7;
  
  color: black; /* Text color */
}
.payment-box {
  background-color: black;
  padding: 5px;
  text-align: center;
  margin-bottom: 20px;
  border-radius:5px;
}

.payment-box img {
  max-width: 100%;
  height: 20px;
}
.custom-footer .before-footer {
  border-bottom: 1px solid black; /* Example border styling */
  padding: 20px 0; /* Adjust padding as needed */
}

.custom-footer .footer-middle {
  padding: 40px 0; /* Adjust padding as needed */
}

.custom-footer .footer-bottom {
  padding: 20px 0; /* Adjust padding as needed */
}

.custom-footer h4 {
  color: #fff; /* Header text color */
}

.custom-footer ul.footer-menu li {
  display: inline-block;
  margin-right: 10px;
    color: #fff; /* Adjust spacing between list items */
}

.custom-footer ul.footer_social_links li {
  display: inline-block;
  margin-right: 10px; /* Adjust spacing between social icons */
}

.custom-footer ul.footer_social_links li a {
  color: black; /* Social icon color */
}
@media (max-width: 768px) {
  .footer-bottoms .col-lg-3 {
    width: 50%; /* Adjusted width for smaller screens */
  }
}

@media (max-width:580px){
    .flex-direction-col-mobile{
        display: flex;
        flex-direction: column;
    }
}

/* index page styling  */
.banner-section img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.discount-banner {
  /* background-color: #9BC1FA; */
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  color: white;
  font-size: 24px;
background-color: red; 
background-image:  radial-gradient(circle, white, rgb(56,148,148));
}

/* Add Product Stylings  */
#accordion-addservice h1 {
  border: none;
  background-color: transparent;
  padding: 20px 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  
}

#accordion-addservice .step-number {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: #9BC1FA;
  color: white;
  font-weight: bold;
  margin-right: 10px;
}

#accordion-addservice p {
  margin-left: 35px;
  padding: 20px 0;
}

.ui-accordion-content {
  border: none;
  padding: 20px 0;
}

.ui-accordion-header.ui-state-active {
  font-weight: bold;
  background-color: transparent;
  color: inherit;
}

.ui-accordion-header {
  border: none;
  background-color: transparent;
  color: inherit;
}



.p-24{
  padding: 24px;
}

.rotated-icon{
    font-size:17px;
  transform: rotate(-45deg);
}

.theme-color{
  color:#FC9231;
}
.rating-style{
  color:#FC9231;
  font-size: 10px;
}

.icon-bg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: lightgrey;
  text-align: center;
  line-height: 30px;
  color: black;
  margin-right: 10px;
}
.with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.with-lines::before,
.with-lines::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
  margin: 0 10px;
}
.padding-left-right-30px{
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width:480px){
  .padding-left-right-30px{
    padding: 0;
  }
}

/* Dropdown container */
.login-dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown button */
.login-dropdown-toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 16px;
}

/* Dropdown menu */
.login-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 1000;
}

/* Show the dropdown menu when the button is hovered */
.login-dropdown:hover .login-dropdown-menu {
  display: block;
}

/* Dropdown items */
.login-dropdown-item {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}

.login-dropdown-item:hover {
  background-color: #f1f1f1;
}

/* Styling for the signup link */
.signup-d-flex {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #007bff;
}



/* checkbox stylings */

  .checkbox-wrapper-31:hover .check {
    stroke-dashoffset: 0;
  }

  .checkbox-wrapper-31 {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .checkbox-wrapper-31 .background {
    fill: #ccc;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }
  .checkbox-wrapper-31 .stroke {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }
  .checkbox-wrapper-31 .check {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    stroke-dashoffset: 22;
    stroke-dasharray: 22;
    transition: ease all 0.6s;
    -webkit-transition: ease all 0.6s;
  }
  .checkbox-wrapper-31 input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
    -appearance: none;
    -webkit-appearance: none;
  }
  .checkbox-wrapper-31 input[type=checkbox]:hover {
    cursor: pointer;
  }
  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .background {
    fill: #6cbe45;
  }
  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .stroke {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-31 input[type=checkbox]:checked + svg .check {
    stroke-dashoffset: 0;
  }



  .cursor-zoom-in{
    cursor: zoom-in;
  }



    .product-images {
        display: flex;
        flex-wrap: wrap;
    }

    .main-image-container {
        order: 1; /* Default order for mobile */
    }

    .small-images-container {
        order: 2;
        display: flex;
        flex-direction: column;
    }

    /* For desktop: Keep small images on the left and large image on the right */
    @media (min-width: 992px) {
        .main-image-container {
            order: 2;
        }

        .small-images-container {
            order: 1;
        }
    }

    /* For mobile: Display small images below the large image */
    @media (max-width: 991px) {
        .small-images-container {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

        .small-image {
            width: 24%; /* Adjust the width of small images for mobile */
            height: 60px;
        }

        .main-image-container {
            margin-bottom: 10px;
        }
    }


    /* Check Box with Image */


  .checkbox-wrapper-16 *,
  .checkbox-wrapper-16 *:after,
  .checkbox-wrapper-16 *:before {
    box-sizing: border-box;
  }

  .checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10rem;
    min-height: 10rem;
    border-radius: 0.5rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-16 .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover {
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
  }
  .checkbox-wrapper-16 .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
  }

  .checkbox-wrapper-16 .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
  }


  @media(max-width:490px){
    .flex-direction-column-mobile{
      display: flex;
      flex-direction: column;
    }
  }



  .checkbox-wrapper-27 .checkbox {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .checkbox-wrapper-27 .checkbox > input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }

  .checkbox-wrapper-27 .checkbox__icon {
    display: inline-block;
    color: #999;
    vertical-align: middle;
    margin-right: 5px;
  }
  .checkbox-wrapper-27 input[type="checkbox"]:checked ~ .checkbox__icon {
    color: #2A7DEA;
  }

  .checkbox-wrapper-27 .checkbox__icon:before {
    font-family: "icons-27";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .checkbox-wrapper-27 .icon--check:before,
  .checkbox-wrapper-27 input[type="checkbox"]:checked ~ .checkbox__icon:before {
    content: "\e601";
  }

  .checkbox-wrapper-27 .icon--check-empty:before,
  .checkbox-wrapper-27 .checkbox__icon:before {
    content: "\e600";
  }

  @font-face {
    font-family: "icons-27";
    font-weight: normal;
    font-style: normal;
    src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAR4AAoAAAAABDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAPgAAAD4fZUAVE9TLzIAAAHsAAAAYAAAAGAIIvy3Y21hcAAAAkwAAABMAAAATBpVzFhnYXNwAAACmAAAAAgAAAAIAAAAEGhlYWQAAAKgAAAANgAAADYAeswzaGhlYQAAAtgAAAAkAAAAJAPiAedobXR4AAAC/AAAABgAAAAYBQAAAG1heHAAAAMUAAAABgAAAAYABlAAbmFtZQAAAxwAAAE5AAABOUQYtNZwb3N0AAAEWAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAAB8Dx0AAACBER0AAAAJHQAAAO8SAAcBAQgPERMWGyBpY29tb29uaWNvbW9vbnUwdTF1MjB1RTYwMHVFNjAxAAACAYkABAAGAQEEBwoNL2X8lA78lA78lA77lA6L+HQVi/yU+JSLi/iU/JSLBd83Fffsi4v77Pvsi4v37AUOi/h0FYv8lPiUi4v33zc3i/s3++yLi/fs9zeL398F9wCFFftN+05JzUdI9xr7GveR95FHzwUO+JQU+JQViwwKAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gEB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmAf/9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAACkYCfgXw889QALAgAAAAAAz65FuwAAAADPrkW7AAD/4AIAAeAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAgAAAQAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAAAAFAAAAYAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKACgAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKACgAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("woff");
  }



  .discount-banner {
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    color: white;
    font-size: 24px;
    background-color: red; 
    background-image: radial-gradient(circle, white, rgb(56, 148, 148));
    height: 100%; 
}

.gradient-banner {
    border-radius: 10px;
    text-align: left;
    background: linear-gradient(90deg, #FFECFA 0%, hsl(191, 66%, 74%) 100%);
    color: black;
    font-size: 24px;
    padding: 20px;
    display: flex;
    align-items: center;
}


.font-size-35px{
  font-size: 35px;
}
.bg-light-blue{
  background-color: #CBF1EF;
}

.overflow-x-scroll{
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: thin;
}

.overflow-y-scroll {
  max-height: 500px;
  overflow-y: scroll;
  scrollbar-width: thin;
  -ms-overflow-style: scrollbar;
}

.overflow-y-scroll::-webkit-scrollbar {
  width: 6px;
}

.overflow-y-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.overflow-y-scroll::-webkit-scrollbar-track {
  background: transparent;
}



.w-50px{
  width: 50px;
}
.w-20px{
  width: 20px;
}
.h-20px{
  height: 20px;
}
.theme-header-blue-color{
  background-color: #9BC1FA;
}
.border-top-left-right-radius{
  border-top-left-radius: 30px;
  border-top-right-radius: 10px;
}



/* Radio Button */


  .radio-wrapper-26 {
    width: 90%;
  }

  .radio-wrapper-26 label {
    display: flex;
    align-items: flex-start;
    text-align: left;
    min-width: 200px;
    justify-content: space-between;
    padding: 11px;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #d8dee4;
    transition: all 0.2s ease;
    font-size: .875rem;
  }

  .radio-wrapper-26 label:not(:has(input:disabled)):hover {
    background: #f5f6f8;
  }

  .radio-wrapper-26 label:has(input:disabled) {
    opacity: .8;
    cursor: not-allowed;
    background: #f5f6f8;
  }

  .radio-wrapper-26 label:has(input:checked) {
    box-shadow: 0 0 0 1.5px rgb(37 99 235), 0 0 0 1px #d8dee4;
  }

  .radio-wrapper-26 label:has(input:focus) {
    box-shadow: 0 0 0 1.5px rgb(37 99 235), 0 0 0 4px rgb(191 219 254), 0 0 0 1px #d8dee4;
  }

  .radio-wrapper-26 label .inputAndLeftText {
    display: flex;
    gap: .75em;
  }

  .radio-wrapper-26 label .inputAndLeftText div {
    color: rgb(55 65 81);
    line-height: 1.25rem;

    display: flex;
    flex-direction: column;
  }

  .radio-wrapper-26 label .title,
  .radio-wrapper-26 label .price {
    font-weight: 500;
  }

  .radio-wrapper-26 label .desc {
    color: rgb(107 114 128);
  }

  .radio-wrapper-26 input,
  .radio-wrapper-26 label .price {
    color: rgb(37 99 235);
  }

  .radio-wrapper-26 label .price {
    margin-top: 1px;
  }

  .radio-wrapper-26 input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    border: 1px solid rgb(209 213 219);

    box-shadow: 0 1px 2px 0 #0000000d;
    border-radius: 9999px;
    width: 1rem;
    height: 1rem;

    margin: 2px 0 0;
  }

  .radio-wrapper-26 input:checked {
    border-color: #0000;
    background-color: currentColor;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjMiLz48L3N2Zz4=);
  }

  .radio-wrapper-26 input:focus {
    box-shadow: 0 0 0 3px rgb(191 219 254), 0 1px 2px 0 #0000000d;
  }

  .radio-wrapper-26 input:disabled,
  .radio-wrapper-26 label:has(input:disabled) .price {
    color: rgb(156 163 175);
  }


.font-weight-normal{
    font-weight:400;
}
.font-weight-medium{
    font-weight:500;
}
.font-weight-semi-bold{
    font-weight:600;
}
.font-weight-bold{
    font-weight:700;
}


/* Large devices (large desktops, 992px and up) */
/*@media (min-width: 1200px) {*/
/*  .container {*/
/*    max-width: 1320px;*/
/*  }*/
/*}*/

/* Extra large devices (very large desktops, 1400px and up) */
/*@media (min-width: 1400px) {*/
/*  .container {*/
/*    max-width: 1320px;*/
/*  }*/
/*}*/



.hot-deals-product-name{
    font-weight: 500;
    color: #181D25;
}

.features-product-name{
    font-weight: 500;
    color: #181D25;
}



/* Individual UI classes */

.hot-deals-product-name{
    font-weight: 500;
    color: #181D25;
}

.features-product-name{
    font-weight: 500;
    color: #181D25;
}

.happy-customers-title{
  font-weight: 600;

}

.happy-customers-carousel-control-prev,
.happy-customers-carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: white; /* Round button background */
    border-radius: 50%;      /* Make the buttons circular */
    border: 1px solid #ccc;  /* Optional: Add border */
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.happy-customers-carousel-control-prev {
    left: -40px; 
}

.happy-customers-carousel-control-next {
    right: -40px; 
}

.happy-customers-carousel-control-prev-icon,
.happy-customers-carousel-control-next-icon {
    font-size: 20px; /* Adjust arrow size */
    color: black;
}

.happy-customers-carousel-control-prev-icon::before,
.happy-customers-carousel-control-next-icon::before {
    font-family: 'FontAwesome';
}

.happy-customers-carousel-control-prev-icon::before {
    content: '\f104'; /* FontAwesome left arrow */
}

.happy-customers-carousel-control-next-icon::before {
    content: '\f105'; /* FontAwesome right arrow */
}


/* review Happy customer section */
.review-name{
  font-weight: 600;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .happy-customers-carousel-control-prev
  {
      top: 50%;
      left: -20px;
      width: 40px;
      height: 40px;
  }
  .happy-customers-carousel-control-next {
    top:50%;
    right:-20px;
    width: 40px;
    height: 40px;
  }

  .carousel-item .review-card {
      margin: 0 auto; /* Center review cards */
  }

  .carousel-item {
      text-align: center;
  }

  .stars {
      display: flex;
      justify-content: center;
  }

  .review-card img {
      width: 50px; /* Adjust image size for mobile */
      height: 50px;
  }

  .review-card h5 {
      font-size: 1rem; /* Adjust text size for mobile */
  }

  .review-content p {
      font-size: 0.9rem; /* Adjust review content text size */
  }
}
.carousel-item .col-lg-4 {
  display: block;
}

/* On mobile view, show only 1 review per slide */
@media (max-width: 767px) {
  .carousel-item .col-lg-4 {
      display: none; /* Hide all reviews initially */
  }

  /* Display only the first review in each chunk */
  .carousel-item .col-lg-4:first-child {
      display: block;
  }
}

.shop-now-bg{
  background-color :#F55266;
}

.dis-offer-bg{
  background-color: #F03D3D;
}

.heart-bg{
  background-color: #EEF1F6;
}


/* Newletter icons */
.social-icons {
  gap: 20px; /* Adds space between the icons */
}

.social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f3f5; /* Light background like in the image */
  border-radius: 50%; /* Makes the background circular */
  color: #2d3748; /* Dark color for icons */
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icon i {
  font-size: 20px; /* Adjust the size of the icons */
}

.social-icon:hover {
  background-color: #e2e6ea; /* Hover effect */
}

@media screen and (max-width:800px) {
  .social-icons{
    padding-bottom: 1em;
  }
  .newsletter-form{
    gap:5px;
  }
}

/* most view category */
.most-viewed-offer{
  /* position: absolute; */
  top: 10;
  left: 10;
  width: 250px;
  padding: 10px;
  background-color: rgba(255, 235, 208, 0.43); 
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  border-radius: 15px; /* Match the border radius of the image */
  
}

#review-container{
  margin-top:1rem;
  margin-bottom: 1rem;
}

.product-details-alert{
  display: flex;
  width: fit-content;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 8px;
  border: 1px solid var(--info-subtle-border-light, #D5E2F7);
  background: var(--info-subtle-background-light, #EAF0FB);
}

.product-details-alert p{
  color: var(--Info-Action, #2358AE);
  font-weight: 400;
}

.table-rounded{
  border-radius: 12px;
}

.mobile-layout-features{
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:750px) {
  
  .top-banner-2{
    padding: 1rem !important;
  }
  .top-banner-2-size{
    
    font-size:1.5rem;
  }
}

/* .bookServiceCarImage{
  transform: translateX(-30%);
} */

/* Autocomplete dropdown styling */
.ui-autocomplete {
  background-color: #fff;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
  z-index: 1000;
}

/* Header styles for "Products" and "Subcategories" */
.ui-autocomplete-header {
  background-color: #f8f9fa;
  padding: 10px;
  font-weight: bold;
  color: #007bff;
  border-bottom: 1px solid #ddd;
}

/* Do not allow hover effects for headers */
.ui-autocomplete-header:hover {
  background-color: #f8f9fa;
  cursor: default;
}

/* Item styles (products and subcategories) */
/* Styling for the autocomplete dropdown */
.ui-autocomplete {
  background-color: #fff;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow-y: auto;
  padding: 0;
  z-index: 1000;
}

/* Styling for headers like "Products" and "Subcategories" */
.ui-autocomplete-header {
  background-color: #f8f9fa;
  padding: 10px;
  font-weight: bold;
  color: #007bff;
  border-bottom: 1px solid #ddd;
  cursor: default; /* Disable pointer/hover cursor */
  pointer-events: none; /* Disable any interaction */
}

/* Styling for individual items (products and subcategories) */
.ui-menu-item-wrapper {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  color: #333;
}

/* Image styling for product images */
.ui-menu-item-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 10px;
}

/* Styling for hover effect on items (not headers) */
.ui-menu-item-wrapper:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

/* Placeholder for items without images (like subcategories) */
.no-image {
  width: 50px;
  height: 50px;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
  margin-right: 10px;
}
