@charset "utf-8";
html, body, #footer {background-color: #f3f3f3 !important}

#sitecontainer_track {
padding:50px 20px;
font-family: 'Roboto Slab',sans-serif;
font-weight: 300
}

#sitecontainer_track h1 {
text-align: center;
margin:0 0 10px 0;
font-weight: 200;
font-size:28px
}

label.error {
position: relative;
background-color:#b56262;
color:#fff !important;
padding:5px 8px;
font-size:13px !important;
display:block;
box-sizing: border-box;
margin-top:8px;
border-radius: 6px;
width:fit-content;
font-family: 'Roboto Slab',sans-serif;
font-weight: 200;
box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
label.error:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #b56262 transparent;
display: block;
width: 0;
z-index: 1;
top: -8px;
left: 8px;
}

#tracker_box {
    background-color: #d3cdcd;
    border: 1px solid #bababa;
    padding: 30px;
    border-radius: 18px;
    width: 95%;
    margin: 20px auto 0 auto;
    box-sizing: border-box;
    max-width: 600px;
}

.track_error {
width:95%;
max-width: 600px;
margin:20px auto 20px auto;
padding:14px;
background-color: #b97474;
color:#fff;
box-sizing: border-box;
border-radius:5px;
text-align: left;
font-size: 13px;
display: flex;
flex-direction: row;
align-items: center
}

.track_error img {width:24px; height:24px; margin-right: 8px}

a.tracklink { 
    background-color: #ffffff;
    display: block;
    text-decoration: none;
    padding: 4px 8px;
    border-radius: 6px;
    color: #743269;
    margin-top: 8px;
    margin-bottom: -10px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.tracker_st {
display:flex;
align-items: top;
flex-direction:row;
margin-bottom: 20px
}

.tracker_st .stnm {
  flex: 0 0 45px;
}

.tracker_st div {flex-basis: 100%; flex-grow: 1}

.tracker_st .stnum{
width:24px;
height:24px;
background-color: #fdfdfd82;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 0px 1px;
font-size: 18px;
font-weight:400;
color:#5a4b55;
padding:5px;
text-align: center;
}

.tracker_st label{
font-size:18px;
	color:#000
}

.tracker_st p {
font-size: 14px;
color:#000;
	font-weight:100;
margin: 5px 0
}

.tracker_st input {
width:100%;
padding:0.5rem;
font-size:14px;
border:1px solid #b9b9b9;
font-family: 'Roboto Slab',sans-serif;
box-sizing: border-box;
font-weight:200;
color:#000;
border-radius:0.5rem
}

    .css-input-container {
                display: flex;
      align-items: center;
      background-color: #ffffff;
      border: 1px solid #b6b6b6;
      border-radius: 0.5rem;
      transition: all 0.15s ease-in-out;
          } 

        .css-input-container .prefix {
              padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: #6c6c6c;
    font-weight: 300;
        }

        .css-input-container input {
            flex-grow: 1;
            padding: 0.5rem; /* equivalent to p-2 */
            background-color: transparent;
            border: none;
            outline: none; /* removes focus ring from input itself */
            color: #000000; /* equivalent to text-gray-800 */
        }
        
        .css-input-container input::placeholder {
            color: #a8abb1; /* equivalent to placeholder-gray-400 */
        }

#tracker_box form button {
background: #2b2629;
border:none;
padding:10px 18px;
font-size:15px;
color:#fff;
display: block;
font-family: 'Roboto Slab',sans-serif;
margin: 0 auto;
border-radius: 35px;
cursor:pointer;
font-weight: 200;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#tracker_box form button:hover {
background: #463A42;
}

#order_progress #orderstages{
display:flex;
flex-direction:row;
justify-content: center
}

#order_progress {
width:100%;
max-width: 1000px;
margin: 70px auto 0 auto
}

#order_progress #orderstages .stage_container {
flex: 1 33%;
max-width:33%;
box-sizing: border-box;
}

#order_progress #orderstages .stage_container .mcli{
width:100%;
height:10px;
box-shadow: 0px 15px 10px -15px #111;
position: relative
}

.mcli_wrapper  {
width:100px;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -40%);
}

.mcli_wrapper .mcli_lbl {
padding-top: 10px;
font-size:18px;
text-align: center;
font-weight: 300;
color:#000
}

.stg_incomplete .mcli_wrapper .mcli_lbl {
color:#d5d5d5;
font-weight:300
}

.stg_incomplete img{
opacity:0.1
}

.mcli .stg_type  {
width:70px;
height:70px;
border-radius: 50%;
padding:15px;
margin:0 auto;
box-shadow: 0px 15px 10px -15px #111;
box-sizing: border-box
}

.stg_type img{
width:100%
}

/*.stgtype_incomplete img {
opacity:0.2
}*/

.stg_complete, .stgtype_complete {
background-color:#918390
}

.stg_incomplete, .stgtype_incomplete {
background-color: #ddd
}

.mcli_left {
border-radius:50px 0 0 50px
}
.mcli_right {
border-radius:0px 50px 50px 0
}

#orderdetails {
background-color:#e7e6e7;
margin-top: 80px;
padding: 20px;
text-align: center;
box-sizing: border-box
}

#orderdetails h2 {
margin:0;
font-weight: 400;
color:#2d2229;
font-size: 21px
}

#orderdetails #flx {
display:flex;
flex-direction: row;
margin-top: 20px;
justify-content: space-between
}

#flx .section {
background-color:#ffffff94;
flex: 1 48%;
max-width:48%;
margin:1%;
}

/*timeline*/
#timeline-wrapper {
text-align: left;
padding:10px;
box-sizing: border-box
}

.timeline{
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
  position: relative;
}

.timeline::before{
  content: '';
  width: 4px;
  min-height: 500px;
  background: #ccc;
  position: absolute;
  left: 5%;
  z-index: 2;
}

.tlsize_1 {
min-height: 300px !important;
}
.tlsize_1::before{
  min-height: 300px !important;
}

.tlsize_2 {
min-height: 400px !important;
}
.tlsize_2::before{
  min-height: 400px !important;
}


.timeline-inner{
  position: relative;
  padding: 20px 0;
}
.timeline-inner-img{
  width: 10px;
  height: 10px;
  background:#ad9aa7;
  border-radius: 50%;
  position: absolute;
  left: 5%;
  margin-left: -15px;
  z-index: 3;
  color: #fff;
  padding: 9px;
  border: 4px solid #fcfcfc; 
}

.timeline-inner-img img{
padding-bottom:5px;
width:12px;
height:12px
}

.timeline-inner-img1{
  position: absolute;
  width: 40px;
  background:#5b5b5b;
  top: 60px;
  left: 5%;
  font-size: 11px;
  border-radius: 5px;
  margin-left: -20px;
  padding:5px;
  z-index: 3;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.timeline-inner-content{
  position: relative;
  width: 95%;
  min-height: 120px;
  left: 5%;
  padding: 5px 20px;
  box-sizing: border-box;
  color: #252525;
}
.timeline-inner:last-child .timeline-inner-content{
  border-bottom: 0;
}
.wrap-text{
  width: 90%;
  margin: 0 auto;
}
.timeline-inner-content h3{
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 350;
  color:#272727
}
.timeline-inner-content h3 i{
  margin-right: 5px;
}
.timeline-inner-content p{
  margin-left: 25px;
  font-size: 14px;
	font-weight:200
}

.timeline-inner-content p.tltime{
  padding:0;
  color:#000;
  font-size: 12px;
}
/* end timeline */

#delivery_wrapper {
padding:10px;
box-sizing: border-box
}

#delivery_wrapper h4{
font-size:16px;
margin: 20px 0 20px 0;
font-weight:350
}

#delivery_wrapper address{
font-size:14px;
color:#000;
	font-weight: 200
}

#delivery_wrapper hr {
border: 0;
height: 1px;
width: 100%;
margin: 35px 0;
background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #dfdfdf));
opacity: 0.7;
}

#paymethod {font-size: 14px; margin-bottom: 20px; color:#252525; font-weight: 300; display:flex; align-items: center; justify-content: center;}
#paymethod img{width: 30px; margin-left: 5px; margin-top: 3px; box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}

#itemdetails {
background-color:#e7e6e7;
margin-top: 20px;
padding: 20px;
text-align: left;
box-sizing: border-box;
}

#itemdetails h3 {
margin:0 0 20px 0;
font-weight: normal;
color:#2d2229;
font-size: 20px
}

#itemdetails .section {
background-color:#ffffff94;
display:flex;
flex-direction: row;
flex-flow: row wrap;
justify-content: space-between;
padding: 20px;
font-size: 14px
}

#itemdetails .section::after {
  content: "";
  flex: auto;
}

#itemdetails .section .pitem{
display:flex;
flex: 1 31%;
max-width:31%;
align-items:center;
text-align: left;
margin:1%;
flex-direction: row
}

#itemdetails .section .pitem a{
text-decoration: none;
color:#000
}
#itemdetails .section .pitem a:hover{
text-decoration:underline
}

#itemdetails .section .pitem p{
margin:6px 0 0 0;
color:#333;
font-size: 11px;
font-weight:200
}

#itemdetails .section .pitem p span{
color:#e1e1e1
}

#itemdetails .section .pitem h4{
font-size: 13px;
font-weight: 350;
margin:0 0 5px 0
}

#itemdetails .section .pitem img{
box-shadow: rgb(195 195 195 / 20%) 0px 2px 8px 0px;
margin-right: 15px;
border-radius: 8px;
width:80px;
height:80px
}

.pimg_w {display: flex;flex-direction: row}

.package_group {
	background-color: #8f8f8f;
	height: 80px;
	padding:0 5px;
	box-sizing: border-box;
	margin-right: -4px;
	width:25px;
	border-radius: 5px 0 0 5px;
}

.package1 {background-color:#678ca8 !important}
.package2 {background-color:#67a88c !important}

.package_group div {
	writing-mode: tb-rl;
    transform: rotate(-180deg); 
	color:#fff; 
	font-size:10px;
	height:80px;
	margin-left:-2px;
	text-align: center;
	font-family: 'Roboto Slab',sans-serif;
	font-weight:200
}

#seperateorders_note {background-color: #f1f1f1; font-size:14px; padding:10px; box-sizing: border-box; margin:10px 0; font-family: 'Roboto Slab',sans-serif; font-weight:200; border-radius:10px; text-align: center}

@media (max-width: 850px) {
#sitecontainer_track {
padding:30px 20px;
}

#sitecontainer_track h1 {
font-size:21px
}

#order_progress {
margin: 60px auto 0 auto
}

#itemdetails .section .pitem h4 {
font-size:14px
}

}

@media (max-width: 800px) {
#itemdetails .section .pitem{
flex: 1 48%;
max-width:48%;
}
}

@media (max-width: 650px) {
#orderdetails #flx {
flex-direction: column;
}

#flx .section {
flex: 1 100%;
max-width:100%;
margin:1%;
}

#delivery_wrapper hr {
margin: 25px 0;
}

.timeline-inner{
  padding: 15px 0;
}

.timeline{
  min-height:450px;
}
.timeline::before{
  min-height:450px;
}

.tlsize_1 {
min-height: 200px !important;
}
.tlsize_1::before{
  min-height: 200px !important;
}

.tlsize_2 {
min-height: 300px !important;
}
.tlsize_2::before{
  min-height: 300px !important;
}

}

@media (max-width: 600px) {
#itemdetails .section {
flex-direction: column;
padding: 10px;
}

#itemdetails .section .pitem{
flex: 1 100%;
max-width:100%;
}
}

@media (max-width: 500px) {
#sitecontainer_track {
padding:20px 10px;
}

#tracker_box {
width:100%;
padding:20px
}

#order_progress {
margin: 40px auto 0 auto
}

.timeline-inner-content {
padding:5px 0px 5px 20px
}
.timeline-inner-content p{
font-size:13px
}

.tracker_st label{
font-size:16px
}

.tracker_st p {
font-size: 12px;
}

.timeline-inner-img1{
  width: 35px;
  top: 45px;
  left: 5%;
  font-size: 10px;
  padding:5px;
  z-index: 3;
  margin-top: 8px;
}

.mcli .stg_type {
width:50px;
height:50px;
padding:10px
}

.mcli_wrapper  {
transform: translate(-50%, -35%);
}

.mcli_wrapper .mcli_lbl {
font-size:16px;
}

}

@media (max-width: 430px) {
#orderdetails h2 {
font-size: 18px
}

.timeline-inner{
  padding: 10px 0;
}

.timeline-inner-content h3{
  font-size: 14px;
}

.mcli_wrapper .mcli_lbl {
font-size:14px;
}

}