.main-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.m-top {
  margin-top: 30px;
}

#details_selecting_section {
  margin-top: 50px;
}
#details_selecting_section h4 {
  font-size: 18px;
}
#details_selecting_section .details-selecting-title {
  margin-bottom: 30px;
}
#details_selecting_section .details-selecting-title h1 {
  font-size: 60px;
}
#details_selecting_section .add-selecting-area {
  margin-bottom: 30px;
  background-color: #f9f9f9;
  padding-bottom: 30px;
  padding-top: 30px;
}
#details_selecting_section .add-selecting-area .add-product-selection-list-col {
  padding-right: 25px;
}
#details_selecting_section .add-selecting-area .add-product-selection-list-col .add-product-selection-list {
  gap: 10px;
}
#details_selecting_section .add-selecting-area .add-product-selection-list-col .add-product-selection-list .form-select {
  background-color: #fff;
  padding: 10px 15px;
}
#details_selecting_section .add-selecting-area .add-product-selection-list-col .add-product-selection-list .form-select:focus {
  box-shadow: none;
  border: none;
  border: 1px solid #4c3970;
}
#details_selecting_section .add-selecting-area .add-product-selection-list-col .add-product-selection-list .add-product-select-button button {
  background-color: #4c3970;
  border-radius: 7px;
  padding: 10px 20px;
  border: none;
  color: #fff;
}
#details_selecting_section .add-selecting-area .type-of-add-selection-col {
  padding-left: 25px;
}
#details_selecting_section .add-selecting-area .type-of-add-selection-col .type-of-add-selection .form-check {
  margin-right: 30px;
  margin-top: 7px;
}
#details_selecting_section .add-selecting-area .type-of-add-selection-col .type-of-add-selection .form-check .form-check-input:checked {
  background-color: #4c3970;
  border-color: #4c3970;
}
#details_selecting_section .add-selecting-area .type-of-add-selection-col .type-of-add-selection .form-check .form-check-input:focus {
  box-shadow: none;
}
#details_selecting_section .add-selecting-area .type-of-add-selection-col .type-of-add-selection .form-check .form-check-label {
  font-size: 17px;
}

.upload-button button {
  width: 100%;
  padding: 15px 0;
  border: none;
  background-color: #4c3970;
  border-radius: 7px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .m-top {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .m-top {
    margin-top: 0px;
  }
}
