:root {
  --primary: #016fff;
  --fc-accordion-active-color: #dc632d;
}

:root {
  --fc-link-color-rgb: 108, 153, 159;
  --fc-link-hover-color-rgb: 108, 153, 159;
}

/* a {
    color: rgb(var(--fc-link-color-rgb)) !important;
} */

a:hover {
  color: rgb(var(--fc-link-hover-color-rgb)) !important;
}

:root {
  --fc-nav-pills-link-active-bg: rgb(108 153 159);
  --fc-nav-pills-link-active-color: white;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: rgb(108 153 159);
  color: white;
}

.nav-link:focus,
.nav-link:hover {
  color: rgb(108, 153, 159);
}

.form-check-input:checked {
  background-color: rgb(108, 153, 159); /* sau orice altă culoare RGB dorită */
  border-color: rgb(108, 153, 159);
}

.form-control:focus {
  background-color: #e6f9fc; /* Noua culoare de fundal la focus */
  border-color: rgb(213 241 244); /* Noua culoare de bordură la focus */
  box-shadow: 0 0 0 0.25rem rgba(108, 153, 159, 0.25); /* Noua umbră la focus */
  color: #21313c; /* Culoarea textului la focus, o poți schimba dacă vrei */
  outline: 0;
}

.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 153, 159, 0.25); /* Umbra roșie */
  opacity: 1; /* Poți ajusta opacitatea dacă vrei */
  outline: 0;
}

.form-check-input:focus {
  border-color: rgba(108, 153, 159); /* Culoare roșie pentru bordură */
  box-shadow: 0 0 0 0.25rem rgba(108, 153, 159, 0.25); /* Umbra roșie cu 50% opacitate */
  outline: 0;
}

@font-face {
  font-family: "Baylaurel";
  src: url("/dir/WinterLandByJd-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Baylaurel", sans-serif;
}

body {
  background-color: #d5f1f4;
}

p {
  font-size: 1.2rem;
  line-height: 1.6;
}

h1 {
  font-size: 3.7rem;
  line-height: 1;
}

h2 {
  font-size: 3rem;
  line-height: 1.2;
}

h3 {
  font-size: 2.5rem;
  line-height: 1.2;
}

h4 {
  font-size: 2rem;
  line-height: 1.2;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h6 {
  font-size: 1rem;
  line-height: 1.2;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: var(--fc-breadcrumb-divider, "/");
}

.dropdown-item {
  border-radius: 0 !important;
}

.op-feature-box.selected {
  color: #fff !important;
  background-color: var(--primary);
}

.text-truncate-product {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.accordion-button:not(.collapsed) {
  background-color: inherit !important;
}

.accordion-item {
  border: none;
}

.ribbon {
  position: relative;
}

.ribbon.ribbon-start .ribbon-label {
  top: 10%;
  left: 0;
  right: auto;
  transform: translateX(-5px) translateY(-50%);
  border-top-right-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}

.ribbon .ribbon-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  background-color: var(--bs-ribbon-label-bg);
  box-shadow: var(--bs-ribbon-label-box-shadow);
  color: var(--bs-primary-inverse);
  top: 10%;
  right: 0;
  transform: translateX(5px) translateY(-50%);
}

/* .products-image-background:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .02;
    background: #000;
    pointer-events: none;
} */

#text-preheader p {
  margin-bottom: 0;
}

#text-preheader a {
  color: #fff;
}

/* .text-primary {
    color: var(--primary)!important;
}

.bg-success {
    background-color: var(--primary)!important;
}

.form-control:focus {
    background-color: #fff;
    border-color: #cecece;
    box-shadow: none;
    color: #21313c;
    outline: 0;
} */

.header-filter {
  position: relative;
}

.header-filter:before {
  background: rgba(0, 0, 0, 0.3);
}

.header-filter:after,
.header-filter:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}

.card-product .card-product-action {
  bottom: initial;
  left: initial;
  top: 50%;
  position: absolute;
  transform: none;
}

.card-img-scale .card-img-scale-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  overflow: hidden;
  /* height: 100%; */
  /* width: 100%; */
}

.card-img-scale:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.card-img-scale img {
  will-change: transform;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-shadow {
  box-shadow: 0 30px 30px 0 #3e797f !important;
}

.text-costum {
  color: #3e797f;
}

.text-costum-2 {
  color: #6c999f;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  object-fit: cover;
}

.modal-backdrop {
  z-index: 1019 !important;
}

.offcanvas {
  z-index: 1050 !important; /* Asigură-te că este deasupra altor elemente */
}

.btn-plus {
  background-color: #fef8ea;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.card .position-absolute {
  top: 3%;
  left: 97%;
  transform: translate(-50%, -50%);
}

.bg-card {
  background-color: #b9d5d9;
}

.btn-shop {
  background-color: #b9d5d9;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-link p {
  margin-bottom: 0;
  line-height: 1.5;
}

/* Ascunde săgeata de lângă dropdown */
.dropdown-toggle::after {
  display: none !important;
}
