:root {
	--h1size: 50px;
	--h2size: 40px;
	--h3size: 24px;
	--h4size: 20px;
	--h5size: 18px;
	--h6size: 16px;
	--bodysize: 16px;
	--h1height: 58px;
	--h2height: 48px;
	--h3height: 32px;
	--h4height: 28px;
	--h5height: 26px;
	--h6height: 26px;
	--bodyheight: 26px;
	--pfamily: 'Rubik', sans-serif;
	--red: #ff3838;
	--gray: #777777;
	--text: #555555;
	--blue: #1494a9;
	--white: #ffffff;
	--chalk: #f5f5f5;
	--green: #11b76b;
	--purple: #b12fad;
	--orange: #e86121;
	--yellow: #ffab10;
	--body: #f5f6f7;
	--border: #e8e8e8;
	--heading: #39404a;
	--primary: #28D146;
	--sub-heading: #565765;
	--green-chalk: #ddffd5;
	--green-dark: #072f17;
	--gray-chalk: #cccccc;
	--intro-bg: #f8fffa;
	--facebook: #3b5998;
	--linkedin: #0e76a8;
	--twitter: #00acee;
	--google: #E60023;
	--instagram: #F77737;
	--primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
}
.order-track {
	margin-bottom: 25px
}

.order-track-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 10px;
	border-radius: 10px;
     border: 1px solid rgba(128, 128, 128, 0.3);
	background: #f8f8ff;
 box-shadow: 1px 1px 4px #f4f4f4;
}

.order-track-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1
}

.order-track-item::before {
	position: absolute;
	content: "";
	top: 10px;
	left: 0px;
	width: 100%;
	height: 5px;
	z-index: -1;
	background: #fff;
    border: 0.5px solid #072f17;
}

.order-track-item:first-child::before {
	border-radius: 50px 0px 0px 50px
}

.order-track-item:last-child::before {
	border-radius: 0px 50px 50px 0px
}

.order-track-item svg {
	width: 25px;
	height: 25px;
	font-size: 20px;
	line-height: 22px;
	border-radius: 50%;
	margin-bottom: 10px;
	text-align: center;
	display: inline-block;
	color: var(--primary);
	background: var(--white);
	border: 2px dotted var(--primary)
}

.order-track-item span {
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
	color: var(--heading);
	text-transform: capitalize
}

.order-track-item.active::before {
	background: var(--primary)
}

.order-track-item.active i {
	color: var(--white);
	background: var(--primary)
}

.order-track-item.active span {
	color: var(--primary)
}

@media (max-width: 575px) {
	.order-track {
		overflow-x: scroll
	}

	.order-track-list {
		width: 575px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.order-track-item span {
		white-space: inherit
	}
}

.nav-pills .nav-link {
	font-weight: 400;
	list-style: decimal
}

.nav-pills .nav-link.active {
	color: var(--primary);
	background: transparent
}

@media (max-width: 991px) {
	.nav {
		margin-bottom: 30px
	}
}

.countdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.countdown-time {
	padding: 0px 30px;
	position: relative;
	color: var(--heading);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.countdown-time::before {
	position: absolute;
	content: ":";
	top: 28%;
	right: -3px;
	font-size: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: var(--heading)
}

.countdown-time:last-child::before {
	display: none
}

.countdown-time span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: var(--primary)
}

.countdown-time small {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize
}

@media (max-width: 575px) {
	.countdown-time {
		padding: 0px 12px
	}

	.countdown-time:first-child {
		padding-left: 0px
	}

	.countdown-time:last-child {
		padding-right: 0px
	}

	.countdown-time span {
		font-size: 35px
	}

	.countdown-time small {
		font-size: 16px
	}
}

.suggest-card {
	position: relative
}

.suggest-card::before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.4);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.suggest-card:hover::before {
	background: rgba(218, 134, 9, 0.9)
}

.suggest-card img {
		width: 212px;
	border-radius: 8px;
	height: 102px;
}
.suggest-card h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--white);
	font-weight: 400;
	text-transform: capitalize;
	text-shadow: var(--primary-tshadow)
}

.suggest-card h5 span {
	display: block;
	font-size: 15px;
	font-weight: 300
}

@media (max-width: 400px) {
	.suggest-card h5 {
		font-size: 16px;
		line-height: 24px
	}

	.suggest-card h5 span {
		font: 14px
	}
}

.orderlist-filter {
	padding: 20px 25px;
	margin-bottom: 30px;
	border-radius: 8px;
	background: var(--white);
	border: 1px solid var(--border);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.orderlist-filter h5 {
	text-transform: capitalize
}

.filter-short {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.filter-short .form-label {
	font-size: 18px;
	margin: 0px 8px 0px 0px;
	color: var(--heading)
}

.filter-short .form-select {
	width: 150px;
	background: #e8e8e8
}

.orderlist {
	padding: 0px 30px;
	border-radius: 8px;
	margin-bottom: 30px;
	background: var(--white);
	border: 1px solid var(--border);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.orderlist-head {
	padding: 25px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer
}

.orderlist-head h5 {
	color: var(--primary);
	text-transform: capitalize
}

.orderlist-details {
	padding: 25px;
	border-radius: 10px;
     border: 1px solid rgba(128, 128, 128, 0.3);
	background: #fff;
 box-shadow: 1px 1px 4px #f4f4f4;
	margin-bottom: 25px
}

.orderlist-details li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.orderlist-details li:last-child {
	margin-bottom: 0px
}

.orderlist-details li h6 {
	line-height: 26px;
	white-space: nowrap;
	text-transform: capitalize
}

.orderlist-details li h6 small {
	font-size: 14px;
	font-weight: 400;
	margin-left: 3px
}

.orderlist-details li p {
	width: 250px;
	text-align: right
}

.orderlist-deliver {
	height: 215px;
	padding: 25px;
	margin-bottom: 25px;
	border-radius: 10px;
     border: 1px solid rgba(128, 128, 128, 0.3);
	background: #fff;
 box-shadow: 1px 1px 4px #f4f4f4;
}

.orderlist-deliver h6 {
	margin-bottom: 15px;
	white-space: nowrap;
	text-transform: capitalize
}

.orderlist-deliver p {
	text-transform: capitalize
}

.table-list {
	overflow-x: auto;
	margin-bottom: 30px;
	border-radius: 10px;
     border: 1px solid rgba(128, 128, 128, 0.3);
	background: #f8f8ff;
 box-shadow: 1px 1px 4px #f4f4f4;
}

.table-scroll {
  overflow-x: scroll;
}

@media (max-width: 575px) {
	.orderlist-filter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.orderlist-filter h5 {
		margin-bottom: 15px
	}

	.orderlist {
		padding: 0px 15px
	}

	.orderlist-head {
		padding: 15px 0px
	}
}