.catalog__icon img {
  max-width: 100%;
}

.height_x2 .form__item input {

}
.select2-container {
  margin-top: .25rem;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #cccccc;
  height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: 40px;
  padding: 0 20px 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.textarea_textfield {
  background: #fff;
  padding: 5px 15px;
  font-size: 15px;
  width: 100%;
  display: block;
}

.file__load-wrap .description {
  display: none;
}
.modal__box .form__content {
  width: 600px;
}
.ui-widget.ui-widget-content {
  z-index: 99999;
  border-radius: 0;
  padding: 45px 25px 25px;
  border: 1px solid #cdcdcd;
  background: #fcfcfc;
}

.ui-dialog .ui-dialog-titlebar {
  background: none;
  border: none;
  border-radius: 0;
  color: #65b325;
  font-size: 30px;
  font-weight: 100;
  line-height: 36px;
  margin-bottom: 20px;
  padding: 0;
}
.ui-dialog .ui-dialog-title {
  background: none;
  border: none;
  font-weight: 100;
  margin: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  background: #000;
  border: none;
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.modal__box {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
}
.webform-submission-form {
  width: auto;
}

.form__item input.error,
.form__item textarea.error {
  border: 1px solid #ff0000;
}

.form__bottom-actions button.btn__custom-reset {
  height: 40px;
  width: 180px;
  color: #333333 !important;
  font-size: 15px;
  line-height: 38px;
  border: 1px solid #65b325 !important;
  background: #fff;
  cursor: pointer;
}
.form__bottom-actions button.btn__custom-reset:hover {
  border: 1px solid #333333;
}

.file__load-wrap label {
  cursor: inherit;
}
.file__load-wrap button,
.file__load-wrap label.webform-file-button {
  cursor: pointer;
  height: 40px;
  width: 180px;
  color: #333333 !important;
  font-size: 15px;
  line-height: 38px;
  border: 1px solid #65b325;
  background: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
}
.file__load-wrap .file a {
  font-size: 13px;
  color: #808080;
}

.tab-pane-order {
  position: relative;
}
.custom-wrapper-link-absolute {
  position: absolute;
  right: 0;
  top: -10px;
}
.tab-pane-order .tab-content-title:first-child {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}

#edit-picking .col__custom {
  min-height: 50px;
}

@media screen and (max-width: 720px) {
  .custom-wrapper-link-absolute {
    position: relative;
    right: 0;
    top: 0px;
  }
}