.sur-mesure-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.sur-mesure-wrapper .sur-mesure_col1,
.sur-mesure-wrapper .sur-mesure_col2 {
  width: 100%;
}
.sur-mesure-wrapper .guide-des-tailles-button {
  font-size: 16px;
  color: #CEB7AB;
}
.sur-mesure-wrapper .variable-items-wrapper .variable-item {
  height: 50px !important;
  width: 50px !important;
}
.sur-mesure-wrapper .variable-items-wrapper .variable-item.attribute_pa_semelle {
  height: 100px !important;
  width: 80px !important;
}
.sur-mesure-wrapper label {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 16px;
}
.sur-mesure-wrapper input,
.sur-mesure-wrapper select {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 1rem;
}
.sur-mesure-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='%23CEB7AB' d='M0 0l7 8 7-8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
@media (min-width: 1024px) {
  .sur-mesure-wrapper .sur-mesure_col1,
  .sur-mesure-wrapper .sur-mesure_col2 {
    width: calc(50% - 0.75rem);
  }
}

.sm-mesures {
  display: flex;
  width: 100%;
}
.sm-mesures .sm-col {
  flex: 1;
  display: flex;
  align-items: center;
}
.sm-mesures .sm-col.sm-left label {
  margin-right: 0.5rem;
  display: inline-block;
}
.sm-mesures .sm-col.sm-left select {
  width: auto;
}
@media (max-width: 1023px) {
  .sm-mesures {
    flex-direction: column;
  }
  .sm-mesures .sm-col {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .sm-mesures .sm-col.sm-left label {
    display: block;
    margin-bottom: 0.25rem;
  }
  .sm-mesures .sm-col.sm-left select {
    width: 100%;
  }
}

.input-with-unit {
  display: flex;
  width: 100%;
}
.input-with-unit input {
  flex: 1;
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: 1rem;
  outline: none;
}
.input-with-unit .unit {
  background: #CEB7AB;
  color: #000;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid #CEB7AB;
  border-left: 0;
  height: 100%;
}

.form-row-sm label {
  display: block;
}

.sur-mesure-custom-fields .sm-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.sur-mesure-custom-fields .sm-row.sm-fullwidth > .form-row-sm {
  width: 100%;
}
.sur-mesure-custom-fields .sm-row.sm-4cols > .form-row-sm {
  width: 25%;
  padding-right: 1rem;
  box-sizing: border-box;
}
.sur-mesure-custom-fields .sm-row.sm-4cols > .form-row-sm:nth-child(4n) {
  padding-right: 0;
}
@media (max-width: 768px) {
  .sur-mesure-custom-fields .sm-row.sm-4cols > .form-row-sm {
    width: 50%;
    padding-right: 1rem;
  }
  .sur-mesure-custom-fields .sm-row.sm-4cols > .form-row-sm:nth-child(2n) {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .sur-mesure-custom-fields .sm-row.sm-4cols > .form-row-sm {
    width: 100%;
    padding-right: 0;
  }
}
.sur-mesure-custom-fields .sm-row .form-row-sm {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  justify-content: flex-end;
}

.single_variation_surmesure .price {
  color: #CEB7AB !important;
  font-weight: bold;
}

.sur-mesure-prix-description {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
}

.sur-mesure-prix-title {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background-color: #333;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.single_add_to_cart_button .elementor-button-text {
  font-family: "Lato", Sans-serif;
  font-size: 17px;
}
.single_add_to_cart_button:hover {
  color: #fff !important;
}
.single_add_to_cart_button svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

/*# sourceMappingURL=style-surmesure.css.map */
