.select_forma > label {
  margin-left: auto;
  margin-right: 5px;
  margin-top: 5px;
}

.select_forma_span {
  font-size: 15px;
  text-transform: uppercase;
  color: #575757;
}

.select_forma_select {
  margin-left: auto;
  margin-right: 5px;
  margin-top: 5px;
  width: 30vw;
  background-image: none;
}

.hover-effect-images {
  width: 25vw;
}

.galeri_slider_background_similar {
  background-color: #a5a5a5;
}

.hr_articol {
  height: 1px;
  color: #d4af37;
  background-color: #d4af37;
  border-color: #d4af37;
  margin-bottom: 8px;
}

.hr_articol2 {
  height: 0.25px;
  color: #d4af37;
  background-color: #d4af37;
  border-color: #d4af37;
}

.hr_green {
  height: 0.25px;
  color: #33cc66;
  background-color: #33cc66;
  border-color: #33cc66;
}

.varianta_totala {
  font-weight: bolder;
  background-color: #d4af37;
  color: #000000;
  padding: 3px 5px;
}

.img_texture_selected {
  width: 50vw;
  height: auto;
}

h4 > span {
  color: #d4af37;
  font-weight: bolder;
}

.btn_articol {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 60px;
  margin-bottom: -30px;
  padding: 10px;
  width: 50vw;
  background-color: #000000;
  cursor: pointer;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  font-weight: bolder;
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 0.45s;
  transition-timing-function: ease;
}

.btn_articol:hover {
  background-color: #383838;
}

.product_name_header {
  color: #d4af37;
  font-weight: bold;
  border-radius: 1px;
  font-size: 22px;
}
.product_name_body {
  font-weight: bold;
  border-radius: 1px;
  font-size: 14px;
}

.old_price_articol {
  text-decoration-line: line-through;
  font-size: 14px;
  color: grey;
}

.container_color {
  color: #0b0b0b;
}

.bold_text {
  font-weight: bolder;
  font-size: 15px;
}

.adauga_in_cos_btn {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bolder;
}

.product_img_inbody {
  width: 95%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
}

.product_img_inbody {
  display: flex;
  justify-content: center;
  width: 50vw;
  height: auto;
  margin: 10px auto 20px;
}

.product_small_text {
  font-size: 12px;
  font-style: italic;
}

/* UPLOAD TEXTURE ADMIN PAGE */
.inpNum {
  margin-bottom: 2px; 
  padding-left: 3px; 
  padding-right: 3px;
}

.conteinerTexture {
  width: 95%; 
  margin-left: auto; 
  margin-right: auto
}

.chStyle {
  padding: 10px;
  color: rgb(1, 98, 12);
  font-size: 15px;
  font-weight: bolder;
  cursor: pointer;
}

.chStyle:hover {
  color: rgb(226, 0, 0);
}

.big_name {
  font-size: 25px;
  color: #000000;
  font-weight: bolder;
}


@media screen and (max-width: 830px) {
  .select_forma > select {
    width: 50vw;
  }
  .hover-effect-images {
    width: 50vw;
  }
  .btn_articol {
    font-size: 14px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 6px;
    width: 75vw;
  }
  .product_img_inbody {
    width: 70vw;
  }
}

@media screen and (max-width: 530px) {
  .select_forma > select {
    width: 70vw;
  }
  .hover-effect-images {
    width: 100vw;
  }
  .btn_articol {
    font-size: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px;
    width: 100vw;
  }
  .product_img_inbody {
    width: 100vw;
  }
}
