.elementor-1579 .elementor-element.elementor-element-f98f9ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-0331799 */@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700&display=swap');

/* GLOBAL */

.tracking-wrapper{
font-family:'Gabarito', sans-serif;
display:flex;
gap:40px;
padding:40px;
background:transparent;
}

/* LEFT COLUMN */

.tracking-left{
width:65%;
}

/* ORDER NUMBER */

.tracking-header{
font-size:13px;
color:#8a8a8a;
margin-bottom:20px;
}

/* ARRIVAL CARD */

.arrival-box{
background:#ffffff;
padding:28px;
border-radius:10px;
margin-bottom:0;
border:1px solid #e6e6e6;
box-shadow:0 1px 2px rgba(0,0,0,0.05);
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}

.arrival-box h2{
font-size:22px;
font-weight:600;
margin-bottom:6px;
}

.arrival-box span{
color:#2a7de1;
font-weight:700;
}

/* TRACK STEPS */

.tracking-steps{
display:flex;
justify-content:space-between;
margin-top:30px;
margin-bottom:10px;
}

.tracking-steps::before{
display:none;
}

/* STEP */

.step{
text-align:center;
font-size:12px;
color:#9a9a9a;
width:20%;
}

/* STEP ICON */

.step::before{
content:"✓";
width:24px;
height:24px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
margin-bottom:8px;
font-size:12px;
background:#d9d9d9;
color:#ffffff;
}

/* ACTIVE */

.step.active{
color:#34a853;
font-weight:600;
}

.step.active::before{
background:#34a853;
}

/* SHIPPED */

.step.shipped{
color:#2a7de1;
font-weight:600;
}

.step.shipped::before{
background:#2a7de1;
}

/* SHIPPING (MERGED CARD) */

.shipping-box{
background:#ffffff;
margin-top:-5px;
padding:20px 28px 28px 28px;
border:1px solid #e6e6e6;
border-top:none;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
box-shadow:0 1px 2px rgba(0,0,0,0.05);
}

.shipping-box h4{
font-size:13px;
letter-spacing:1px;
color:#777;
margin-bottom:8px;
}

.shipping-box strong{
display:block;
margin-bottom:6px;
font-weight:600;
}

.shipping-box p{
margin:3px 0;
font-size:14px;
color:#333;
}

/* ORDER DETAILS */

.order-details{
background:#ffffff;
padding:28px;
border-radius:10px;
border:1px solid #e6e6e6;
box-shadow:0 1px 2px rgba(0,0,0,0.05);
margin-top:22px;
}

.order-details h3{
font-size:18px;
margin-bottom:20px;
}

/* TABLE */

.order-details table{
width:100%;
border-collapse:collapse;
border-spacing:0;
table-layout:fixed;
}

.order-details thead th{
font-size:12px;
font-weight:500;
color:#8a8a8a;
text-align:left;
padding:0 12px 14px 12px;
background:transparent;
border:none;
box-shadow:none;
}

.order-details tbody td{
padding:14px 12px;
font-size:14px;
color:#222;
background:transparent;
border:none;
box-shadow:none;
vertical-align:middle;
}

.order-details tbody tr{
box-shadow:none;
border:none;
}

.order-details tbody tr:not(.total) td{
border-bottom:1px solid #eeeeee;
}

.order-details tbody tr.total td{
font-weight:600;
font-size:14px;
padding-top:12px;
padding-bottom:0;
border-bottom:none;
}

.order-details th:nth-child(2),
.order-details th:nth-child(3),
.order-details th:nth-child(4),
.order-details td:nth-child(2),
.order-details td:nth-child(3),
.order-details td:nth-child(4){
text-align:right;
}

.order-details th:first-child,
.order-details td:first-child{
width:52%;
}

.order-details th:nth-child(2),
.order-details td:nth-child(2){
width:16%;
}

.order-details th:nth-child(3),
.order-details td:nth-child(3){
width:12%;
}

.order-details th:nth-child(4),
.order-details td:nth-child(4){
width:20%;
}

/* RIGHT COLUMN */

.tracking-right{
width:35%;
background:#F2FAFF;
border:1px solid #e6e6e6;
padding:20px;
border-radius:10px;
}

/* MAP */

.tracking-right iframe{
width:100%;
border-radius:8px;
margin-bottom:14px;
border:none;
}

/* REMOVE WHITE CARDS */

.customer-box,
.address-box,
.payment-box{
background:transparent;
padding:10px 0;
margin-bottom:10px;
border:none;
box-shadow:none;
}

/* TITLES */

.customer-box h4,
.address-box h4,
.payment-box h4{
font-size:13px;
margin-bottom:6px;
color:#6b6b6b;
letter-spacing:0.5px;
}

/* MOBILE */

@media(max-width:900px){

.tracking-wrapper{
flex-direction:column;
}

.tracking-left,
.tracking-right{
width:100%;
}

.tracking-right{
margin-top:20px;
}

}


/* SEARCH BOX WRAPPER */

.tracking-search-box{
max-width:700px;
margin:40px auto 20px auto;
padding:25px;
background:#ffffff;
border:1px solid #e6e6e6;
border-radius:10px;
box-shadow:0 1px 2px rgba(0,0,0,0.05);
text-align:center;
font-family:'Gabarito', sans-serif;
}

/* HEADING */

.tracking-search-box h2{
font-size:20px;
font-weight:600;
margin-bottom:18px;
color:#222;
}

/* FORM LAYOUT */

.tracking-search-box form{
display:flex;
gap:10px;
width:100%;
}

/* INPUT = 70% */

.tracking-search-box input{
width:70%;
padding:13px 15px;
font-size:14px;
border:1px solid #dcdcdc;
border-radius:6px;
outline:none;
transition:0.3s;
}

/* INPUT FOCUS */

.tracking-search-box input:focus{
border-color:#2a7de1;
box-shadow:0 0 0 2px rgba(42,125,225,0.1);
}

/* BUTTON = 30% */

.tracking-search-box button{
width:30%;
padding:13px;
background:#2a7de1;
color:#fff;
border:none;
border-radius:6px;
font-size:14px;
font-weight:500;
cursor:pointer;
transition:0.3s;
}

/* BUTTON HOVER */

.tracking-search-box button:hover{
background:#1f66c1;
}

/* -------------------
RESPONSIVE (MOBILE)
------------------- */

@media(max-width:600px){

.tracking-search-box form{
flex-direction:column;
}

.tracking-search-box input,
.tracking-search-box button{
width:100%;
}

.tracking-search-box button{
margin-top:5px;
}

}/* End custom CSS */