:root {
    --my-grid-gap: 30px;
}

.window{
    display: none;
}
.window-active{
    display: block;
}
.order-warning{
    text-align: center;
/*    padding: 20px;*/
/*    font-size: 20px;*/
/*    border: 1px solid #faebcc;*/
/*    border-radius: 4px;*/
/*    color: #8a6d3b;*/
/*    background: #fcf8e3;*/
    margin-bottom: 20px;
}
.order-loader{
    display: block;
}
.order-wrapper *{
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.order-wrapper form{
    margin: 0;
}
.order-wrapper input[type="file"]{
    display: none;
}
.order-steps{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    transform: translate(0,1px);
}
.order-step{
    padding: 10px 20px;
    font-size: 24px;
    background: #fff;
    border: 1px solid #7b1015;
    border-width: 1px 1px 1px 1px;
/*    border-radius: 10px 10px 0 0;*/
    cursor: pointer;
    line-height: 1;
}
.order-step-active{
    border-width: 1px 1px 0 1px;
}
.order-view{
    padding: 20px;
    border: 1px solid #7b1015;
/*    border-radius: 0 10px 10px 10px;*/
    color: #000;
}
.order-lite{
/*    border-radius: 10px;*/
}
.tab-hidden{
    display: none;
}
.tab-order{
    border: 1px solid #7b1015;
/*    border-radius: 10px;*/
    overflow: hidden;
}
.tab-order .tab-open{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #7b1015;
    -ms-align-items: center;
    align-items: center;
    padding: 10px 20px;
    color: #fff;
}
.tab-order .tab-open span{
    font-size: 20px;
}
.tab-order .tab-hidden{
    padding: 20px;
    border: 1px solid #7b1015;
    border-width: 1px 0 0 0;
}
.order-row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.tab-order + .tab-order{
    margin-top: 20px;
}
.order-track-header .order-warning{
    display: none;
    max-width: 320px;
    margin: 0;
    margin-left: 10px;
    padding: 5px 20px;
}
.tab-order .order-delete{
    margin-left: 10px;
    cursor: pointer;
}
.tab-order .order-delete i{
    font-size: 24px;
}
.order-track{
    margin-top: 20px;
}
.order-product-summary, .order-track-summary{
    margin-left: auto;
}
.order-product-euro-summary{
    margin-left: 10px;
}
.tab-order .order-more{
    margin-left: 10px;
    cursor: pointer;
}
.tab-order .order-copy{
    margin-left: 10px;
    cursor: pointer;
}
.tab-order .order-copy i{
    font-size: 24px;
}
.order-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}
.order-title{
    margin: 20px 0;
    font-size: 20px;
    line-height: 1;
}
.tab-order + .order-grid, h2 + .order-grid/*, .order-title + .order-grid*/{
    margin-top: 20px;
}
.order-button{
    border: 0;
/*    border-radius: 10px;*/
    background: #0d820d;
    margin-left: auto;
    margin-top: 10px;
    color: #fff;
    padding: 5px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 250px;
}
.order-back{
/*    margin-right: auto;*/
    margin-left: 0;
    margin-top: 0;
}
.order-back a{
    color: #fff;
}
.order-button i{
    margin-left: 10px;
}
#send_form{
}
.order-field{
    padding: 10px;
    border: 1px solid #7b1015;
    position: relative;
/*    border-radius: 10px;*/
}
.order-message{
/*
    display: none;
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, 0);
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    z-index: 5;
*/
	border-radius: 0;
}
.order-field input{
    width: 100%;
    border: 0;
    background-color: transparent;
}
.order-field input::placeholder{
    color: #ccc;
}
.active{
    display: block;
}
.order-select-2{
    max-width: 40%;
}
.order-select-2 option{
    white-space: pre-wrap;
}
.order-field .select2{
    min-width: 100%;
}
.order-field .select2-selection--single{
    border: 0;
    background-color: transparent;
}
.order-field .select2-selection--single .select2-selection__rendered{
    position: relative;
}
.order-field .select2-container--default .select2-selection--single .select2-selection__arrow b{
    left: auto;
    right: 2px;
}
.order-field .select2-container--default .select2-selection--multiple{
    border: 0;
    min-height: auto;
}
.order-field .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.order-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{
    width: 48%;
    overflow: hidden;
    margin-top: 0;
}
.order-field .select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 0;
}
.order-checkbox-conteiner label{
    line-height: 1;
}
.order-checkbox-conteiner{
    margin-top: 20px;
}
.checkbox-field-link{
    margin-top: 10px;
}
.checkbox-field-link a + a{
    margin-left: 10px;
}
.order-bottom-buttons{
    -ms-align-items: flex-end;
    align-items: flex-end;
}
/*
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline{
    width: auto;
    overflow: visible;
}*/
@media screen and (max-width:1200px){
    .window{
    }
    .window-active{
    }
    .order-warning{
        padding: 10px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .order-wrapper *{
    }
    .order-steps{
        width: 100%;
    }
    .order-step{
        padding: 10px;
    }
    .order-step-active{
    }
    .order-view{
        padding: 10px;
    }
    .order-lite{
    }
    .tab-hidden{
    }
    .tab-order{
    }
    .tab-order .tab-open{
        padding: 10px;
        display: block;
        position: relative;
    }
    .tab-order .tab-open span{
    }
    .tab-order .tab-hidden{
        padding: 10px;
    }
    .tab-order + .tab-order{
        margin-top: 10px;
    }
    .order-track{
        margin-top: 10px;
    }
    .order-product-summary{
        margin-left: 0;
    }
    .order-product-euro-summary{
        margin-left: 0;
    }
    .tab-order .order-more{
        margin-left: 0;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    .order-track-header .order-warning{
        margin-left: 0px;
        padding: 5px 10px;
    }
    .tab-order .order-delete{
    }
    .tab-order .order-delete i{
    }
    .tab-order .order-more{
        margin-left: auto;
    }
    .tab-order .order-copy{
    }
    .tab-order .order-copy i{
    }
    .order-grid{
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
    .order-title{
        margin: 10px 0;
    }
    .tab-order + .order-grid, h2 + .order-grid/*, .order-title + .order-grid*/{
        margin-top: 10px;
    }
    .order-button{
        padding: 5px 20px;
    }
    .order-button i{
    }
    .order-field{
    }
    .order-field input{
    }
    .order-field input::placeholder{
    }
    .active{
    }
    .order-select-2{
        max-width: 60%;
    }
    .order-select-2 option{
    }
    .order-field .select2{
    }
    .order-field .select2-selection--single{
    }
    .order-field .select2-selection--single .select2-selection__rendered{
        padding-left: 10px !important;
    }
    .order-field .select2-container--default .select2-selection--single .select2-selection__arrow b{
    }
    .order-field .select2-container--default .select2-selection--multiple{
    }
    .order-field .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    }
    .order-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{
        width: 48%;
    }
    .order-checkbox-conteiner{
        margin-top: 10px;
    }
    .order-checkbox-conteiner label{
        display: inline;
    }
    .checkbox-field-link{
        padding-left: 0;
    }
    .checkbox-field-link a{
        display: block;
    }
    .checkbox-field-link a + a{
        margin-left: 0;
    }
    .order-bottom-buttons{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        margin-top: 10px;
    }
    #send_form{
        margin: 0;
        margin-top: 10px;
    }
}
@media screen and (max-width:768px){
    .order-grid{
        grid-template-columns: 1fr;
    }
    .order-select-2{
        max-width: 40%;
    }

.order-field.custom_width_for_field {
  /* обов’язково */
  min-width: 0 !important;
  /* 100% від свого батька (order-grid) */
  width: 100% !important;
  /* і ховаємо все, що лізе за межі */

  box-sizing: border-box !important;
}


.order-field.custom_width_for_field > span.select2-container--default {
  display: block         !important;
  width: 100%            !important;
  max-width: 100%        !important;
  min-width: 0           !important;
  
  box-sizing: border-box !important;
}

.order-field.custom_width_for_field .select2-selection__choice {
  flex: 0 1 48%           !important;
  white-space: nowrap     !important;
  overflow: hidden        !important;
  text-overflow: ellipsis !important;
  box-sizing: border-box  !important;
  margin-right: 5px       !important;
}
}
.header-order-button{
    position: relative;
    animation: order-button-animation 0.8s linear 0s infinite alternate;
}
.header-order-button::before{
/*
    animation: order-before-button-animation 0.8s linear 0s infinite alternate;
    background: #E725252f;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
*/
}

.order-grid {
    gap: 10px var(--my-grid-gap);
}

.welcome-text {
    display: none;
}

.order-field {
    border: 1px solid #b2b2b2;
    box-shadow: 0 0 15px 0 silver inset;
    height: 50px;
}

.order-field .select2-selection__placeholder, .order-field input::placeholder {
    color: #555 !important;
    
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent !important;
}


.order-view {
    border: none;
    padding: 0;
}

.tab-order {
    border: none;
}


.order-copy, .order-delete {
    display: inline;
    background-color: #7b1015;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px !important;
}

.order-copy, .order-delete i {
    color: #fff;
}

.order-copy {
    margin-right: var(--my-grid-gap);
}

.order-add-product, .order-add-track {
    margin: 0;
}

.product-buttons-box {
    display: flex;
    align-items: center;
    justify-content: end;
}


.order-button {
    height: 50px;
    min-width: 200px;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

.order-button .text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin-bottom: -1px;
}

.order-button i {
    font-size: 12px;
}

.order-back {
    width: auto;
}

.order-back a {
    text-decoration: none;
}

.fa-chevron-left {
    margin-right: 5px;
}


.tab-order .tab-open {
    background-color: transparent;
    color: #333;
    padding: 0;
    /* padding: 10px 0; */
}

.tab-order .tab-hidden {
    border: none;
}

.tab-text {
    margin-right: 10px;
    margin-left: 30px;
    font-family: Montserrat, sans-serif;
}

/* .order-track-header-box .tab-text {
    margin-right: 0px;
    margin-left: var(--my-grid-gap);
} */

.order-product-header {
    margin: 0px 0 5px;
}

.order-product-header .order-more {
    margin-left: auto !important;
    display: none;
}

.order-track-header .tab-title {
    color: #fff !important;
    background-color: #7b1015;
    /* padding: 10px 20px; */
    height: 50px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-product-header .tab-title {
    font-size: 18px !important;
    color: #7b1015;
}

.tab-title {
    font-weight: 700;
    font-size: 12px !important;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: #333;
}


.order-track-full {
    padding: 0 !important;
}


.declarants-fields {
    margin-bottom: 30px;
}

.declarants-fields h4 {
    margin: 15px 0 10px;
    font-size: 18px;
    color: #7b1015;
}








.all-radio-box {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 15px 0;
}

.order-checkbox-conteiner:nth-child(1) .box {
    margin-top: 5px;
}

.order-checkbox-conteiner:nth-child(2) .box {
    margin-top: 5px;
}

.all-radio-box input {
    display: none;
}

.all-radio-box label {
    display: flex;
    align-items: start;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}

.all-radio-box label p {
    margin: 0;
    margin-left: 7px;
    color: #666;
}

.all-radio-box label .box {
    width: 20px;
    height: 20px;
    border: 1px solid #b2b2b2;
    box-shadow: 0 0 5px 0 silver inset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-radio-box label .box span {
    width: 7px;
    height: 10px;
    border-right: solid 3px #549404;
    border-bottom: solid 3px #549404;
    transform: rotate(45deg);
    margin-bottom: 3px;
    display: none;
}

.all-radio-box input:checked + label .box span {
    display: block;
}

.order-product-full {
    padding: 0 !important;
}

.order-track-header-box {
    display: flex;
    align-items: center;
    /* margin-bottom: 25px; */
}

.order-track-header-box .order-more {
    margin-left: auto;
}

.order-track-header {
    display: block !important;
    position: relative;
}

.order-track-header .order-warning {
    color: #666;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    margin-left: 30px;
    font-family: Montserrat, sans-serif;
    max-width: none;
    position: absolute;
    left: 130px;
}

.order-track-summary p {
    margin: 0;
}

.order-track-full .order-warning {
    margin: 3px 0 0;
    max-width: 100% !important;
    color: #7b1015;
}

.order-title-track-result {
    font-size: 16px !important;
    margin: 20px 0 10px;
}

.order-bottom-buttons {
    margin-top: 25px;
}

.order-bottom-buttons button, .order-bottom-buttons .order-back {
    width: 260px;
}

.order-label br {
    display: none;
}

.all-radio-box .order-label {
    margin-right: 0;
}

.select2-selection__choice {
    border-radius: 0 !important;
    border: none !important;
    background-color: #0d820d !important;
    color: #fff !important; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important; 
}


.full_order_form_container .content {
    padding: 15px 15px 30px;
}

ul[role="tablist"] {
    margin: 0;
}

.main_h1 {
    margin: 20px 0 10px !important;
}

.order-warning, .tab-text, .tab-text span {
    font-size: 14px !important;
}

.order-title {
    font-family: Montserrat, sans-serif;
}

.order-checkbox-conteiner-box {
    margin-top: 10px;
}

.order-checkbox-conteiner-box label, .order-checkbox-conteiner-box a {
    font-family: Montserrat, sans-serif;
}

.order-label p {
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px !important;
}

.order-label .box {
    flex-shrink: 0;
}

.order-checkbox-conteiner {
    margin-top: 10px;
}

.order-checkbox-conteiner p, .order-checkbox-conteiner a {
    font-size: 14px !important;
}

.checkbox-field-link {
    margin-left: 26px !important;
}

.checkbox-field-link, .all-radio-box {
    margin: 0;
}

.order-button {
    margin-top: 0;
}


.block-content {
    margin-bottom: 0 !important;
}

.order-track {
    margin-top: 10px !important;
}


.under-product-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}


.product-buttons-box-track {
    margin-top: 10px;
}


.order-summary-box .tab-text {
    display: block;
    margin: 0;
}

.order-result-titles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px var(--my-grid-gap);
    margin: 25px 0 10px;
}

.order-result-main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7b1015;
    height: 50px;
}

.order-result-main-title .tab-title {
    color: #fff;
}

.order-result-wrap-title {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px var(--my-grid-gap);
    margin-top: 10px;
}

.order-result-titles .order-title {
    margin: 0;
    color: #333;
    font-size: 16px !important;
}

#order-result-titles-mb {
    display: none;
}

.tab-order + .tab-order {
    margin: 0;
}

.order-product:nth-child(2) {
    margin-top: 10px !important;
}

.order-bottom-buttons .order-button i {
    margin-left: 0 !important;
}

#tt_ch {
    color: #fff;
    margin-left: 10px;
    display: none;
}

.order-track-summary p {
    display: inline;
}

.order-field-declarant-address input{
    width: calc(33% - 3px);
}

.order-field-declarant-address input:nth-child(1){
    width: 50px;
}

.order-field-declarant-address input:nth-child(2){
    width: 50px;
}

.order-field-declarant-address input::placeholder{
    text-align: center;
}

.order-field-declarant-address input + input{
    width: 130px;
    border-left: 1px solid #333;
}

.order-message-lang{
/*
    position: absolute;
    top: calc(100% + 5px);
*/
/*
    left: 50%;
    width: 100%;
*/
    text-align: center;
/*    transform: translate(-50%, 0);*/
    border: 1px solid #faebcc;
    border-radius: 0;
    color: #8a6d3b;
    background-color: #fcf8e3;
    z-index: 5;
	margin-top: 10px;
    display: none;
}

[name="warehouses_cities"]{
    display: none;
}

[name="warehouses_cities"] + ul{
    display: none;
    position: absolute;
    top: 38px;
    left: 10px;
    background: #fff;
    border: 1px solid #666;
    border-width: 0 1px 1px;
    width: calc(100% - 20px);
    max-height: 200px;
    overflow-y: scroll;
}

[name="warehouses_cities"] + ul li{
    padding: 6px;
    cursor: pointer;
}

[name="warehouses_cities"] + ul li:hover{
    background-color: #575757;
    color: #fff;
}

.order-track-summary p{
    font-size: 14px;
}

/* MIN !!!!! */
@media(min-width: 768px) { 
    .select2-dropdown {
        width: auto !important;
    }
    .select2-results__option {
        white-space: nowrap;
    }
}
/* MIN !!!!! */



@media screen and (max-width: 1200px) {
    .tab-order .tab-open {
        display: flex;
    }

    .tab-order .tab-open i {
        position: static;
    }

    .tab-order + .tab-order {
        margin-top: 0;
    }

    .order-result-wrap-title {
        grid-template-columns: repeat(2, 1fr);
    }

    #order-field-2 {
        grid-row-start: 2;
    }
}

@media screen and (max-width: 992px) {
    #full_order_form_container {
        margin-bottom: 0 !important;
    }

    /* .block-content {
        margin-bottom: 10px !important;
    } */

    .order-bottom-buttons {
        margin-top: 20px !important;
    }
}


@media (max-width: 798px) {
    h4 {
        margin: 25px 0 20px !important;
    }

    .order-add-track, .order-add-product {
        margin: 0 !important;
    }

    .full_order_form_container .content {
        padding: 15px 15px 30px !important;
    }

    .under-product-block {
        display: block;
    }

    .order-summary-box {
        margin-bottom: 10px;
    }

    .order-summary-box .tab-text {
        display: inline;
        margin-right: 10px;
    }
    .order-field .select2-selection__placeholder, .order-field input::placeholder {
    color: #555 !important;
    
}

}

@media (max-width: 768px) {
    
    .select2-selection--single .select2-selection__rendered{
        line-height: 27px !important;
        padding: 0 2px !important;
    }
    
    .order-track-header .order-warning{
        position: static;
        margin-top: 10px;
    }
    
    .select2-selection__rendered{
        padding: 0 2px !important;
    }

    .container-fluid-temp {
        margin-top: 155px;
    }

    .order-result-titles {
        display: block;
    }

    #order-result-titles-d {
        display: none;
    }

    #order-result-titles-mb {
        display: block;
    }

    .order-field {
        height: 40px;
        padding: 6px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }

    .order-result-main-title {
        margin-bottom: 10px;
    }
}


@media (max-width: 730px) {
    .order-product-summary {
        display: block;
    }
}

@media (max-width: 650px) {
    .order-label br {
        display: block;
    }
}


@media (max-width: 610px) {

    .tab-text {
        font-size: 16px !important;
    }

    .tab-order .tab-open span {
        font-size: 16px;
    }

    .order-track-header .tab-title {
        justify-content: start;
        height: auto;
        padding: 0 0 0 20px;
    }

    .order-button {
        height: 40px;
        /* min-width: 200px; */
    }

    .order-copy, .order-delete {
        height: 40px;
        width: 40px;
    }

    .order-result-wrap-title {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;

    }

    .order-product-header .order-row {
        justify-content: center;
    }

    .order-product-header {
        margin-top: 10px;
    }

    .declarants-fields h4 {
        text-align: center;
        margin: 15px 0 10px !important;
    }

    #order-track-header-main {
        background-color: #7b1015 !important;
    }

    .order-track-header i {
        color: #fff;
        margin-right: 20px;
    }

    .order-track-summary {
        display: block;
        color: #fff;
    }

    .order-track-summary p, .order-track-summary span {
        color: #fff;
        font-size: 12px !important;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase;
    }

    .main_h1 {
        margin: 5px 0 10px !important;
    }

    .order-result-titles {
        margin: 10px 0;
    }

    .order-result-main-title {
        height: auto;
        padding: 0 20px;
        justify-content: start;
        height: 40px;
    }

    #send_form {
        margin: 10px 0 0 !important;
    }

    .order-checkbox-conteiner:nth-child(1) .box {
        margin-top: 9px;
    }
    
    .order-checkbox-conteiner:nth-child(2) .box {
        margin-top: 2px;
    }

    .order-title-track-result, #order-result-titles-mb .order-title {
        text-align: center !important;
    }

    .order-track-header-box {
        height: 40px;
    }


    .order-track-header .tab-title {
        display: block;
        width: auto;
    }

    #tt_ch {
        display: inline;
    }

    #ott {
        display: none;
    }

    .order-track {
        margin-top: 20px !important;
    }

    .order-product:nth-child(2) {
        margin-top: 0 !important;
    }
 
}

@media (max-width: 520px) {
    /* .order-track-summary br {
        display: block;
    } */

    .order-delete, .order-copy {
        margin: 0 !important;
        margin-right: 10px !important;
        /* flex: 1; */
    }

    #cargo_form .order-button {
        flex: 2;
    }

    .order-back, #send_form {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .order-warning br {
        display: none;
    }
}

@media (max-width: 460px) {
    .order-summary-box .tab-text {
        display: block;
        margin-right: 0;
    }
}

@media (max-width: 420px) {
    .tab-text {
        font-size: 14px !important;
    }
    .tab-order .tab-open span {
        font-size: 14px;
    }
    /* .order-track-header .tab-title {
        padding: 5px 10px;
    } */
    .order-label p {
        font-size: 12px !important;
        line-height: 15px;
    }
    .order-button, .order-button .text {
        font-size: 11px;
    }
}

@media (max-width: 350px) {
    .order-delete i, .order-copy i {
        font-size: 20px !important;
    }
}

/* TMK styles */

@media (max-width: 768px) {
    
    .order-track-header-box > .order-row{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
    }
    
    #tt_ch{
        display: none;
    }
    
    .order-track-summary{
        margin-top: -6px;
        margin-left: 20px;
    }
    
}

input.order-address-np::placeholder{
	color: #E72525 !important;
}