#products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1%;
  scrollbar-width: none;
  position: relative;
}

.card-product {
  width: 24%;
  margin-bottom: 0 !important;
}

.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: 0 0 10px 0;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-product .culoare {
  width: 15px;
  height: 15px;
  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 #0aad0a;
}

.card-product .culoare.selected {
  outline: 1px solid #0aad0a;
}

.inactive {
  position: none;
  opacity: 0;
}

.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: 991px) {
  .card-product {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .card-product {
    width: 49%;
  }
  .card-product .card-body {
    padding: 10px 0;
  }
}

@media (max-width: 500px) {
  .card-product .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
}
/*# sourceMappingURL=magazin.css.map */