.dxs-dimensions {
  margin: 0 0 28px;
  padding: 20px;
  border: 1px solid #e8e8e8;
  background: #fff;
  color: #555;
}
.dxs-dimensions h3 {
  margin: 0 0 12px;
  font-size: 19px;
  line-height: 1.3;
  color: #444;
}
.dxs-dimensions p { margin: 0 0 16px; line-height: 1.5; }
.dxs-dimensions label { display: block; margin: 13px 0 5px; font-weight: 600; }
.dxs-dimensions input[type="number"] {
  box-sizing: border-box;
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background: #fff;
  color: #333;
}
.dxs-dimensions button {
  width: 100%;
  margin-top: 17px;
  padding: 11px 12px;
  border: 0;
  border-radius: 3px;
  background: #f8a21b;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.dxs-dimensions button:hover, .dxs-dimensions button:focus { background: #e48b00; }
.dxs-dimensions__reset { display: inline-block; margin-top: 11px; }
.dxs-dimensions .dxs-dimensions__notice {
  margin: 16px 0 0;
  padding: 10px 11px;
  border-left: 3px solid #f8a21b;
  background: #fff8ea;
  font-size: 13px;
}
