#navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
}

#products-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  gap: 1%;
  scrollbar-width: none;
  position: relative;
}

.card-product {
  width: 24%;
  min-width: 270px;
}

.card-product .culori {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.card-product .culori-wrapper {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0 10px 0;
  min-height: 40px;
}

.card-product .culoare {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: red;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.card-product .culoare:hover {
  outline: 1px solid blue;
}

.products-contanier {
  position: relative;
}

.products-contanier #slider-third-arrows {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 10;
  width: 100%;
  max-width: calc(100% - 32px) !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.products-contanier #slider-third-arrows i:before {
  font-size: 18px;
  font-weight: 700 !important;
}

@media (max-width: 1199px) {
  .products-contanier #slider-third-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=home.css.map */