body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}

.btn {
  border-radius: 100px;
  background-color: #2895d0;
  color: white;
  text-transform: capitalize;
  border: none;
}

.menu-btn {
  font-size: 13px;
  font-weight: 700;
}

.form-control::placeholder {
  color: #999;
  font-size: 14px;
}

.search-menu:focus {
  outline: none;
  box-shadow: none;
}

.action {
  background-color: #2895d0 !important;
}

.icon-header {
  background-color: #243746;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;

  img {
    width: 22px;
  }
}

.header-top {
  position: relative;
  z-index: 999 !important;
}

.header-section {
  padding: 20px 0px;
  background-color: white;
}

.custom-back-link {
  font-weight: 600 !important;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 8px;
  margin-bottom: 12px;
}


@media only screen and (min-width: 600px) {
  .my-md-0 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
}

@media only screen and (max-width: 768px) {
  .header-content-right {
    flex: 0 0 auto;
    max-width: 363px;
    text-align: right;
    position: relative;
    top: -18px;
    left: 2px;
    margin-bottom: -38px;
  }

  .custom-product-page {
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 40px;
  }

  .bestsellers-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #f1f7fd;
    margin-top: 30px;
  }

  .category-header-blue {
    background-color: #2994d0;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 32px;
  }

  .hero-overlay .btn {
    font-size: xx-small;
    line-height: 0.1;
    position: relative;
    top: -10px;
    left: 10px;
  }

  .row > * {
    flex-shrink: 0;

    max-width: 81%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }

  .search-wrapper .input-group {
    width: 98%;
    border: 1px solid #ccc;
    border-radius: 9px;
    overflow: hidden;
    height: 48px;
    position: relative;
    left: 10px;
  }

  .search-wrapper .input-group .form-select,
  .search-wrapper .input-group .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
  }

  .search-wrapper .input-group .btn-search {
    background-color: #febd69;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
  }

  .search-wrapper .input-group .btn-search .material-icons,
  .search-wrapper .input-group .btn-search img {
    color: #000;
    width: 24px;
    height: 24px;
  }

  .search-wrapper .input-group .form-control {
    flex: 1 1 auto;
    padding-left: 16px;
  }

  .search-wrapper .input-group .form-select {
    background-color: #f9f9f9;
    max-width: 25%;
  }

  .header-nav {
    background-color: #131921;
    position: absolute;
    top: -1px;
    z-index: 1;
  }

  .position-relative {
    position: relative !important;
    top: 31px;
  }

  .icons {
    position: relative;
    top: -5px;
    align-self: end;
  }

  .logo {
    position: relative;
    top: 5px;
    left: 75px;
    align-self: baseline;
    margin-right: 0px;
    max-height: 162px;
    height: 33px;
    width: max-content;
  }

  .img-logo {
    width: 100%;
    height: 100%;
    max-width: 200px;
  }

  .bg-white {
    --bs-bg-opacity: 1;
    background-color: #000000 !important;
  }

  .bg-dark {
    --bs-bg-opacity: 1;
    background-color: #000000 !important;
  }
}

#navbarOffcanvas {
  color: #333 !important;
}

@media only screen and (max-width: 599px) {
  .header-content-right {
    flex: 0 0 auto;
    max-width: 363px;
    text-align: right;
    position: relative;
    top: -18px;
    left: 2px;
    margin-bottom: -38px;
    width: fit-content;
  }

  .category-header-blue {
    background-color: #2994d0;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 0px;
    max-height: 479px;
  }

  .bestsellers-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #f1f7fd;
    margin-top: 30px;
  }

  .search-wrapper .input-group {
    width: 98%;
    border: 1px solid #ccc;
    border-radius: 9px;
    overflow: hidden;
    height: 48px;
    position: relative;
    left: 5px;
    margin-top: -30px;
  }

  .search-wrapper .input-group .form-select,
  .search-wrapper .input-group .form-control {
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 100%;
  }

  .search-wrapper .input-group .btn-search {
    background-color: #febd69;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
  }

  .search-wrapper .input-group .btn-search .material-icons,
  .search-wrapper .input-group .btn-search img {
    color: #000;
    width: 24px;
    height: 24px;
  }

  .search-wrapper .input-group .form-control {
    flex: 1 1 auto;
    padding-left: 16px;
  }

  .search-wrapper .input-group .form-select {
    background-color: #f9f9f9;
    max-width: 25%;
  }

  .header-nav {
    background-color: #131921;
    position: absolute;
    top: 10px;
    z-index: 1;
  }

  .position-relative {
    position: relative !important;
    top: -1px;
  }

  .icons {
    position: relative;
    top: -41px;
    align-self: end;
  }

  .user {
    width: auto;
  }

  .logo {
    position: relative;
    left: 75px;
    align-self: baseline;
    margin-right: 0px;
    max-height: 162px;
    height: 33px;
    width: 135px;
  }

  .start-100 {
    left: 107% !important;
  }

  .top-0 {
    top: 20px !important;
  }

  .bg-white {
    --bs-bg-opacity: 1;
    background-color: #000000 !important;
  }

  .bg-dark {
    --bs-bg-opacity: 1;
  }

  .navbar-toggler {
    background-color: #2994d0;
  }
}

.offcanvas-header {
  background-color: #2994d0;
}

.justify-content-center {
  justify-content: center !important;
  position: relative;
  top: 12px;
}

@media (min-width: 768px) {
  .my-md-0 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
}

@media (min-width: 992px) {
  .my-md-0 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
}

@media (min-width: 1200px) {
  .my-md-0 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
}

@media (min-width: 1300px) {
  .my-md-0 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
}

@media (min-width: 1440px) {
  .my-md-0 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
}

@media (min-width: 1500px) {
  .my-md-0 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
}

@media (min-width: 1600px) {
  .my-md-0 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
}

@media (min-width: 1700px) {
  .my-md-0 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
}

@media (min-width: 1800px) {
  .my-md-0 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
}

@media (min-width: 1900px) {
  .my-md-0 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
}

@media (min-width: 2000px) {
  .my-md-0 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
}

@media (min-width: 2100px) {
  .my-md-0 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
}

@media (min-width: 2200px) {
  .my-md-0 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
}

@media (min-width: 2300px) {
  .my-md-0 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
}

@media (min-width: 24000px) {
  .my-md-0 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
}

@media (min-width: 2560px) {
  .my-md-0 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
}

@media (min-width: 600px) {
  .hero-overlay {
    position: absolute;
    top: 61%;
    left: 23%;
    transform: translateY(-50%);
    color: #fff;
  }
}

@media (min-width: 768px) {
  .hero-overlay {
    position: absolute;
    top: 61%;
    left: 23%;
    transform: translateY(-50%);
    color: #fff;
  }
}

@media (min-width: 1200px) {
}

.align-items-baseline {
  align-items: baseline !important;
  background-color: #ffffff;
}

.brand-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.brand-subtitle {
  font-size: 0.85rem;
  color: #777;
  margin: 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-width: thin;
}

.search-btn {
  justify-content: center;
  align-items: center;
  --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;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid #febd69;
  border-radius: var(--bs-btn-border-radius);
  background-color: #febd69;
  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;
}

.form-select {
  width: 150px;
  background-color: #243746 !important;
  color: #fff;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5l6 6 6-6'/%3E%3C/svg%3E") !important;
}

.search-form-select {
  font-size: 14px;
}

.search-bar .form-control {
  border: none;
  box-shadow: none;
  width: 57%;
}

.search-bar .btn-search {
  background-color: #febd69;
  color: #fff;
  border: none;
  border-radius: 0;
}

.search-bar .btn-search:hover {
  background-color: #febd69;
}

.icon-circle {
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  color: #fff;
  font-size: 1.25rem;
  text-decoration: none;
}

.icon-account {
  background-color: #333;
}

.icon-blue {
  background-color: #009fe3;
}

.account-text {
  font-size: 0.9rem;
  font-weight: 600;
  margin-left: 8px;
  color: #333;
}

.header-nav {
  background-color: #243746 !important;
  z-index: 999;
}

.header-nav .navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 300;
  margin-right: 1rem;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.header-nav .nav-link:hover {
  color: #2994d0 !important;
}

.main-content {
  padding: 20px;
}

.image-container {
  width: 100%;
  overflow: hidden;
}

.image-container img {
  width: 55%;
  height: auto;
  display: block;
}

.custom-select-small {
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem;
  height: auto;
  border-radius: inherit;
}

.hero-overlay {
  position: absolute;
  top: 53%;
  left: 30%;
  transform: translateY(-50%);
  color: #fff;
}

#carousel-section {
  display: block;
}

@media (max-width: 767px) {
  #carousel-section {
    display: none;
  }
}

.btn-carrousel-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 100%;
  background-color: white;

  .btn-carrousel {
    cursor: pointer;
    width: 30px;
    height: 4px;
    background-color: #f4f4f4;
    border-radius: 100px;
  }

  .selected-carrousel-img {
    background-color: #2895d0;
  }
}

.carousel-item {
  height: 600px;

  img {
    height: 100%;
    object-fit: cover;
  }
}

.hero-overlay .btn {
  transition: all 0.2s ease;
}

@media (max-width: 575.98px) {
  .hero-overlay .btn {
    padding: 0.25rem 0.75rem;
    font-size: xx-small;
    line-height: 0.1;
    position: relative;
    top: -10px;
    left: 10px;
  }
}

.hero-overlay h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hero-overlay p {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.hero-overlay .btn {
  background-color: #2994d0;
  border: none;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
  text-transform: inherit;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    text-transform: uppercase;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
    text-transform: uppercase;
  }
}

/* ================================
       Categories Section 
      ================================ */

.categories-section {
  background-color: #f2f7fc;
  padding: 80px 0;
  position: relative;
}

.discover-our-parent {
  text-align: center;
  margin-bottom: 30px;
}

.discover-our {
  font-size: 16px;
  font-weight: 300;
  color: #758599;
  margin: 0;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100px;
}

.marquee-content {
  display: flex;
  width: fit-content;
  animation: scroll 20s linear infinite;
  align-items: center;
}

.small-logo {
  height: 60px;
  width: auto;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.brands-slider {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  /*
  background-color: #fff; */
  padding: 20px 0;
}

.brands-track {
  display: inline-block;
  white-space: nowrap;
  animation: scrollLeft 20s linear infinite;
}

.small-logo {
  height: 60px;
  margin: 0 20px;
  vertical-align: middle;
}

@keyframes scrollLeft {
  from {
    transform: translateX(80%);
  }

  to {
    transform: translateX(-100%);
  }
}

.brands-track:hover {
  animation-play-state: paused;
}

.categories1 {
  font-size: 40px;
  font-weight: 700;
  color: #2895d0;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.categories-carousel-wrapper {
  position: relative;
}

.categories-carousel {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  overflow-x: hidden;
}

.categories-carousel::-webkit-scrollbar {
  display: none;
}

.category-card {
  background-color: #fff !important;
  padding: 20px;
  border: none;
  min-width: calc(33.333% - 20px);
  flex-shrink: 0;
}

.swiper-slide.category-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  
  cursor: grab;
}

.home-kitchen-wrapper .equipments-for {
  font-size: 0.875rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0.5rem 0 1rem;
}

.view-more-btn {
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.1s;
  color: #000;
  border: groove;
  border-color: #ff9900;
  border-radius: 5px;
  border-width: thin;
  padding: 10px;
}

.view-more-btn:hover {
  text-decoration: none;
  background-color: #ff9900;
  border: none;
  color: white;
}

.card-image {
  max-height: 120px;
  width: 100%;
  object-fit: contain;
}

.BtnImgProduct_scroll {
  background-color: transparent !important;
  color: #243746 !important;
  font-size: 14px !important;
  border: none !important;
  box-shadow: none !important;
}

#closePopupBtn {
  span {
    font-size: 24px;
    background: #243746;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 100px;
    cursor: pointer;
  }
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 1px solid;
  background-color: transparent !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #2895d0;
  z-index: 10;
  border-radius: 100px;
}
.arrow:hover {
  background: #2895d0 !important;
  color: white !important;
  border: none;
}
.arrow:active {
  background: #2895d0 !important;
  color: white !important;
  border: none;
}

.arrow.left {
  left: -10px;
}

.arrow.right {
  right: -10px;
}

.arrow:hover {
  background-color: #2994d0;
}

/* ================================
        Best Sellers Section
      ================================ */

.best-sellers {
  background-color: white;
  padding: 40px 0px !important;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.seller-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.seller-top-line {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #555;
}

.seller-bottom-line {
  color: #febd69;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
}

.best-sellers-carousel-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.best-sellers-carousel {
  display: flex;
  transition: transform 0.4s ease;
  overflow-x: hidden;
  gap: 20px;
  padding-bottom: 10px;
}

.best-sellers-carousel .item {
  flex: 0 0 100%;
  height: 500px;
  overflow: hidden;
}

.best-sellers-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2994d0;
  color: #fff;
  border: none;
  border-radius: 15%;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s;
  padding: 0.5rem 0.8rem;
}

.bs-arrow:hover {
  background-color: #2994d0;
}

.bs-arrow.bs-arrow-left {
  left: 10px;
}

.bs-arrow.bs-arrow-right {
  right: 10px;
}

@media (max-width: 768px) {
  .category-card {
    min-width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .category-card {
    min-width: calc(100% - 20px);
  }
}

@media (max-width: 768px) {
  .brand-title {
    font-size: 1.2rem;
  }

  .brand-subtitle {
    font-size: 0.75rem;
  }
}

/* ================================
       partner-logos section 
      ================================ */

.partner-logos {
  background-color: #f4f4f4;
  padding: 80px 0;
}

.partner-title {
  text-align: center;
  margin-bottom: 30px;
  color: #777;
}

.partner-top-line {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  color: #555;
}

.partner-bottom-line {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2994d0;
}

.small-logo {
  max-height: 60px;
  object-fit: contain;
  margin: 0 15px;
  width: 100px;
}

.logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* ================================
       Solutions Section 
      ================================ */

.solutions-section {
  position: relative;
  width: 100%;
  min-height: 600px;
  font-family: "Inter", sans-serif;
  color: #fff;
}

.solutions-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("images/bgi.jpg") center center / cover no-repeat;
  z-index: 1;
}

.solutions-overlay {
  position: relative;
  z-index: 2;
  margin-bottom: -20px;
  display: flex;
  flex-direction: row;
  min-height: 600px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.solutions-menu {
  padding: 20px;
  min-width: 200px;
  border-radius: 8px;
  margin-right: 20px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  height: 100%;
}

.solutions-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solutions-menu li {
  padding: 12px 0;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
  transition: color 0.3s, background-color 0.3s;
}

.solutions-menu li:hover {
  color: #2994d0;
}

.solutions-menu li.active {
  font-size: 34px;
  font-weight: 500;
}

.solutions-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.solutions-label {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content-section {
  display: none;
}

.content-section.active {
  display: block;
}

.solutions-heading {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.solutions-description {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 600px;
  margin-bottom: 20px;
}

.solutions-btn {
  display: inline-block;
  background-color: #2994d0;
  color: #fff;
  border: none;
  font-size: 1rem;
  padding: 12px 24px;
  border-radius: 8px;
  width: 18%;
  cursor: pointer;
  transition: background-color 0.3s;
  text-transform: capitalize;
}

.solutions-btn:hover {
  background-color: #2994d0;
}

@media (max-width: 768px) {
  .solutions-overlay {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .solutions-menu {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .solutions-btn {
    width: auto;
  }
}

/* ================================
       Footer Section
        ================================ */

.newsletter-section {
  background-color: #2895d0;
  color: #fff;
  padding: 80px 0px;
}

.btn-newsletter {
  .btn-warning {
    height: 48px;
    border-radius: 8px;
    width: 136px;
    background-color: #ffb75a;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
  }
}

.newsletter-label {
  font-size: 16px;
  text-transform: capitalize;
}

.newsletter-subtext {
  font-size: 16px !important;
  color: white !important;
  text-transform: capitalize;
  font-weight: 300;
}

.newsletter-heading {
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 700;
}

.email-input-section {
  position: relative;

  .email-input {
    position: absolute;
    top: 17px;
    left: 20px;
  }

  input {
    padding-left: 45px;
  }

  input::placeholder {
    color: #2895d0;
  }
}

.input-newsletter {
  height: 48px;
}

.newsletter-icon {
  width: 30px;
  height: 30px;
}

.newsletter-heading {
  color: #fff;
}

.newsletter-subtext {
  color: #ccc;
}

.newsletter-form .form-control,
.newsletter-form .form-select {
  border: none;
}

.newsletter-form .form-control:focus,
.newsletter-form .form-select:focus {
  box-shadow: none;
  outline: none;
}

.newsletter-button {
  background-color: #febd69;
  border: none;
  color: #000;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.newsletter-button:hover {
  background-color: #febd69;
}

.social-icon {
  width: 30px;
  height: 30px;
}

#cartCountBadge {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0;
  margin: -10px;
  position: relative;
  left: 8px;
}

.start-100 {
  left: 86% !important;
}

.top-0 {
  top: 1 !important;
}

/* === Footer  === */
.site-footer {
  background-color: #243746;
  color: #ffffff;
  font-size: 0.95rem;
  padding: 50px 0px;
}

.icon-email {
  margin-right: 15px;
}

.text-desc {
  font-size: 14px;
}

.text-desc-footer {
  font-size: 12px;
}

.contact-number {
  font-size: 22px;
  font-weight: 700;
}

.site-footer a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer h5 {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.site-footer a:hover {
  text-decoration: underline;
}

.footer-brand {
  position: relative;
  top: -160px;
}

.footer-brand .footer-logo {
  max-width: 180px;
  height: auto;
  margin-bottom: 1rem;
}

.footer-brand p.brand-subtitle {
  color: #eeeeee;
  margin-bottom: 1rem;
}

.footer-brand address,
.footer-brand a {
  display: block;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-style: normal;
}

/* === Column Headings === */
.footer-heading,

/* === Lists === */
.list-unstyled.footer-list {
  padding-left: 0;
  list-style: none;
}

.list-unstyled.footer-list li {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.list-unstyled.footer-list li a {
  color: #ffffff;
}

.list-unstyled.footer-list li a:hover {
  color: #ffca2c;
}

/* === Payment Icons === */
.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.card-block {
  padding: 10px;
}

.payment-icons img {
  height: 30px;
  width: auto;
}

/* === Bottom Section === */
.footer-bottom {
  background-color: #2994d0;
  color: #000000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-bottom small,
.footer-bottom .list-inline a {
  color: #555555;
  font-size: 0.85rem;
}

.footer-bottom .list-inline a {
  margin-left: 1rem;
}

.footer-bottom .list-inline a:hover {
  color: #2994d0;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .footer-brand,
  .payment-icons {
    justify-content: center;
    position: static;
    display: block;
  }

  .footer-brand address,
  .footer-brand a {
    margin: 0.25rem 0;
  }
}

/* ================================
           Product list page
      ================================ */
/* =========== TOP BANNER =========== */

.toggle-icon {
  transition: transform 0.2s ease;
}

.category-toggle:not(.collapsed) .toggle-icon {
  transform: rotate(-180deg);
}

.blue-banner {
  background-color: #2994d0;
  position: relative;
  overflow: hidden;
  color: white;
}

.blue-banner .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 50%;
  display: flex;
  align-items: center;
}

.blue-banner .banner-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.breadcrumb-container .breadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0;
}

.breadcrumb {
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb-item a {
  color: #333333;
}

.breadcrumb .active {
  color: #2895d0;
}

#breadcrumb_list_product .breadcrumb-item a {
  color: white !important;
}

.breadcrumb-container .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #ffffff;
  margin: 0 5px;
}

.lead {
  font-size: 14px;
}

.category-title {
  font-size: 3.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #ffffff;
  text-align: left;
}

.category-description {
  margin-top: 10px;
  font-size: 1rem;
}

.header-content-right {
  flex: 0 0 auto;
  max-width: 443px;
  text-align: right;
  position: relative;
  top: -18px;
  left: 2px;
  margin-bottom: -38px;
}

.category-dynamic-image {
  max-width: 104%;
  height: auto;
}

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

@media (max-width: 768px) {
  .blue-banner .banner-image {
    position: unset;
    max-width: 100%;
  }
}

/* =========== MAIN CONTENT WRAPPER =========== */
.main-content-wrapper {
  margin-bottom: 40px;
}

.left-column {
  margin-bottom: 20px;
}

/* =========== FILTERS SECTION =========== */
.filters-block {
  background-color: white;
  border-radius: 0px;
  border: 1px solid rgba(5, 87, 142, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}

.filters-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.filtre-icon {
  width: 20px;
  position: relative;
  top: -7px;
  margin-right: 10px;
}

.filter-section {
  margin-bottom: 20px;
}

.filter-section h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.underline {
  width: 100%;
  background-color: rgba(5, 87, 142, 0.12);
  height: 1px;
  position: relative;
  margin: 10px 0px;

  .underline_blue {
    position: absolute;
    top: -2px;
    width: 30%;
    height: 3px;
    background-color: #2895d0;
  }
}

.price-filter-container {
  h6 {
    font-weight: 600;
    text-transform: capitalize;
  }

  .price-filter {
    width: 400px;
  }

  .price-input {
    width: 100%;
    display: flex;
  }

  .price-input .filter-price-value {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
  }

  .filter-price-value {
    .input-min {
      text-align: start;
    }

    .input-max {
      text-align: end;
    }
  }

  .filter-price-value input {
    color: #2895d0;
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    text-align: center;
    border: none;
    -moz-appearance: textfield;
    font-weight: 600;
    background-color: transparent;
  }

  .slider {
    height: 5px;
    position: relative;
    background: #f2f3fb;
    border-radius: 5px;
  }

  .slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: #2895d0;
  }

  .range-input {
    position: relative;
  }

  .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: white;
    border: 1px solid #b6b6b6;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }

  input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: 2px solid #bababa !important;
    border-radius: 50%;
    background: white !important;
    pointer-events: auto;
    -moz-appearance: none;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }
}

.price-range {
  display: inline-block;
  font-size: 0.9rem;
  background: #e9ecef;
  padding: 3px 8px;
  border-radius: 4px;
}

.category-sub-menu {
  list-style: none;
  padding-left: 1rem;
}

.category-sub-menu li {
  margin: 0.5rem 0;
}

.collapse_link {
  font-size: 14px;
  color: #758599;
}

.category-toggle {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-toggle::after {
  transition: transform 0.3s ease;
}

.category-toggle.collapsed::after {
  transform: rotate(-90deg);
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-width: thin;
  border-color: #758599;
  background-color: #dfdfdf;
}

/* =========== PRODUCT LISTING =========== */
.products-top-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.results-info {
  font-size: 1rem;
}

.search-container {
  display: flex;
  align-items: center;
  position: relative;
}

.search_button {
  margin-right: 8px;
  cursor: pointer;
}

.searchtoggle {
  flex: 1;
}

.search_query {
  width: 100%;
  padding: 6px;
}

.products-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.showing-results {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

.sort_option {
  color: #758599;
  background-color: transparent;
  border: none;
  text-transform: capitalize;
}

.sort-by-section {
  display: flex;
  justify-content: center;
  flex: 1;
}

.sort-by-parent {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sort-by {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.featured-parent {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #758599;
}

.featured {
  font-size: 16px;
}

.chevron-down-icon {
  width: 16px;
  height: 16px;
}

.search-container {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 8px 12px;
  background-color: #f5f7fa;
  width: 300px;
  justify-content: flex-end;
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #333;
}

.search-input::placeholder {
  color: #999;
}

.search-any-product-here-parent {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.search-any-product {
  font-size: 14px;
  color: #758599;
  flex-grow: 1;
}

.search-sm-icon {
  width: 22px;
  height: 22px;
}

/* =========== PRODUCT GRID =========== */
.product-card {
  background: white;
  padding: 20px;
  border: 1px solid rgba(5, 87, 142, 0.2);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

  .logo-brand {
    height: 21px;
    object-fit: contain;
  }
}

.transition-carousel {
  transition: transform 0.5s ease-in-out;
}

.product-container {
  padding: 16px;
  height: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
}

/* Product List */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.product-card:hover {
  transform: translateY(-5px);
}

#product-list-bg {
  background-color: white;
}

.image-container-product {
  height: 170px;
  justify-content: center;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.product-image {
  width: 100%;
  height: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0px;
}

.brand {
  font-size: 14px;
  color: #888;
}

.reference {
  font-size: 14px;
  line-height: 150%;
  color: #758599;
  font-weight: 500;
}

.product-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  height: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wishlist-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dadada;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  color: #dadada;
  cursor: pointer;

  button {
    border: 1px solid #dadada;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #dadada;
    background-color: white;
  }

  button:hover {
    width: 100%;
    height: 100%;
    border: 1px solid #ff6a6a;
    color: #ff6a6a;
  }

  .wishlist-btn .selected {
    color: #ff6a6a;
    transition: all 0.2s ease;
  }
}

.wishlist-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#wishlist-icon-card {
  width: 35px;
  height: 35px;

  button {
    height: 100%;
    width: 100%;
    padding: 0px;
  }
}

.price-container {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.current-price {
  font-size: 18px;
  font-weight: 700;
  color: #2994d0;
}

.old-price {
  font-size: 15px;
  color: #bbb;
  text-decoration: line-through;
}

.buttons-container {
  text-align: center;
}

.view-details-btn {
  background-color: #2994d0;
  color: #fff;
  border: none;
  border-radius: 100px;
  height: 40px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.view-details-btn:hover {
  background-color: #2994d0;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px !important;

    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 1185px;
  }
}

/* =========== PAGINATION =========== */

.page-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 5px 0;
  justify-content: center;
}

.page-list li {
  margin: 0 5px;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.current {
  border: none !important;
}

.page-list li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.pagination .page-list li {
  cursor: pointer;
  padding: 6px 10px;
  background-color: #ffffff;
  border-radius: 20px;
  border: groove;
  border-width: thin;
  border-color: lightgrey;
}

.page-list li.current a {
  color: white;
}

.pagination .page-list li.current {
  background-color: #2994d0;
}

/* ================================
           Product detail page
      ================================ */

.custom-product-page {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 40px;
}

.logo-brand-detais-product {
  max-height: 52px;
  object-fit: contain;
}

.product-left-column {
  text-align: center;
}

.product-main-image-wrapper {
  border: 1px solid rgba(5, 88, 142, 0.22);
  position: relative;
  height: 441px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;

  img {
    width: 100%;
    object-fit: contain;
  }
}

.product-main-image {
  height: 100%;
  width: 100%;
}

.product-main-image:hover {
  cursor: zoom-in;
}

.scroll-box-arrows {
  margin-top: 10px;
}

.scroll-box-arrows i {
  cursor: pointer;
  font-size: 24px;
  color: #555;
  transition: color 0.3s;
}

.scroll-box-arrows i:hover {
  color: #2994d0;
}

.thumbnail-container {
  padding: 3px;
}

.thumbnails-row {
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: relative;
}

.disabled_btn_details_product {
  background-color: #9eadb5;
}

.disabled_btn_details_product:hover {
  background-color: #9eadb5 !important;
  cursor: no-drop;
}

.thumbnails-row:hover {
  overflow-x: auto;
}

.popupAjout {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  z-index: 9998 !important;
  height: 100% !important;
  overflow-x: auto !important;
 }

 
 #popupMainImageContainer img {
  cursor: -webkit-grab;
}




.popup-content {
  background-color: white;
  max-height: 90% !important;
}
.swiper-wrapper{
  display: flex;
  align-items: center;
}
.product_main_popup {
  background-color: white;
  padding: 20px;
  position: relative;
  height: 500px !important;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.thumbnails-row {
  .swiper-slide {
    width: fit-content !important;
    height: 80px;
    opacity: 0.4;
  }
}
#popupMainImageContainer{
  overflow: hidden;
  height: 100%;
}
.thumbnail-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 15px;
  position: relative;

  .arrow {
    top: 50% !important;
  }
}

.thumbnail-img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  object-fit: cover;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: transform 0.3s;
}

.swiper-slide-thumb-active{
.thumbnail-img {
  border: 1px solid #2994d0 !important;
}

}
.thumbnail-img:hover {
  border-color: #2994d0;
}

.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.swiper-slide-active{
  opacity: 1 !important;
}
.thumbnail-scroll{
  overflow: hidden;
}


.product-right-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f2f7fc;
  padding: 30px !important;
}

.productpage_title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.brand-and-reference {
  margin-bottom: 1rem;
  line-height: 1.6;

  .infos {
    text-transform: uppercase;
    font-size: 14px;

    .label {
      font-weight: 600;
      color: black;
    }

    .detais {
      font-weight: 300;
      color: #758599;
    }
  }
}

.product-additional-fields {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.product-additional-fields .label {
  font-weight: 600;
  margin-right: 4px;
}

.product-actions {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
}

.product-price-label {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-right: 8px;
}

.product-price-amount {
  font-size: 1.75rem;
  color: #2994d0;
  font-weight: 700;
  margin-right: 8px;
}

.quantity-container {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
}

.quantity-container input[type="number"] {
  margin-right: 10px;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
  border-radius: 100px;
  border: none;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
}

.add-to-cart-btn {
  color: #fff;
  border: none;
  border-radius: 100px;
  height: 40px;
  font-weight: 500;
  background-color: #2994d0;
  padding: 3px 24px;
}

.item {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #323232;
}

.add-to-cart-btn:hover {
  background-color: #2386be;
}

@media (max-width: 768px) {
  .productpage_title {
    font-size: 1.5rem;
  }

  .product-left-column {
    padding: 0px;
    margin-bottom: 0px !important;
  }

  .thumbnails-row {
    margin-bottom: 15px;
  }
}

.product-tabs {
  background-color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid rgba(5, 88, 142, 0.22);
}

.nav-tabs .nav-link {
  font-weight: 500;
  color: #555;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}

.nav-link.active {
  border: none !important;
  border-bottom: 2px solid #007bff !important;
  background-color: transparent !important;
  color: #007bff !important;
}

.nav-tabs .nav-link.active {
  font-weight: 600;
}

.nav-tabs .nav-item {
  display: flex;
}

.tab-content {
  padding: 20px;
}

.title-fiche {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

.table-product-details {
  border: 1px solid rgba(5, 88, 142, 0.22);
}

.table-product-details tr:nth-child(odd) {
  td {
    background: #f2f7fc !important;
  }
}

.write-review-btn {
  float: right;
  background-color: #2994d0;
  border: none;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 100px;
  cursor: pointer;
  transition: background-color 0.3s;

  img {
    margin-right: 5px;
  }
}

.write-review-btn:hover {
  background-color: #2994d0;
}

/* Related Products */
.product-accessories {
  border-radius: 8px;
  margin-bottom: 20px;
}

.btn-carousel {
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background-color: #2895d0;
  color: white;
}

.btn-carousel:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.products-section-title .title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  color: #2895d0;
}

.accessories-grid {
  row-gap: 20px;
}

.accessory-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
}

.accessory-card img {
  max-width: 35%;
  border-radius: 4px;
  margin-bottom: 10px;
  align-self: center;
}

.accessory-title {
  font-weight: 600;
  margin-bottom: 5px;
  display: flex;
}

.accessory-price {
  color: #2994d0;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
}

/* Review Prompt */
.review-prompt {
  background-color: #fff;
  border-radius: 8px;
  padding: 80px;
  text-align: center;

  .review-content {
    border: 1px solid rgba(5, 88, 142, 0.22);
    padding: 50px;
  }
}

.review-title {
  font-size: 40px;
  font-weight: 700;
}

.review-subtitle {
  font-size: 14px;
  color: #777;
  font-weight: 600;
}

.review_action {
  color: #2994d0;
}

.review-buttons a {
  display: inline-block;
  margin: 0 10px;
  padding: 8px 16px;
  border-radius: 100px;
  color: #fff;
  background-color: #2895d0;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.register_action {
  background-color: transparent !important;
  border: 1px solid #2284bd;
  color: #2994d0 !important;
}

.review-buttons a:hover {
  background-color: #2284bd !important;
  color: white !important;
}

.Register-btn {
  background-color: #28a745 !important;
}

.Register-btn:hover {
  background-color: #218838 !important;
}

.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 3.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* ================================
           Cart page
      ================================ */

.cart-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 60px 0px;
}

.cart-header {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2895d0;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  margin-right: 0px;
  margin-right: 10px;
}

.cart_section {
  border: 1px solid rgba(5, 88, 142, 0.22);
}

.cart_block_list_cart {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(5, 88, 142, 0.22);

  .cart-image {
    img {
      height: 180px;
      object-fit: contain;
    }
  }

  .remove-from-cart {
    button {
      font-size: 12px;
      padding: 10px 20px;
    }
  }

  .cart-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    .product-name {
      height: fit-content;
    }

    .brand-img {
      img {
        height: 20px;
      }
    }

    .stock_availability {
      font-size: 12px;
    }

    .product-name {
      font-size: 24px;
    }

    .details_card_description {
      font-size: 12px;
    }

    .element_desc {
      font-size: 12px;
    }

    .product-price {
      font-size: 20px;
      color: #2895d0;
      font-weight: 600;
      display: flex;
      align-items: center;
      margin-left: 10px;
    }
  }
}

.number-input {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 120px;
}

.number_input_bg {
  background-color: white !important;
}

.number-input input {
  text-align: center;
  font-size: 14px;
  width: 100%;
  border-radius: 100px;
  background-color: #f2f7fc;
  font-weight: 600;
  border: none;
  padding: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.number-input button {
  position: absolute;
  border: none;
  background: transparent;
  font-weight: 600;
}

.decrement {
  left: 10px;
}

.increment {
  right: 10px;
}

.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-container .tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  white-space: wrap;
  width: 100%;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  font-size: 10px;
}

.tooltip-container .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.cart-item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0;
}

.btn_action {
  button {
    font-size: 10px;
    padding: 6px 15px;
    text-transform: capitalize;
    font-weight: 600;
  }

  .bi-pencil-square {
    color: white;
  }

  .delete {
    background: white;
    border: 1px solid #ffb75a;
    color: #000000;
    padding: 6px;
  }

  .delete:hover {
    background: #ffb75a;
    color: white;
  }
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-img {
  max-width: 80px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.cart-item-details {
  flex: 1;
  margin-left: 15px;
}

.cart-item-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.cart-item-quantity input[type="number"] {
  width: 60px;
  margin-right: 5px;
  text-align: center;
}

.cart-item-price {
  white-space: nowrap;
}

.cart-item-discount,
.cart-item-regular {
  font-size: 0.9rem;
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
}

.cart-summary {
  background-color: #fff;
  border-top: 1px solid rgba(5, 88, 142, 0.22);
  border-radius: 0px;
  padding: 20px;
  height: fit-content;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgba(5, 88, 142, 0.22);
  border-bottom: none;
  padding: 5px;
  font-size: 1rem;
}

.border-bottom {
  border-bottom: 1px solid rgba(5, 88, 142, 0.22);
}

.summary-label-total {
  font-weight: 600;
}

.summary-label {
  font-size: 14px;
  color: #758599;
}

.summary-value {
  font-weight: 600;
}

.summary-total {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
}

.checkout-btn {
  width: 100%;
  padding: 10px;
  background-color: #2994d0;
  border: none;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
}

.checkout-btn:hover {
  background-color: #2994d0;
}

.continue-shopping {
  display: inline-block;
  color: #2994d0;
}

.continue-shopping:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .cart-item-details {
    margin-left: 0;
    margin-top: 10px;
  }

  .cart-item > * {
    margin-bottom: 10px;
  }
}

/* ================================
           Cart popup
      ================================ */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

/* Cart Popup container */
#cartPopup {
  position: absolute;
  top: 65px;
  right: 250px;
  width: 460px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.top-block-cart {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.toggle-title {
  font-weight: 700;
  font-size: 20px;
  color: #2895d0;
}

.cart-items-count {
  margin-left: 5px;
  font-size: 14px;
  color: #323232;
  font-weight: 600;
}

.continue-shopping {
  font-size: 0.9rem;
  color: #2994d0;
  text-decoration: none;
  font-weight: 500;
}

.continue-shopping:hover {
  text-decoration: underline;
}

.cart_block_top_detail {
  background-color: #f2f7fc;
  padding: 20px;
}

/* Cart Items Container */
.cart_block_list {
  max-height: 240px;
  overflow-y: auto;
}

.cart-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-image img {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  background-color: white;
  margin-right: 10px;
}

.cart-info {
  flex: 1;
  padding-left: 10px;

  .brand-img {
    img {
      height: 14px;
      object-fit: contain;
    }
  }

  .product-name {
    font-size: 14px;
  }

  .stock_availability {
    font-size: 12px;
    color: #ffb75a;
  }

  .details {
    font-size: 12px;

    .details_card_description {
      text-transform: uppercase;
      font-weight: 600;
    }

    .element_desc {
      font-weight: 300;
      color: #758599;
    }
  }
}

.product-name {
  font-weight: 600;
}

.product-quantity,
.product-price {
  font-size: 0.9rem;
  margin-right: 5px;
  color: #666;
}

.remove-from-cart {
  color: #dc3545;
  text-decoration: none;
  font-size: 1.2rem;
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Totals & Payment Methods */
.cart-summary {
  background-color: #fff;
  border-top: 1px solid rgba(5, 88, 142, 0.22);
  margin-top: 0px;
  padding: 20px;
}

.summary {
  font-size: 20;
  font-weight: 600;
  padding: 20px 0px 10px;
  border-top: 1px solid rgba(5, 88, 142, 0.22);
}

.cart-summary-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin: 5px 0;

  .label {
    color: #758599;
  }

  .value {
    font-weight: 600;
    font-size: 14px;
  }
}

.cart-total {
  font-weight: 700;
  border-bottom: 1px solid #eee;
  color: black !important;
  font-size: 1rem;
  padding-bottom: 10px;
}

.payment-methods {
  margin-top: 10px;
}

.payment-text {
  font-size: 0.9rem;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.pay-icons img {
  height: 25px;
  object-fit: contain;
  margin-right: 8px;
}

/* Checkout button */
.checkout_section {
  display: flex;
  justify-content: center;
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 15px;
}

.checkout_button {
  background-color: #2994d0;
  color: #fff;
  border: none;
  padding: 15px 0;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout_button:hover {
  background-color: #2994d0;
}

.cart_block_list::-webkit-scrollbar {
  width: 6px;
}

.cart_block_list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.row > * {
  flex-shrink: 0;

  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* ================================
         Mega menu
      ================================ */

.left-panel {
  max-width: 300px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
}

.collapse-btn {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  color: #2994d0;
  padding: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0.5rem;
}

.collapse-btn:hover {
  text-decoration: underline;
}

.collapse-btn .material-icons {
  font-size: 1.2rem;
}

.collapse-content {
  margin-top: 10px;
  text-transform: capitalize;
}

/* List Group Styles */
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  border: none;
  padding: 0.5rem 0;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.list-group-item:hover,
.list-group-item.active {
  background-color: #f0f0f0;
}

.arrow-right {
  color: #666;
  font-size: 1.2rem;
}
.arrow-right-web{
  color: white !important;
  transition: transform 0.2s ease;
}

.arrow-right-web.rotate {
  transform: rotate(90deg);
}


.mega-menu-section {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 47px;
  z-index: 999;
}

.mega-menu {
  display: none;

  padding-top: 9px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.mega-menu:hover {
  display: block;
}

.sub-sub-img img {
  width: 100%;
  object-fit: contain;
}

.sub-sub-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-sub-list li {
  margin: 4px 0;
  cursor: pointer;
}

/* Middle panel wrapper  */
.mega-middle {
  padding: 0 16px;
  text-transform: capitalize;
  border-right: 1px solid #eee;
}

.sub-cat-list .arrow-right {
  color: #333;
  font-size: 1.2rem;
  margin-left: 8px;
}

/* Title */
.sub-cat-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #131827;
}

/* The sub-cat list */
.sub-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-cat-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 8px 10px;
  font-size: 1rem;
  color: #333;
}

.sub-cat-list li:last-child {
  border-bottom: none;
}

li.nav-item:hover > .mega-menu-section {
  display: block;

  .mega-menu {
    display: block;
  }
}

.mega-menu .d-flex {
  display: flex;
}

.mega-left {
  border-right: 1px solid #eee;
}

.mega-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-left ul li {
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mega-left ul li:hover,
.mega-left ul li.active {
  background-color: #f0f0f0;
}

/*  Subcategories */
.mega-right {
  padding-left: 20px;
  text-transform: capitalize;
}

.mega-right h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.mega-right ul {
  list-style: none;
  padding: 0px;
}

.mega-right ul li {
  padding: 6px 8px;
  cursor: pointer;
}

.mega-right ul li:hover {
}

.sub-cat-list li:hover {
  background-color: #f0f0f0;
}

.sous_categorie {
  color: black !important;
}

.image-mega-menu img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  display: flex;
  justify-content: center;
}

.toggle-btn {
  background: #f0f0f0;
  border: none;
  padding: 8px 12px;
  margin-right: 5px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 4px;
}

.toggle-btn.active {
  background: #2994d0;
  color: white;
}

@media (max-width: 992px) {
  .mega-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 10px;
    border-top: 1px solid #ddd;
  }

  .mega-left,
  .mega-right {
    width: 100%;
    border-right: none;
    padding: 5px 0;
  }

  .mega-menu .d-flex {
    flex-direction: column;
  }
}

/* ================================
           Login page
       ================================*/
.login-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  max-width: 400px;
}

.login-card h2 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.btn-login {
  width: 100%;
  font-weight: 600;
  padding: 0.75rem;
}

.links {
  text-align: center;
  margin-top: 1rem;
}

.links a {
  text-decoration: none;
  color: #2994d0;
  font-size: 0.9rem;
  margin: 0 5px;
}

.links a:hover {
  text-decoration: underline;
}

/* ================================
           Register page
       ================================*/

.register-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-card {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
}

.register-card h2 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.btn-register {
  width: 100%;
  font-weight: 600;
  padding: 0.75rem;
  position: relative;
  top: 10px;
}

.login-link {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.9rem;
}

.login-link a {
  text-decoration: none;
  color: #2994d0;
}

.login-link a:hover {
  text-decoration: underline;
}

/* ================================
           Best-sellers page
       ================================*/

.bestsellers-section {
  padding: 40px 20px;
  text-align: center;
  background-color: #f1f7fd;
}
#bestSellersCarousel{
  overflow: hidden !important;
}
.bestSellersCarouselImage{
  cursor: grab;
}
.tree_image{
  z-index: 10;
}
.bestsellers-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #2994d0;
}

.category_card_Best_Seller{

  background: white !important;
  padding: 5px;
  margin-bottom: 20px;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.category_card_Best_Seller:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cat-title {
  font-size: x-large;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}

.product-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

.detail-product-row {
  padding: 3%;
}

.detail-product-row:hover {
  cursor: pointer;
  .product-col{
    border-color: #243746 !important;
  }
}

.product-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid rgba(5, 87, 142, 0.2);
}

.product-img {
  width: 100%;
  height: 180px;
  padding: 5px;
  object-fit: contain;
}

.product-text {
  font-size: 14px;
  color: #555;
  width: 100%;
  display: block;
  padding: 0px 5px;
  text-transform: uppercase;
}

.category-card-best-sellers {
  position: relative;
  border-radius: 16px;
  background-color: #fff;
  border: 0.7px solid rgba(5, 88, 142, 0.22);
  padding: 24px;
  text-align: center;
  font-family: Inter;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}

.best-bottom-line {
  color: #2994d0;
  letter-spacing: 6px;
  font-size: xxx-large;
  font-weight: 900;
  text-transform: uppercase;
}

.view-more-link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  color: #000000;
  font-weight: 300;
  border: groove;
  border-color: #ff9900;
  border-radius: 9px;
  border-width: thin;
  padding: 7px 17px;
}

.view-more-link:hover {
  background-color: #ff9900;
  color: white;
}

.view-more-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#thumbnailsContainer {
  scroll-snap-type: x mandatory;
  padding-bottom: 5px;
}

.thumbnail-container {
  flex: 0 0 auto;
  scroll-snap-align: start;
  width: 70px;
  height: 70px;
  position: relative;
}

.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 8px;
}

.thumbnail-img.active {
  border-color: #007bff;
}

.overlay-count {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .product-col {
    width: 50%;
  }

  .category-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .product-col {
    width: 100%;
  }
}

/* responsive cart */

@media (max-width: 768px) {
  .remove-from-cart {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
    margin-left: 0px;
  }
}

/* responsive detais product */

@media (max-width: 768px) {
  .top-section .products-section-title h2 {
    font-size: 14px;
  }

  .btn-carousel {
    padding: 0 3px;
  }

  .product-price-label {
    font-size: 18px;
  }

  .review-prompt {
    border-radius: 0;
    padding: 10px;
  }

  .product-tabs {
    margin-top: 0;
  }

  .blue-banner {
    padding-bottom: 0px !important;
  }

  .header-nav .navbar-nav .nav-link {
    color: black !important;
  }

  .bg-dark {
    background-color: white !important;
  }

  .offcanvas-body {
    background-color: white;
    color: black;
  }

  .header-nav .container {
    padding-right: 0;
    padding-left: 5px;
  }

  .header-section .logo {
    display: flex;
    align-items: center;
  }

  .border-solution {
    background: #737373;
    height: 1px;
    width: 100%;
  }

  .icon-paiement {
    img {
      height: 24px !important;
      object-fit: contain;
    }

    display: flex;
    justify-content: start !important;
    margin-bottom: 10px;
  }

  .nav-tabs .nav-item {
    padding: 10px;
  }

  .offcanvas-body {
    overflow-y: auto;
  }

  .mega-menu-section {
    position: unset;
  }

  .header-nav .navbar-nav .nav-link {
    width: 100%;
  }

  .header-nav .navbar-nav .nav-link:hover {
    background-color: #f6f6f6;
    padding-left: 10px;
  }

  #cartPopup {
    right: 0;
    width: 100%;
  }

  .checkout_button {
    padding: 15px 50px;
  }

  .remove-from-cart {
    display: flex;
  }

  .icons {
    .icon-circle {
      margin-right: 10px !important;
    }

    .user {
      margin-right: 5px !important;
    }
  }

  .add-to-cart-btn {
    font-size: 14px;
  }

  .write-review-btn {
    margin: 0.5rem;
    display: flex;
    justify-content: center;
  }

  .top-block-cart .toggle-title {
    font-size: 18px;
  }

  .cart-header {
    font-size: 18px;
  }

  .review-content {
    padding: 30px 0px !important;
  }

  .review-buttons a {
    padding: 8px 13px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .partner-logos {
    padding: 40px 0px;
  }

  .btn_action_panier {
    justify-content: end !important;
  }

  .btn_action_panier button:first-child {
    margin-right: 10px;
  }

  .solutions-menu {
    display: flex;
    justify-content: center;
  }

  .icon_cercle_wishlist_heart {
    display: none;
  }

  #navCategories {
    display: flex;
    flex-direction: column !important;
  }

  .popup-content{
    height: fit-content !important;;
  }
  
    .product_main_popup{
      height: 70% !important;
    }
}

@media (hover: hover) and (pointer: fine) {
  .arrow:hover {
    color: white !important;
  }
}




