@media (min-width: 1200px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 1300px){
    .container{
        max-width: 100%;
    }
}

@media (min-width: 1400px){
    .container{
        max-width: 100%;
    }
}
@media (min-width: 1500px){
    .container{
        max-width: 1480px;
    }
}
@media (min-width: 1600px){
    .container{
        max-width: 1520px;
    }
}
@media (min-width: 1700px){
    .container{
        max-width: 1620px;
    }
}
@media (min-width: 1800px){
    .container{
        max-width: 1720px;
    }
}

.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
	padding: 15px;
}

	.resp-vtabs {
		display: flex !important;
		flex-direction: row;
	}

.parcel-block {
	background-color: #f8f8f8;
	padding: 20px 0px 20px 30px;
}

.resp-tab-item {
	margin-bottom: 11px;
	border-radius: 10px;
	list-style: none;
	position: relative;
	font-weight: 600;
}

.resp-tab-item .parcel-info {
	-webkit-box-shadow: -2px 2px 10px 4px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: -2px 2px 10px 4px rgba(50, 50, 50, 0.10);
	box-shadow: -2px 2px 10px 4px rgba(50, 50, 50, 0.10);
	padding: 20px;
	margin-right: 40px;
	cursor: pointer;
}

.resp-tab-active:before,
.resp-tab-item:hover:before {
	content: "";
	left: -10px;
	top: 0px;
	height: 100%;
	width: 10px;
	display: block;
	background-color: #f9b11e;
	position: absolute;
	border-radius: 5px 0px 0px 5px;
}

.resp-tab-active:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0;
	height: 0;
	border-top: 41px solid transparent;
	border-bottom: 41px solid transparent;
	border-left: 41px solid #f9b11e;
}

.courier-icon {
	-webkit-box-shadow: -2px 2px 10px 4px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: -2px 2px 10px 4px rgba(50, 50, 50, 0.10);
	box-shadow: -2px 2px 10px 4px rgba(50, 50, 50, 0.10);
	padding: 7px;
}


/*--Order Status--*/

.shop-tracking-status .order-status {
	margin-top: 150px;
	position: relative;
	margin-bottom: 150px
}

.shop-tracking-status .order-status-timeline {
	height: 2px;
	background: #f9b11e;
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion {
	height: 2px;
	margin: 1px;
	background: #0fd800;
	width: 0px
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c1 {
	width: 22%
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c2 {
	width: 46%
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c3 {
	width: 70%
}

.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c4 {
	width: 100%
}

.shop-tracking-status .image-order-status {
	background-color: #ffffff;
	position: absolute;
	margin-top: -70px;
	cursor: pointer;
	width: 70px;
    height: 70px;
}

.shop-tracking-status .image-order-status p {
	margin-bottom: 10px;
	text-align: center;
	white-space: nowrap;
}

.shop-tracking-status .image-order-status.active .status {
	color: #cf7400;
	text-shadow: 0px 0px 1px #777
}

.shop-tracking-status .image-order-status .icon {
	background-color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin: 0 auto;
	box-shadow: 0px 0px 3px 0px #00000040;
}

.shop-tracking-status .image-order-status.active .icon {
	border: 2px solid #0fd800;
}

.status-new {
	left: 0
}

.status-active {
	left: 30%
}

.status-intransit {
	left: 63%
}

.status-delivered {
	left: 96%
}

.delivery-info {
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	display: none !important; z-index: 1;
}

.shop-tracking-status .image-order-status.has-info:hover .delivery-info {
	display: block !important;
}

.shop-tracking-status .image-order-status:last-child .delivery-info {
	right: 0px;
	left: auto;
}

.delivery-description {
	margin-top: -10px;
	font-size: 12px;
	font-weight: bold;
}


/*--Order Status--*/


/*--Products in parcel--*/

.products-in-parcel .product-image img{
	width: 80px !important;
	height: auto;
	max-width: initial !important;
	object-fit: contain;
}
.product-title-track{
	font-weight: 600;
}

/*--Order Complete Tracking--*/

.track_row {
	padding: 0 0 40px !important;
	font-size: 15px;
	clear: both;
}

.track_row_date {
	text-align: right;
	width: 118px;
}

.vertical-timeline .main_box_row .track_message_address .track_message,
.vertical-timeline .main_box_row .track_row_date .track_date {
	line-height: normal;
	color: #464646;
	padding: 0 0 5px;
}

.track_time,
.track_address {
	color: #95a5a6;
	word-wrap: break-word;
}

.vertical-timeline .main_box_row .imgcircle {
	/*height: 15px;
	width: 15px;
	margin: 10px;
	background: #0fd800;
	border-radius: 50%;*/
	position: relative;
	/*display: table;*/
}

.vertical-timeline .main_box_row .track_row.complete .imgcircle .line {
	background: #0fd800;
}
.vertical-timeline .main_box_row .complete:first-child .imgcircle .line{
	display: none;
}
.vertical-timeline .main_box_row .imgcircle .line {
    background: #0fd800;
    height: 100%;
    width: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 100%;
}

.vertical-timeline .main_box_row .track_message_address .track_message,
.vertical-timeline .main_box_row .track_row_date .track_date {
	color: #464646;
	padding: 0 0 5px;
}
.parcel-info small{
	color: #909090;
    font-weight: 400;
}
.font-weight-medium{
	font-weight: 600;
}
.font-weight-medium .theme-color{
	font-weight: 700;
}
.shop-tracking-status .image-order-status p.delivery-description{
	white-space: inherit;
}
.vertical-timeline .main_box_row .imgcircle:after {
    content: '';
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    background: #0fd800;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}
 #load-more-shipment-sm{
        display: none;
    }

/*--Order Complete Tracking--*/
@media only screen and (min-width: 992px) {

}

@media only screen and (max-width: 1600px) {
	.flex-row.parcel-info {
		flex-direction: column !important;
	}
	.resp-tab-item .parcel-info{ 
		display:block !important;
		width:auto;
	 }
}

@media only screen and (max-width: 1499px) {
	.track-order-page .track_row {
		font-size: 13px;
	}
	.track-order-page .parcel-block p {
		justify-content: left !important;
	}
	.track-order-page .container-fluid.pl-5 {
		padding-left: 1.5rem !important;
	}
	.track-order-page .container-fluid.pr-5 {
		padding-right: 1.5rem !important;
	}
	.track-order-page .status-delivered {
		left: 94%;
	}
	.product-title-track{
		font-size: 13px;
	}
}

@media only screen and (max-width: 1279px) {
	.track-order-page {
		font-size: 13px;
	}
	.track-order-page .resp-tab-item .parcel-info {
		padding: 10px;
		margin-right: 15px;
	}
	.track-order-page .parcel-block {
		padding: 20px 10px 20px 20px;
	}
	.track-order-page .resp-tab-active:after {
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 15px solid #f9b11e;
	}
	.track-order-page .status-delivered {
		left: 92%;
	}
	.track-order-page .products-in-parcel .h2 {
		font-size: 15px;
		margin-bottom: 20px !important;
	}
	.track-order-page .track_row_date {
		width: 95px;
	}
}

@media (max-width: 1024px){
        #load-more-shipment{
            display: none;
        }
        #load-more-shipment-sm{
            display: inline-block;
            float: right;
            margin-top: 10px;
        }
    }

@media only screen and (max-width: 1023px) {
	/*--Tabs Chnage to accordian--*/
	.track-order-page ul.resp-tabs-list {
		display: none;
	}
	.track-order-page h2.resp-accordion {
		display: block;
		font-size: 15px;
		font-weight: 700;
		padding: 11px 15px;
		margin: 5px 0 5px 0px;
		background-color: #f8f8f8;
		position: relative;
	}
	.track-order-page h2.resp-accordion:first-child {
		margin-top: 10px;
	}
	.track-order-page h2.resp-accordion .parcel-info {
		background-color: transparent !important;
		flex-direction: row !important;
	}
	.track-order-page .resp-vtabs .resp-tab-content {
		border: 2px ​solid #f8f8f;
	}
	.track-order-page .resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: initial;
		clear: none;
	}
	.track-order-page .resp-accordion-closed {
		display: none !important;
	}
	.track-order-page .resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
	.track-order-page .resp-vtabs {
		flex-direction: column;
		display: block !important;
	}
	/*--Tabs Chnage to accordian--*/
	.track-order-page .resp-tab-active:before,
	.track-order-page .resp-tab-item:hover:before {
		content: normal;
	}
	.track-order-page .resp-tab-active:after {
		content: normal;
	}
	.track-order-page .resp-arrow {
		background-image: url(../images/arrrow-down.svg);
		background-repeat: no-repeat;
		background-position: center;
		width: 40px;
		height: 40px;
		background-size: contain;
		position: absolute;
		right: 20px;
		top: 20%;
	}
	.resp-accordion.resp-tab-active .resp-arrow {
		transform: rotate(180deg);
	}
	.track-order-page .products-in-parcel.border-right {
		border-right: 0px !important;
	}
	.track-order-page .products-in-parcel ul li.flex-column {
		flex-direction: row !important;
	}
	.track-order-page .products-in-parcel ul li strong {
		padding: 0 15px;
	}
	.track-order-page .parcel-block {
		flex-direction: row !important;
		display: flex;
		justify-content: space-between;
		padding: 10px 15px;
		position: relative;
    	top: 0;
	}
	.track-order-page .parcel-block .btn {
		align-self: center;
	}
	#verticalTab {
		margin-bottom: 15px !important;
	}
.shop-tracking-status .order-status {margin-top: 130px;
       margin-bottom: 90px;}
       .parcel-info span{
	font-weight: 600;
}


}


@media only screen and (max-width: 767px) {

/*--Vertical Track Order Details Section--*/
.cd-timeline {
    overflow: hidden;
    padding: 2em 0;
    color: #818d98;
    background-color: #f8f8f8;
    
}
.parcel-complete-information .mb-5{
	margin-bottom: 0px !important;
	margin-top: 1.5rem !important;
}
.parcel-info span{
	font-size: 14px;
	font-weight: 600;
}
.cd-timeline__container {
    position: relative;
    padding: 1.25em 0;
}
.max-width-lg {
    max-width: 80rem;
}
.container {
    width: calc(100% - 2.25em);
    margin-left: auto;
    margin-right: auto;
}
/*.cd-timeline__container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: hsl(205, 38%, 89%);
}*/
.cd-timeline__block {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    padding-bottom: 2em;
}
.cd-timeline__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    /*box-shadow: 0 0 0 4px hsl(0deg 0% 100%), inset 0 2px 0 rgb(0 0 0 / 8%), 0 3px 0 4px rgb(0 0 0 / 5%);*/ 
    background-color: #fff;
    border: 2px solid #ddd;
    position: relative;

}
.cd-timeline__img.cd-timeline__active {
    /*box-shadow: 0 0 0 1px #0fd800, inset 0 1px 0 #0fd800, 0 1px 0 4px #0fd800;*/

    border: 2px solid #0fd800;
}
.cd-timeline__block:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 19px;
	height: 100%;
	background: hsl(205, 38%, 89%);
	width: 3px;
	z-index: -1;
}
.cd-timeline__block.cd-timeline__active:after{
	background: #0fd800;
}
.cd-timeline__block:last-child:after{
	display: none;
}
.cd-timeline__img img {
    width: 24px;
    height: 24px;
}
.cd-timeline__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-left: 1.25em;
    background: hsl(0, 0%, 100%);
    border-radius: 0.25em;
    padding: 8px 11px;
    box-shadow: 0 3px 0 hsl(205deg 38% 89%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.cd-timeline__content h2 {     font-size: 14px;
    color: #000;
    font-weight: 600;
	margin-bottom: 5px;
}
.cd-timeline__date {
    color: hsla(207, 10%, 55%, 0.7);
}
/*--Vertical Track Order Details Section--*/
.shop-tracking-status{
	display: none !important;
}
.products-in-parcel .product-image{
	width: auto;
}
p.color-contrast-medium{
	font-size: 11px;
}
.text-component p{
	margin-bottom: 5px;
}
}


@media only screen and (max-width: 639px) {
.parcel-complete-information > ul { flex-wrap: wrap; justify-content: space-between !important;}
.parcel-complete-information > ul li { margin-bottom: 10px; min-width: 120px; text-align: left !important; margin-right: 10px;}

}


@media only screen and (max-width: 539px) {
.shop-tracking-status .image-order-status .icon { width: 30px; height: 30px; }
.shop-tracking-status .image-order-status .icon img { max-width: 80%; }
.shop-tracking-status .image-order-status {margin-top: -45px;}
.shop-tracking-status .image-order-status > p { font-size: 11px; max-width: 55px;}
.track-order-page .status-delivered { left: 90%; }
.shop-tracking-status .order-status-timeline .order-status-timeline-completion.c2 { width: 40%; }
.shop-tracking-status .image-order-status.status-intransit { margin-top: -60px; }
.delivery-info { width: 160px; }
.shop-tracking-status .order-status { margin-top: 90px; }
.track-order-page .products-in-parcel { padding: 0px; }
.track-order-page .resp-vtabs .resp-tab-content { padding:15px 0px; }
.track-order-page .container-fluid.pl-5 { padding-left: 1rem !important; }
.track-order-page .container-fluid.pr-5 { padding-right: 1rem !important; }




.products-in-parcel .img-fluid {max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;}

    .track-order-page .track_row { font-size: 12px; }

}

@media only screen and (max-width: 479px) {
.track-order-page { font-size: 12px; }
.track-order-page .resp-arrow { width: 25px; height: 25px; top: 25%; right: 10px;}
.track-order-page .parcel-block {
    flex-direction: column !important; 
    align-items: center; padding: 15px;
}
.products-in-parcel .product-image img { 
    width: 60px !important;
    height: 60px !important;

}
}