/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.arrived-decorator .plugin_arrived-box {
  border: 0;
  box-shadow: none;
  font: inherit;
  padding: 30px 40px;
  width: 450px;
  border-radius: 20px;
}
.arrived-decorator .plugin_arrived-header {
  background: none;
  color: currentcolor;
  text-shadow: none;
  height: auto;
  width: auto;
  font: inherit;
}
.arrived-decorator .plugin_arrived-header span {
  display: block;
  float: none;
  padding: 0;
}
.arrived-decorator .plugin_arrived-body {
  overflow: visible;
  padding: 0;
}
.arrived-decorator .plugin_arrived-name {
  display: none;
}
.arrived-decorator .plugin_arrived-value {
  margin-bottom: 15px;
}
.arrived-decorator .plugin_arrived-value input {
  font-size: 14px;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}
.arrived-decorator .plugin_arrived-value select {
  padding-left: 14px;
  padding-right: 14px;
}
.arrived-decorator .plugin_arrived-value .select,
.arrived-decorator .plugin_arrived-value .select__dropdown {
  width: 100% !important;
}
.arrived-decorator .plugin_arrived-close {
  display: none !important;
}
@media (max-width: 767px) {
  .arrived-decorator .plugin_arrived-box {
    width: 100%;
    position: static;
    margin: 0 !important;
    padding: 0;
    border-radius: 0;
  }
}

.arrived-decorator__terms-label {
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}
.arrived-decorator__terms-label .checkbox {
  margin-right: 5px;
}