.container-tracking {
    max-width: 1500px;
    margin: auto;
    padding: 1.5% 3%;
}

.container-tracking .title{
    font-size: 25px;
    font-family: 'Montserrat';
    line-height: 1.5;
    border-bottom: 3px solid var(--themecolor);
}

.tracking-browser{
    padding: 0 .5rem;
    min-height: 500px;
    display: flex;
}

.tracking-browser-form{
    max-width: 580px;
    margin: auto;
    text-align: center;
}

.tracking-browser-form .caption{ 
    font-family: 'Montserrat';
    line-height: 1;
    font-size: 17px;
}

.tracking-browser-form .descrip{ 
    line-height: 1;
    font-size: 14px;
}

.tracking-browser-form .form-control{
    font-family: 'Montserrat';
    font-size: 19px;
    text-align: center;
    border-radius: 0;
}

.tracking-browser-form .illustration{
    max-width: 80%;
    width: 400px;
}

.tracking-result{
    padding: 1rem .2rem!important;
    min-height: 500px;
}

.link-back{
    cursor: pointer;
}

.link-back:hover span{
    text-decoration: underline;
}

.tracking-not-found{
    padding: 2rem .2rem;
    min-height: 500px;
    margin: auto;
}

/* ////////////////////////////////////////////////////////////////////////// */

.table-ventas {
    font-size: 13px;
    text-align: center;
}

.table-ventas td,
.table-ventas th {
    vertical-align: middle;
    cursor: pointer;
}

.tbody-ventas tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.venta-list-tracking {
    font-weight: 600;
    font-size: 14px;
}

.venta-list-cliente {
    font-weight: 600;
    font-size: 14px;
}

.venta-list-email {
    color: var(--themecolor2);
    font-weight: 500;
    font-size: 13px;
}

.venta-list-email .fa-envelope {
    margin-right: 3px;
}

.venta-logo-card {
    height: 25px;
}

.venta-list-status {
    font-weight: 600;
    text-transform: capitalize;
}

.modal-venta-view-details {
    padding: 30px;
    font-size: 13px;
}

.venta-title-modal {
    font-family: 'Montserrat';
    font-weight: 600;
    color: var(--themegraydark);
    font-size: 24px;
    margin: auto 0;
    cursor: pointer;
}

.venta-title-modal:hover {
    color: var(--themecolor);
}

.prin-info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.venta-info-date {
    font-family: 'Montserrat';
    /* font-weight: 500; */
    color: var(--themegraydark);
    font-size: 14px;
    margin-bottom: 5px;
}

.venta-print-button {
    color: var(--themecolor2);
    background-color: white;
    border: 1px solid var(--themecolor);
    padding: 3px 9px;
    border-radius: 15px;
    font-size: 11.5px;
}

.venta-print-button:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f02f";
    font-weight: 600;
    margin-right: 5px;
}

.venta-cancel-button {
    color: var(--danger);
    background-color: white;
    border: 1px solid var(--danger);
    padding: 3px 9px;
    border-radius: 15px;
    font-size: 11.5px;
    margin-right: 5px;
}

.venta-cancel-button:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f057";
    font-weight: 600;
    margin-right: 5px;
}

.box-info-venta-col {
    margin-bottom: 15px;
}

.box-info-venta-item {
    border: 1px solid var(--themelightborder);
    padding: 10px 15px;
    border-radius: 5px;
    height: 100%;
    background: #fbfcfc;
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 50%), inset 0 1px 0 0 white, 0 0 0 1px rgb(0 0 0 / 8%), 0 4px 0 0 rgb(0 0 0 / 10%), 0 0 8px rgb(0 0 0 / 4%);
}

.box-info-title {
    color: var(--themegraydark);
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}

.box-info-body p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.box-info-body p a {
    color: initial;
    text-decoration: none;
}

.box-info-body p a:hover {
    font-weight: 500;
    color: var(--themecolor);
}

.box-info-body p span {
    font-weight: 500;
}

.box-info-body .box-info-cliente,
.box-info-body .box-info-method,
.box-info-body .box-info-cv {
    font-size: 18px;
    color: var(--themecolor2);
    font-family: 'Montserrat';
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box-info-body .box-info-cliente-telf a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f879";
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
}

.box-info-actions {
    padding: 5px;
    text-align: center;
    margin-top: 15px;
}

.box-info-actions button {
    line-height: 2;
}

.box-send-email-button {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid var(--themegray);
    border-radius: 5px;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    transition: .5s ease-in-out;
}

.box-send-email-button:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0e0";
    font-weight: 500;
    margin-right: 5px;
    line-height: 0;
}

.box-send-email-button:hover {
    background-color: var(--themelightborder);
    background-image: var(--themelightborder);
}

.box-info-body-resumen p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.box-info-body-resumen p:last-child span {
    font-size: 18px;
    color: var(--themecolor2);
    font-family: 'Montserrat';
}

.box-info-body-resumen p {
    border-bottom: 1px solid var(--themelightborder);
    /* padding-bottom: 8px;
    padding-top: 0px; */

    padding-bottom: 4px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 4px;
}

.box-info-body-resumen p:first-child{
    margin-top: 5px;
} 

.box-info-body-resumen p:last-child{
    margin-bottom: 10px;
} 

.box-info-body-resumen p span {
    float: right;
}

.box-info-body-resumen p small {
    color: var(--themecolor);
    font-weight: 700;
}

.box-map-detail-status-venta {
    border: 1px solid var(--themelightborder);
    padding: 10px 15px;
    border-radius: 5px;
    background: #fbfcfc;
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 50%), inset 0 1px 0 0 white, 0 0 0 1px rgb(0 0 0 / 8%), 0 4px 0 0 rgb(0 0 0 / 10%), 0 0 8px rgb(0 0 0 / 4%);
    margin-bottom: 2rem;
}

.flow-status-container {
    z-index: 2;
    position: relative;
    padding-bottom: 10px;
}

.status-progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    color: var(--themegraydark);
    padding-left: 0px;
    margin-top: 15px;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.status-progressbar li {
    list-style-type: none;
    font-size: 13px;
    position: relative;
    /* width: 25%;
    float: left; */

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.status-progressbar li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    background: var(--themelightborder);
    border-radius: 50%;
    margin: auto;
    padding: 0px;
}

.status-progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: var(--themelightborder);
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1;
    height: 3px;
    top: 20px;
}

.status-progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

.status-progressbar li:nth-child(2):after,
.status-progressbar li:nth-child(3):after,
.status-progressbar li:nth-child(4):after {
    left: -50%
}

.status-progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

.status-progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.status-progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.status-progressbar-caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.status-progressbar-caption-item {
    text-align: center;
    font-size: 12px;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.status-progressbar-caption-item p {
    display: inline;
}

.status-progressbar-caption-item p span {
    word-spacing: unset;
    display: flow-root;
    color: var(--themegraydark);
    line-height: 1;
}

.status-progressbar-caption-item p:first-child span {
    font-family: 'Montserrat-Bold';
}

.status-progressbar-caption-item p:last-child span{
    font-size: 11px;
    line-height: 1.1;
}

.flow-status-container.pending .status-progressbar .step1:before,
.flow-status-container.pending .status-progressbar .step1:after,
.flow-status-container.pending .status-progressbar .step2:after,
.flow-status-container.approved .status-progressbar li:nth-child(-n+2):before,
.flow-status-container.approved .status-progressbar li:nth-child(-n+2):after,
.flow-status-container.topickup .status-progressbar li:nth-child(-n+3):before,
.flow-status-container.topickup .status-progressbar li:nth-child(-n+3):after,
.flow-status-container.invoiced.t1 .status-progressbar li:nth-child(-n+3):before,
.flow-status-container.invoiced.t1 .status-progressbar li:nth-child(-n+3):after,
.flow-status-container.onroad .status-progressbar li:nth-child(-n+4):before,
.flow-status-container.onroad .status-progressbar li:nth-child(-n+4):after,
.flow-status-container.invoiced.t2 .status-progressbar li:nth-child(-n+4):before,
.flow-status-container.invoiced.t2 .status-progressbar li:nth-child(-n+4):after,
.flow-status-container.delivered .status-progressbar li:before,
.flow-status-container.delivered .status-progressbar li:after{
    /* background: var(--themecolor);
    border: 1px solid var(--themecolor); */
    background: #5bc50b;
    border: 1px solid #5bc50b;
}

.flow-status-container.pending .status-progressbar .step2:before{
    /* background: #2C2C2C;
    border: 1px solid #2C2C2C; */
    background: #ff8d3f;
    border: 1px solid #ff8d3f;
}

.flow-status-container.cancelled .status-progressbar .step1:before,
.flow-status-container.cancelled .status-progressbar .step1:after,
.flow-status-container.cancelled .status-progressbar .step2:after,
.flow-status-container.rejected .status-progressbar .step2:before,
.flow-status-container.refunded .status-progressbar .step2:before{
    background: #C7192E;
    border: 1px solid #C7192E;
}

.flow-status-container.cancelled .status-progressbar .step2:before,
.flow-status-container.cancelled .status-progressbar .step2:after,
.flow-status-container.rejected .status-progressbar .step1:before,
.flow-status-container.rejected .status-progressbar .step1:after,
.flow-status-container.rejected .status-progressbar .step2:after,
.flow-status-container.refunded .status-progressbar .step1:before,
.flow-status-container.refunded .status-progressbar .step1:after,
.flow-status-container.refunded .status-progressbar .step2:after{
    background: #A8A9AE;
    border: 1px solid #A8A9AE;
}

.flow-status-container.pending .status-progressbar .step1:before,
.flow-status-container.approved .status-progressbar .step1:before,
.flow-status-container.invoiced .status-progressbar .step1:before,
.flow-status-container.topickup .status-progressbar .step1:before,
.flow-status-container.onroad .status-progressbar .step1:before,
.flow-status-container.delivered .status-progressbar .step1:before,
.flow-status-container.rejected .status-progressbar .step1:before,
.flow-status-container.refunded .status-progressbar .step1:before,
.flow-status-container.pending .status-progressbar .step2:before,
.flow-status-container.approved .status-progressbar .step2:before,
.flow-status-container.invoiced .status-progressbar .step2:before,
.flow-status-container.topickup .status-progressbar .step2:before,
.flow-status-container.onroad .status-progressbar .step2:before,
.flow-status-container.delivered .status-progressbar .step2:before,
.flow-status-container.cancelled .status-progressbar .step2:before,
.flow-status-container.rejected .status-progressbar .step2:before,
.flow-status-container.refunded .status-progressbar .step2:before,
.flow-status-container.invoiced.t1 .status-progressbar .step3:before,
.flow-status-container.invoiced.t2 .status-progressbar .step4:before,
.flow-status-container.onroad .status-progressbar .step3:before,
.flow-status-container.delivered.t1 .status-progressbar .step3:before,
.flow-status-container.delivered.t2 .status-progressbar .step4:before,
.flow-status-container.topickup .status-progressbar .step3:before,
.flow-status-container.invoiced.t2 .status-progressbar .step3:before,
.flow-status-container.delivered.t2 .status-progressbar .step3:before,
.flow-status-container.onroad .status-progressbar .step4:before,
.flow-status-container.delivered.t1 .status-progressbar .step4:before,
.flow-status-container.delivered .status-progressbar .step5:before,
.flow-status-container.cancelled .status-progressbar .step1:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.flow-status-container.pending .status-progressbar .step1:before,
.flow-status-container.approved .status-progressbar .step1:before,
.flow-status-container.invoiced .status-progressbar .step1:before,
.flow-status-container.topickup .status-progressbar .step1:before,
.flow-status-container.onroad .status-progressbar .step1:before,
.flow-status-container.delivered .status-progressbar .step1:before,
.flow-status-container.rejected .status-progressbar .step1:before,
.flow-status-container.refunded .status-progressbar .step1:before{
    content: "\f058";
}

.flow-status-container.pending .status-progressbar .step2:before,
.flow-status-container.approved .status-progressbar .step2:before,
.flow-status-container.invoiced .status-progressbar .step2:before,
.flow-status-container.topickup .status-progressbar .step2:before,
.flow-status-container.onroad .status-progressbar .step2:before,
.flow-status-container.delivered .status-progressbar .step2:before,
.flow-status-container.cancelled .status-progressbar .step2:before,
.flow-status-container.rejected .status-progressbar .step2:before,
.flow-status-container.refunded .status-progressbar .step2:before{
    content: "\f09d";
}

.flow-status-container.invoiced.t1 .status-progressbar .step3:before,
.flow-status-container.invoiced.t2 .status-progressbar .step4:before,
.flow-status-container.onroad .status-progressbar .step3:before,
.flow-status-container.delivered.t1 .status-progressbar .step3:before,
.flow-status-container.delivered.t2 .status-progressbar .step4:before{
    content: "\f571";
}

.flow-status-container.topickup .status-progressbar .step3:before,
.flow-status-container.invoiced.t2 .status-progressbar .step3:before,
.flow-status-container.delivered.t2 .status-progressbar .step3:before{
    content: "\f54e";
}

.flow-status-container.onroad .status-progressbar .step4:before,
.flow-status-container.delivered.t1 .status-progressbar .step4:before{
    content: "\f48b";
}

.flow-status-container.delivered .status-progressbar .step5:before{
    content: "\f49e";
}

.flow-status-container.cancelled .status-progressbar .step1:before{
    content: "\f057";
}

.box-list-products-venta .box-info-title {
    padding-right: 15px;
    padding-left: 15px;
}

.cart-view-table {
    width: 100%;
}

.cart-view-table-header {
    list-style: none;
    margin: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}

.cart-view-table-header li {
    width: 18%;
    font-weight: 500;
    text-align: center;
    font-family: 'Montserrat';
}

.cart-view-table-header li:first-child {
    width: 46%;
}

.cart-view-table-item {
    border-bottom: 1px solid var(--themelightborder);
    padding: 4px 0;
    position: relative;
}

.cart-view-table-item b {
    font-weight: 500;
}

.cart-view-table-body {
    border-top: 1px solid var(--themegray);
    border-bottom: 1px solid var(--themegray);
}

.cart-view-table-body .cart-view-table-item:last-child {
    border-bottom: none;
}

.cart-view-table-item-content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cart-view-item-col {
    width: 18%;
    font-size: 14px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}

.cart-view-item-col:first-child {
    width: 46%;
    text-align: left;
}

.cart-item-preview {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-item-preview-img {
    padding: 1% 1% 1% 2%;
    width: 20%;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    position: relative;
}

.cart-item-preview-img img {
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    width: 100%;
    /*width: auto;
    max-width: 100%;
    max-height: 110px; */
}

.cart-item-preview-img-container {
    max-width: 80px;
    margin: auto;
}

.cart-item-box-tag {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 0 3px 1px;
    color: white;
    font-size: 13px;
    text-align: center;
    background: linear-gradient(to top, #999999 0%, #CCCCCC 100%);
}

.cart-item-box-tag.box-tag--theme-2 {
    background: linear-gradient(to top, var(--themecolorhvr) 0%, var(--themecolor) 100%);
}

.cart-item-preview-details {
    width: 80%;
    padding: 0 3%;
    font-size: 13px;
    margin-top: auto;
    margin-bottom: auto;
}

.cart-item-preview-title {
    margin-bottom: 8px;
    font-weight: 600;
}

.cart-item-preview-title a {
    font-size: 12px;
    text-transform: uppercase;
    color: #212529 !important;
    text-decoration: none;
}

.cart-item-preview-sku,
.cart-item-preview-color,
.cart-item-preview-talla,
.cart-item-preview-precio {
    margin-bottom: 5px;
}

.cart-item-preview-precio{
    display: none;
}

.cart-item-ex-price {
    text-decoration: line-through;
    color: gray;
}

.cart-view-item-col-total span {
    display: none;
    font-weight: 600;
}

@media screen and (max-width: 2050px) {
    .cart-item-preview-img {
        width: 20%;
    }

    .cart-item-preview-details {
        width: 80%;
    }
}

@media screen and (max-width: 1900px) {
    .cart-view-table-header li {
        width: 15%;
    }

    .cart-view-table-header li:first-child {
        width: 55%;
    }

    .cart-view-item-col {
        width: 15%;
    }

    .cart-view-item-col:first-child {
        width: 55%;
    }
}

@media screen and (max-width: 1650px) {
    .cart-item-preview-img {
        width: 18%;
    }

    .cart-item-preview-details {
        width: 82%;
    }
}

@media screen and (max-width: 1370px) {
    .cart-item-preview-img {
        width: 25%;
    }

    .cart-item-preview-details {
        width: 75%;
    }

    .cart-item-preview-title a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .cart-view-table-header li {
        display: none;
    }

    .cart-view-table-header li:first-child {
        display: initial;
        width: 100%;
    }

    .cart-view-item-col {
        width: 50%;
        margin-top: 10px;
    }

    .cart-view-item-col:first-child {
        width: 100%;
        margin-top: 0;
    }

    .cart-item-preview-img {
        width: 120px;
    }

    .cart-item-preview-details {
        width: calc(100% - 120px);
    }

    .cart-item-preview-title {
        padding-right: 30px;
    }

    .cart-view-item-col-precio {
        display: none;
    }

    .cart-item-preview-precio,
    .cart-view-item-col-total span {
        display: initial;
    }   
}


@media (min-width: 1200px) {
    .modal-venta.modal-xl {
        max-width: 1500px;
    }
}

@media screen and (max-width: 1000px) {
    .prin-info-row {
        display: block;
    }

    .tracking-browser {
        /* min-height: auto; */
    }
}

@media screen and (max-width: 1000px) and (min-width: 650px) {
    .modal-venta.modal-xl {
        max-width: 90%;
    }
}

@media screen and (max-width: 550px) {
    .tracking-result{
        padding: .2rem .2rem!important;
        min-height: 500px;
    }    
    .status-progressbar-caption-item p span {
        font-size: 11px;
    }
    .status-progressbar-caption-item p:last-child span {
        font-size: 10px;
    }
    .venta-title-modal {
        font-size: 18px;
    }
}

@media screen and (max-width: 450px) {
    .status-progressbar-caption-item p span {
        font-size: 10px;
    }
    .status-progressbar-caption-item p:last-child span {
        font-size: 9px;
    }
}