#guestOrderTrackingForm
{
    min-width: 350px;
    width: 438px;
    max-width: 450px;
}
#guestOrderTrackingForm .form-control
{
    border: 0;
    border-radius: 6px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    background-color: var(--form-background);
    border-color: var(--form-background)!important;
    color: var(--gray-dark);
    max-width: 100%;
}
#guestOrderTrackingForm .form-control:hover
{
    box-shadow: 0 0 0 0.2rem var(--form-hover)!important;
    background-color: var(--form-hover-bg)!important ;
    outline: 0;
}
#guestOrderTrackingForm .inputs_group
{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}
.Design .step.Active .undercircle.pop {
    position: absolute;
    width: 40px;
    height: 40px;
    animation: smallScale 3s infinite;
    background: var(--brand-primary);
    border-radius: 50%;
}
#guestOrderTrackingForm .btn-primary
{
    margin: 8px 0;
    width: 100%;
    padding: 16px 24px;
    background-color: var(--brand-primary);
    border-color: var(--brand-primary);
    border-radius: 6px;
    font-weight: 600;
}
#guestOrderTrackingForm .btn-primary:hover
{
    box-shadow: 0 0 0 0.2rem var(--form-hover-bg);
    border-color: var(--brand-primary);
    background-color: var(--brand-primary);
}
#guestOrderTrackingForm .form-fields .form-group
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
#guestOrderTrackingForm .form-fields .form-group label
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    color: var(--gray-dark);
    font-weight: 400;
    font-size: 16px;
}
#guestOrderTrackingForm .form-fields .form-group .col-md-6
{
    width:100%;
}
#guestOrderTrackingForm .form-fields .form-group .form-control-label
{
    text-align: left;
}
#guest-tracking #PagesTheme #content .form-login-tracking
{
    display: flex;
    justify-content: center;
}
.addresses .cntainer_adresses
{
    border: 1px solid var(--brand-primary);
    border-radius: 9px;
    padding: 0px 17px;
    padding-top: 14px;
    font-family: var(--font-accent-family);
    margin-bottom: 6px;
    width: 50%;
}
.addresses .cntainer_adresses:nth-child(2)
{
    width: 49%;
}
#order-products
{
    margin-bottom:6px;
}
#order-products thead th 
{
    color: var(--page-background) ;
    background-color: var(--brand-primary) ;
    padding: 4px 11px;
}
#order-products tr td
{
   padding: 3px 11px !important;
} 
#order-products tbody tr:nth-child(1) td:nth-child(1) a
{
    color: var(--brand-primary);
}
#Generale_Info .shipping-lines ,#Generale_Info #order-infos
{
    border: 1px solid var(--brand-primary);
    border-radius: 9px;
    padding: 14px 17px;
    font-family: var(--font-accent-family);
    margin-bottom: 6px;
    width: 50%;
}
#Generale_Info .shipping-lines 
{
    border: 1px solid var(--brand-primary);
    border-radius: 9px;
    padding: 0px 17px;
    padding-top: 14px;
    font-family: var(--font-accent-family);
    margin-bottom: 20px;
    width: 49%;
    display: flex;
    align-items: center;
    padding: 0px;
    padding-left: 21px;
    margin-bottom:6px;
}
#Generale_Info .shipping-lines .shipping-line strong ,#order-infos ul li strong
{
    color:black;
    margin-right: 8px;
}
#Generale_Info .shipping-lines .shipping-line ul ,#order-infos ul
{
    margin: 0px
}
#Generale_Info .shipping-lines .shipping-line li ,#order-infos ul li
{
    margin-bottom: 6px;
}
#Generale_Info #order-infos .button-reorder
{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0px;
    padding-top: 9px;
    margin: 0px;
}
#Generale_Info #order-infos .button-reorder a
{
   border-radius: 6px !important;
}
#Generale_Info
{
    display:flex;
    padding: 0px;
}
#Generale_Info .shipping-lines 
{
    margin-right: 10px;
}
.addresses .cntainer_adresses h4
{
    color: black;
    font-size: 15px;
}
.addresses .cntainer_adresses:nth-child(1)
{
    margin-right: 10px;
}
.Design 
{
    border: 1px solid var(--brand-primary);
    padding: 43px 100px;
    border-radius: 8px;
    background: var(--page-background);
    font-family: var(--font-accent-family);
}
#current_state
{
    border: 1px solid var(--brand-primary);
    background: var(--page-background);
    border-radius: 8px;
    font-family: var(--font-accent-family);
    margin-bottom: 6px;
    padding: 10px 6px;
}
#current_state ,#current_state .container
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#current_state .container .containerstate
{
    margin:0px;
}

#current_state .container .containerstate span
{
     padding: 4px;
    border: 1px solid ;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: start;
    margin-top: 3px;
    border-radius: 5px;
    color: grey;
}
.Design .header
{
    display: flex;
    flex-direction: column;
    margin-bottom: 43px;
}
.Design .header .logo
{
    margin-bottom:15px;
}
.Design .header .generale-info
{
    display: flex;
    justify-content: space-between;
}
.Design .header .generale-info h4
{
    font-size: 18px;
    color: black;
    font-weight:300;
}
.tracking-road {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tracking-road .laststep
{
    width: 47px !important;
}
.Design .step {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}
.Design .step .contflow {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin-bottom:13px;
}
.Design .step .step-label{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 28px;
    margin-left: -12px;
}
.Design .step .step-label span{
    color: black;
    font-size: 16px;
}
.Design .step .contflow .circle i{
   font-weight: 700;
}
.Design .step .contflow .circle .crl{
    width: 24px;
    height: 24px;
    color: var(--page-background);
    border-radius: 50%;
}
.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #c5cae9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:5;
}
.Design > .tracking-road > div:nth-child(2) > div.step-label
{
  margin-left: -26px;
}
.Design .generale-info .Idorder ,.Design .generale-info .date
{
    color: var(--brand-primary);
}
.circle i {
  color: #fff;
}
.Design .road
{
    height: 12px;
    width: 100%;
    background: #c5cae9;
    margin-left: -39px;
    margin-right: -1px;
}
.step-label img {
    margin-right: 7px;
    height: 56px;
}
.step-label span {
  font-weight: bold;
}
.Design .step.Active .circle 
{
    background: var(--brand-primary);
}
.Design  .road.Active
{
    background: var(--brand-primary);
}
#guest-tracking #content-wrapper .ReturntoAccount
{
    display: flex;
    justify-content: center;
    color: grey;
}
#guest-tracking #content-wrapper .ReturntoAccount a
{
    color: var(--gray);
}
.Design .step .step-label svg path ,.Design .step .step-label span
{
   fill:#c5cae9 !important;
}
.Design .step .step-label .state
{
    display: flex;
    flex-direction: column;
}
.Design .step .step-label .date
{
    font-weight: 300;
    font-size: 13px;
}
.Design .step .step-label svg
{
   margin-bottom:10px;
}
.Design .step.Active .step-label svg path
{
   fill: var(--brand-primary) !important;
}
.Design .step.Active .step-label span
{
   fill: var(--brand-primary) !important;
}
.Design .step .step-label .state
{
    display: flex;
    flex-direction: column;
    min-height:40px;
}
#order_road .header .titel
{
    display: flex;
    justify-content: center;
    margin-bottom :17px;
}
.tracking-road .laststep .step-label
{
    margin-left: -19px;
}

#Password_section
{
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid var(--brand-primary);
    border-radius: 9px;
    margin-top: 6px;
    padding: 30px 100px;
    font-family: var(--font-accent-family);
    margin-bottom: 6px;
}

#Password_section .titel
{
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

#Password_section .cnt_password
{
    display: flex;
    align-items: center;

}

#Password_section .vv-reorder
{
    border-radius:6px !important;
}

#Password_section form input
{
    border: 0;
    border-radius: 6px;
    padding: 16px 24px;
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    background-color: var(--form-background);
    border-color: var(--form-background)!important;
    color: var(--gray-dark);
    max-width: 100%;
}

#Password_section form input:hover
{
    background-color: var(--form-hover-bg)!important;
    box-shadow: 0 0 0 0.2rem var(--form-hover)!important;
}


    

@keyframes smallScale {
  0% {     transform: scale(1);
    opacity: 1; }
  100% {    transform: scale(1.7);
    opacity: 0;}
}
@media only screen and (max-width: 768px) {
    .Design .step .contflow .circle .crl
    {
        width: 12px;
        height: 12px;
        color: var(--page-background);
        border-radius: 50%;
    }
     .Design ,#current_state{
        padding: 43px 100px;
        border-radius: 8px;
        padding: 0px;
    }
    #current_state
    {
        padding:10px;
    }
    #order_road .header .titel ,.Design .header .generale-info{
        text-align: center;
        margin-bottom: 0px;
    }
    #order_road .header .titel h3 {
        margin: 19px 15px;
        font-size: 16px;
    }
    #order_road .header .reference {
        display: flex;
        justify-content: center;
    }
    
    .Design .header .generale-info .reference h4 , .Design .header .generale-info h4
    {
        display: flex;
        margin-bottom: 0px;
        font-size: 13px;
    }
    .Design .header .generale-info .reference h4 span, .Design .header .generale-info h4 span
    {
        font-weight: 600;
    }
    .Design .header {
        display: flex;
        flex-direction: column;
        margin-bottom: 19px;
   }
   .Design .header .generale-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .tracking-road {
    flex-direction: column;
    margin-bottom: 17px;
  }
  .Design .step
  {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
    justify-content: start;
    align-items: flex-start;
    flex-direction: row;
    left: 0;
  }
  .Design .step .step-label .state
  {
          margin-left: 13px;
  }
  .Design .step .contflow {
    flex-direction: column;
    width: 25% !important;
    margin-bottom: 13px;
    margin-right: -18px;
  }
  .Design .step .contflow .circle {
    margin-left: -38px;
    width: 20px;
    height: 20px;
  }
  .Design .step .contflow .circle .material-icons {
      font-size: 13px;
  }
  .Design .step.Active .undercircle.pop
  {
      width: 20px;
      height: 20px;
  }

  .Design .step .step-label {
        margin-top: -9px;
        margin-left: -19px;
        flex-direction: row;
  }
  .tracking-road .laststep {
     width: 100% !important; 
   }
   .Design .step.Active .undercircle.pop
   {
       margin-left: -38px;
   }
    .Design .road
    {
        width: 4px;
        height: 54px;
        margin-bottom: -15px;
        margin-top: -2px;
    }
    .Design .step .step-label svg
    {
        width: 40px !important;
        height: 40px !important;
    }
    
    .Design > .tracking-road > div:nth-child(2) > div.step-label
    {
        margin-left: -19px;
    }
    
    .tracking-road .laststep .step-label
    {
        margin-top: -11px;
    }
    .Design .step .step-label .state span
    {
       font-size: 13px;
    }
    .Design .step .step-label .state .date
    {
       font-size: 10px;
    }
    .addresses 
    {
        display: flex;
        justify-content: center;
    }
    
    .addresses .cntainer_adresses:nth-child(1)
    {
        margin-right: 6px;
    }
    
    .addresses .cntainer_adresses h4 {
        font-size: 13px;
    }
     .addresses .cntainer_adresses address {
        font-size: 12px;
        line-height: 1.3;
    }
    #Password_section .cnt_password
    {
        display: flex;
        align-items: center;
        flex-direction:column;
    
    }
     #Password_section
     {
         padding: 20px;
     }
}