input.my_input {
  border: 1px solid #000 !important;
  height: 50px !important;
  font-size: 16px !important;
  width: 100%;
  margin-bottom: 15px;
  display: block;
  padding: 20px; }

input.my_input_circle {
  border: 3px solid #000 !important;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  margin-right: 2%; }

input.my_input_circle.red {
  border: 3px solid #885358 !important;
  color: #885358;
  margin-right: 0; }

h3 {
  margin: 10px 20px; }

.control-group {
  border-top: none; }

.step_container {
  margin: 0 auto;
  width: 600px;
  background-color: green; }

.input_container {
  padding: 0 20px;
  width: 100%;
  display: block;
  box-sizing: border-box; }

.my_container {
  padding: 0;
  border: 3px solid #F2F2F2;
  margin: 0 auto 20px auto;
  position: relative;
  float: right;
  clear: both;
  width: 490px; }

.step {
  position: absolute;
  top: 22px;
  left: -100px;
  font-weight: 600;
  font-size: 16px; }

.step.inactive {
  color: #CCC; }

.my_container.inactive {
  background-color: #F2F2F2; }

.my_button {
  background: none;
  background-color: #000 !important;
  color: #fff;
  outline: none;
  margin: 0;
  border: 0;
  font-size: 18px;
  height: 50px;
  width: 65%;
  text-align: center;
  margin-top: 10px; }

.my_button:hover {
  color: #fff; }

.my_button_large {
  background: none;
  background-color: #000 !important;
  color: #fff;
  outline: none;
  margin: 0;
  border: 0;
  font-size: 18px;
  height: 50px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  box-sizing: border-box;
  padding-top: 16px; }

.my_button_large:hover {
  color: #fff; }

.my_button_drop_off {
  background: none;
  background-color: #FFF !important;
  color: #000;
  outline: none;
  margin: 0;
  border: 1px solid #000;
  font-size: 18px;
  height: 50px;
  width: 90%;
  text-align: center;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-top: 16px; }

.my_button_drop_off:hover {
  color: #000; }

.my_secondary_button {
  background: none;
  background-color: #F2F2F2 !important;
  color: #000;
  outline: none;
  margin: 0;
  border: 0;
  font-size: 18px;
  height: 50px;
  width: 35%;
  text-align: center;
  margin-top: 10px;
  box-sizing: border-box;
  padding-top: 20px; }

.my_secondary_button:hover {
  color: #000; }

.clear:after {
  content: "";
  display: table;
  clear: both; }

.shiphero-powered {
  clear: right;
  margin-right: 20px; }

.my_footer {
  margin-top: 100px; }

.my_header {
  margin-bottom: 30px; }

.shiphero-powered a,
.shiphero-powered a:hover {
  color: #000; }

.item_container {
  border: 1px solid #ccc;
  position: relative;
  margin: 0 20px 20px; }
  .item_container .item_container_inner {
    width: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box; }
  .item_container .name {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 330px; }
  .item_container .sub_title {
    font-size: 14px;
    margin-left: 25px; }
  .item_container .checkbox {
    display: inline-block;
    vertical-align: top; }
  .item_container .quantity {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    outline: none;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold; }
  .item_container .quantity.final_sale {
    border: 0; }
  .item_container .sku_row {
    display: block;
    position: relative;
    margin-top: 25px; }
    .item_container .sku_row .sku,
    .item_container .sku_row .item_total_price,
    .item_container .sku_row .total_price {
      display: inline-block; }
    .item_container .sku_row .item_total_price {
      position: absolute; }
    .item_container .sku_row .sku {
      width: 200px;
      font-weight: bold;
      padding-right: 10px; }
      .item_container .sku_row .sku span {
        font-size: 12px; }
    .item_container .sku_row .item_total_price {
      font-weight: bold;
      color: #888888; }
    .item_container .sku_row .total_price {
      font-weight: bold;
      position: absolute;
      right: 0;
      color: #47cb53; }
      .item_container .sku_row .total_price span {
        font-size: 20px; }
  .item_container .item_image {
    margin: 25px auto;
    display: block; }

.select {
  margin-top: 15px;
  height: 50px; }
  .select select {
    height: 50px;
    width: 100%;
    max-width: none; }
  .select .selector {
    max-width: none;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 0;
    margin-bottom: 1px;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    padding-left: 20px;
    box-sizing: border-box;
    background: none; }
    .select .selector span {
      font-weight: bold;
      font-size: 14px;
      background: none;
      position: relative; }
    .select .selector span:after {
      content: "";
      position: absolute;
      right: 0;
      top: 10px;
      font-family: FontAwesome;
      content: "\f0d7"; }

.parent.select .selector {
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2; }

.notes_container,
.exchange_items_container {
  width: 100%;
  padding: 0px 20px 20px;
  box-sizing: border-box; }

.exchange_items_container {
  padding-top: 20px;
  padding-bottom: 5px;
  display: none; }

.notes,
.exchange_items {
  width: 100%; }

.instruction {
  margin: 20px 0; }

#shippingMethod {
  margin-left: 20px;
  font-size: 14px;
  margin-top: 10px; }

.label_cost {
  display: none;
  text-align: right;
  margin: 10px 0;
  font-weight: bold;
  color: #000; }
  .label_cost span {
    font-size: 20px;
    margin-left: 20px; }

.label_cost.show {
  display: block;
}

.order_number,
.return_number {
  display: inline-block;
  width: 40%;
  float: left;
  margin-right: 10%;
  margin-bottom: 25px; }

.number_label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold; }

.my_number {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px; }

@media (max-width: 600px) {
  .step_container {
    width: 100%; }

  .my_container {
    width: 100%;
    margin-top: 60px; }

  .step {
    top: -40px;
    left: 20px; } }