/* default state */
.state-indicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 4; }

/* small desktop */
@media (min-width: 768px) and (max-width: 1024px) {
  .state-indicator {
    z-index: 3; } }

@media (min-width: 1025px) {
  .state-indicator {
    z-index: 1; } }

/* default state */
.state-indicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 4; }

/* small desktop */
@media (min-width: 768px) and (max-width: 1024px) {
  .state-indicator {
    z-index: 3; } }

@media (min-width: 1025px) {
  .state-indicator {
    z-index: 1; } }

* {
  box-sizing: border-box;
  outline: none;
  transition: all 0.001s ease; }

ul {
  list-style: none; }

.hide {
  display: none !important; }

body {
  font-size: 16px;
  min-width: 320px; }

.main-wrapper {
  overflow: hidden; }

/*.wrap {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 10px; }
  .wrap:after {
    content: " ";
    display: block;
    clear: both; }*/
  @media (max-width: 767px) {
    .wrap {
      padding: 0 10px;
      max-width: 700px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .wrap {
      padding: 0 20px; } }

a {
  text-decoration: none;
  cursor: pointer; }

.hide {
  display: none; }

.show {
  display: block; }

.form-error {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  position: absolute;
  bottom: -13px;
  right: 4px;
  color: red; }

.form-line {
  position: relative; }

input {
  width: 100%; }

.selectric-styler.error .selectric, input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, textarea.error {
  border: 1px solid red; }

.arrow-right {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 13px;
  color: #ff7d19;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.arrow-left {
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 13px;
  color: #ff7d19;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

*::-webkit-input-placeholder {
  color: black; }

*:-moz-placeholder {
  color: black; }

*::-moz-placeholder {
  color: black; }

*:-ms-input-placeholder {
  color: black; }

[dir='rtl'] .slick-slide {
  float: right; }

div.clear:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 1025px) {
  header .wrap .header-links {
    display: block; } }

section.tracking ul.crumbs {
  font-size: 0.8125em;
  margin: 0;
  margin-top: 10px;
  padding: 0; }
  section.tracking ul.crumbs li {
    display: inline; }
    section.tracking ul.crumbs li.active {
      color: #ff7d19;
      margin-right: 5px; }
section.tracking ul.crumbs li.active a{
  color: #ff7d19;
}
  @media (min-width: 768px) {
    section.tracking ul.crumbs {
      font-size: 15px; } }

section.tracking {
  background: url("/_media/images/new_front/tracking-bg-mobile.png") no-repeat 90% top;
  background-size: 65px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    section.tracking {
      min-height: 900px;
      background: url("/_media/images/new_front/tracking-bg-tablet.png") no-repeat 100% top;
      background-size: auto; } }
  @media (min-width: 1025px) {
    section.tracking {
      background: url("/_media/images/new_front/tracking-bg-desktop.png") no-repeat left 20% top 10%;
      padding-bottom: 100px; } }

section.tracking-form {
  margin-top: 20px; }
  section.tracking-form .tracking-title {
    font-size: 19px;
    color: #ff7d19;
    font-weight: 700; }
  section.tracking-form .tracking-text {
    font-size: 17px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    section.tracking-form .tracking-title {
      font-size: 25px; }
    section.tracking-form .tracking-text {
      font-size: 18px;
      color: #585757; } }
  @media (min-width: 1025px) {
    section.tracking-form .wrapper {
      width: 50%;
      float: left;
      margin-left: 34.48276%; }
    section.tracking-form .tracking-title {
      font-size: 25px; }
    section.tracking-form .tracking-text {
      width: 65.51724%;
      float: left;
      margin-right: 3.44828%;
      font-size: 18px; }
    section.tracking-form form.form.form-tracking input {
      width: 65.51724%;
      float: left;
      /*margin-left: 3.44828%; */ /*Ofir Change*/
    }
    section.tracking-form .submit-btn-wrapper {
      width: 31.03448%;
      float: right;
      margin-right: 0; } }

form.form.form-tracking:after, form.form.form-resend:after {
  content: "";
  display: table;
  clear: both; }

form.form.form-tracking input, form.form.form-resend input {
  padding: 0;
  width: 100%;
  height: 44px;
  background-color: white;
  border: 1px solid black;
  padding: 0 5px;
        border-radius: 0;
  /*margin-top: 10px;
  margin-top: 1em;*//*Ofir Change*/
  font-size: 1.25em;
  outline: none; }

form.form.form-tracking .btn, form.form.form-resend .btn {
  color: white;
  text-decoration: none;
  padding: 10px 10px;
  border-radius: 3px;
  font-size: 1.1875em;
  text-align: center;
  color: white;
  font-weight: 700; }

form.form.form-tracking .btn-green, form.form.form-resend .btn-green {
  background: #10a831; }
  form.form.form-tracking .btn-green:hover, form.form.form-resend .btn-green:hover {
    background: #0c8326;
    transition: all 0.3s ease; }
  form.form.form-tracking .btn-green:active, form.form.form-resend .btn-green:active {
    background: #05340f; }

form.form.form-tracking .submit-btn-wrapper, form.form.form-resend .submit-btn-wrapper {
  /*margin-top: 20px;*/
  border: none;
  padding: 0; }
/*Ofir change (change the media from 768px to 1024px to make the margin top be in tablet too*/
@media (max-width: 1024px) {
    form.form.form-tracking .submit-btn-wrapper {
        margin-top: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
  form.form.form-tracking .btn, form.form.form-resend .btn {
    font-size: 30px;
    padding: 5px 10px; } }

@media (min-width: 1025px) {
  form.form.form-tracking .btn, form.form.form-resend .btn {
    font-size: 30px;
    padding: 2px 10px; } }

section.resend {
  margin: 20px 0; }
  section.resend .resend-title {
    font-size: 17px;
    font-weight: 700; }
  section.resend .resend-text {
    font-size: 17px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    section.resend .resend-title {
      font-size: 20px; }
    section.resend .resend-text {
      font-size: 18px;
      color: #585757; }
    section.resend form.form.form-resend:after {
      content: "";
      display: table;
      clear: both; }
    section.resend form.form.form-resend .form-line input {
      width: 100%; }
    section.resend form.form.form-resend .mail-line {
      width: 48.27586%;
      float: right;
      margin-left: 3.44828%; }
    section.resend form.form.form-resend .tel-line {
      width: 48.27586%;
      float: left;
      margin-left: 0; }
    section.resend form.form.form-resend:after {
      content: "";
      display: table;
      clear: both; }
    section.resend form.form.form-resend .form-line input {
      width: 100%; }
    section.resend form.form.form-resend .mail-line {
      width: 48.27586%;
      float: right;
      margin-left: 3.44828%; }
    section.resend form.form.form-resend .tel-line {
      width: 48.27586%;
      float: left;
      margin-left: 0; } }
  @media (min-width: 1025px) {
    section.resend .wrapper {
      width: 50%;
      float: right;
      margin-right: 34.48276%; }
    section.resend .resend-text {
      width: 65.51724%;
      float: right;
      margin-left: 3.44828%;
      font-size: 18px; }
    section.resend .resend-title {
      font-size: 18px; }
    section.resend form.form.form-resend input {
      width: 31.03448%;
      float: right;
      margin-left: 3.44828%; }
    section.resend .submit-btn-wrapper {
      width: 31.03448%;
      float: left;
      margin-left: 0; }
    section.resend form.form.form-resend:after {
      content: "";
      display: table;
      clear: both; }
    section.resend form.form.form-resend .form-line input {
      width: 100%; }
    section.resend form.form.form-resend .mail-line {
      width: 31.03448%;
      float: right;
      margin-left: 3.44828%; }
    section.resend form.form.form-resend .tel-line {
      width: 31.03448%;
      float: right;
      margin-left: 3.44828%; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .tracking .submit-btn-wrapper {
    width: 48.27586%;
    float: right;
    margin-right: 0; }
  form.form.form-resend input {
    width: 48.27586%;
    float: right;
    margin-left: 3.44828%; }
  form.form.form-resend input.tel {
    float: left;
    margin-left: 0; }
  .tracking-text, .resend-text {
    width: 65.51724%;
    float: left;
    margin-right: 3.44828%; } }

@media (min-width: 1025px) and (max-width: 1119px) {
  form.form.form-tracking .btn, form.form.form-resend .btn {
    font-size: 25px;
    padding: 5px 10px; } }

.footer-top-section {
  display: none; }
  @media (min-width: 1025px) {
    .footer-top-section {
      display: block; } }

.form-error {
  font-size: 10px;
  line-height: 12px;
  text-align: right;
  position: absolute;
  bottom: -13px;
  right: 4px;
  color: red; }

.form-line {
  position: relative; }
  .form-line:after {
    content: "";
    display: table;
    clear: both; }

.selectric-styler.error .selectric, input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, textarea.error {
  border: 1px solid red !important; }

section.bars {
  position: relative; }
  section.bars:after {
    content: "";
    display: table;
    clear: both; }

/*visibility hidden to make more white space*/
section.resend {
  visibility: hidden;
}
/*Ofir Change*/
@media(min-width: 1025px) and (max-width: 1500px) {
  section.tracking {
    background: url("/_media/images/new_front/tracking-bg-desktop.png") no-repeat left 8% top 10%;
  }
}
/*End Ofir change*/

.page-title h1{
  margin: 0px;
  padding: 0px;
  font-size: 25px;
  font-weight: bold;
  color: #ff7d19;
}