.trackheader{
    background-color: #FAFAFA;
    background-image: none;
    background-repeat: initial;
    background-size: initial;
}
section.trackorder img {
    height: 45px;
}
.order-container {
    padding: 50px 0;
}
.view-order-form-error{
    margin: 15px;
    padding-bottom: 5px;
    font-size: 14px;
    color: red;
    border-bottom: 1px solid #d2c9c9;
}
/* view order form */
.orderviewform{
    width: 320px;
    margin: 0 auto;
}
.orderviewform .btn1{
    width:100%;
    margin: 0;
}
.orderviewform input{
    font-size: 12px;
    font-weight: bold;
    color: black;
    text-align: center;
    width: 100%;
    border: 2px solid #ccc;
    padding: 5px 0;
    box-sizing: border-box;
}
.orderviewform div.name{
    display: inline-block;
    float:left;
    width: 100%;
}
.orderviewform input.smallinput{
    width: 125px;
}
.orderviewform input.smallinput.right{
    float:right;
}
.orderviewform input.smallinput.left{
    float:left;
}
.orderviewform >div.label{
    text-align:center;
    font-size: 10px;
    font-weight:bold;
    padding: 5px 0 20px 0;
    line-height:1.5em;
}
.md-button.btn1  {
  padding: 0 50px;
  border-radius: 0px;
  font-size: 15px;
  text-align: center;
  text-transform: none;
  text-decoration:none;
  border: none;
  outline: none;
  color:#fff;
  background-color:#000;
}
.md-button.btn1:focus,
.md-button.btn1:active,
.md-button.btn1:hover,
.md-button.btn2:focus,
.md-button.btn2:active,
.md-button.btn2:hover  {
  background-color:#365b48;
}
.md-button.btn2  {
  padding: 0 50px;
  margin-left: 10px;
  border-radius: 0px;
  font-size: 15px;
  text-align: center;
  text-transform: none;
  text-decoration:none;
  border: 1px solid #fff;
  outline: none;
  color:#fff;
  background-color:#000;
  height:60px;
  float: left;
}

/* track page bottom section */
.tracking-bottom-wrap {
    overflow: hidden;
    margin: 50px 0;
}
.tracking-box {
    float: left;
    margin-right: 2%;
    width: 32%;
}
.tracking-box:last-child {
    margin-right: 0;
}
.tracking-bottom-2 {
    overflow: hidden;
}
.thumb-text {
    display: block;
    text-align: center;
    color: #000000;
    text-decoration: underline;
    margin-top: 20px;
}
.one-col-box {
    margin: 0 0 2%;
    width: 100%;
}
.two-col-box {
    float: left;
    margin-right: 2%;
    width: 49%;
}
.two-col-box:last-child {
    margin-right: 0;
}
.three-col-box {
    float: left;
    margin: 0 0.16%;
    width: 33%;
}

@media (max-width: 600px) {
    .subscribe-sms .small-btn {
        margin: 6px 0;
        padding: 1.2rem 0;
    }
    .tracking-box,
    .two-col-box,
    .three-col-box {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 50px;
    }

    .tracking-box:last-child,
    .two-col-box:last-child,
    .three-col-box:last-child {
        margin-bottom: 0;
    }
}

/* @start_custom_styles *//* @end_custom_styles */
