/** Shopify CDN: Minification failed

Line 79:18 Expected ":"

**/

  :root {
  --color_first: #0033A1;
  --text_color:#000000;
}
  .main_track_order{
    width:100%;
    display:flex;
  }
  .inner_form_section  div label svg{
    margin-bottom: 4px;
  }
  .track_order_image,.track_order_form{
    width:50%;
  }
.track_order_image .page_image{
  display:block;
}
  .track_order_form{
    position: relative;
  }
  .inner_form_section{
    margin: 3rem auto;
    text-align: center;
    width: 100%;
    padding: 10px;
    width: 75%;
    /* max-height: 280px; */
  }
  .inner_form_section .first_heading{
    font-weight: 600;
    margin: 15px 0px 35px 0px;
    font-size: 40px;
    color:var(--color_first);
    font-family: 'Monotype Century Old Style';
  }
  #submit_track_order_form{
   background: var(--color_first);
    border-radius:3px;
   color:#fff;
  }
  .inner_form_section div {
    border: 0.25px solid #000000;
    border-radius:3px;
    text-align: justify;
    padding: 34px 20px;
}
  .inner_form_section div label{
    font-weight: 600;
    margin-top: 15px;
  }
  .inner_form_section div h3{
    text-align: center;
    font-weight: 600;
    color:var(--color_first);
    font-size: 20px;
    line-height: 19.36px;
    margin: 1rem auto;
  }
  .inner_form_section div input{
     width:100%;
     padding: 10px;
     border-radius:3px;
  }
  .inner_form_section div p{
    font-size: 14px;
    margin: 5px 0px;
    color: var( --text_color);
    font-weight: 300;
    line-height: 17.6px;
  }
  @media screen and (max-width: 768px) {
    .first_heading{
      line-height1;
    }
    h3.track_order_subhead{
    }
    .inner_form_section .first_heading{
      font-size:36px;
      margin: 16px 0 16px;
      font-weight: 400;
    }
  .track_order_form{
    background-image:url('/cdn/shop/files/Group_39.png?v=1720415940');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
    .inner_form_section div h3{
      /* margin: 0.5rem auto; */
      margin-bottom: 24px;
    }
    .inner_form_section {
      position: unset;
      transform: unset;
      width: 80%;
      margin: 3.5rem auto;
      background: #fff;
      /* box-shadow: 0px 0px 5px 5px #f4f8f9; */
      padding-top: 10px;
      border-radius: 3px;
    }
    .inner_form_section div p {
    font-size: 14px;
    /* font-weight: 700;   */
    }
     .inner_form_section div { 
       border:none;
       padding: 0px 19px 24px 19px;
       }
    .track_order_image{display:none;}
      .inner_form_section div h3{
        font-size: 16px;
      }
  }
@media(min-width: 320px) and (max-width: 480px) {
    .inner_form_section {
		width: 90%;
	}
}	
