
/* order-list-bar start */ 

.order_list_bar {
	padding: 10px 0 10px!important;
}

.order_list {
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    cursor: default;
    border: 1px solid #b9d6da;
}
.order_list_bar .order_list.dtload {
  height:50px; 
}
.order_list_bar .no-item{ margin-bottom:0!important}

.order_list:hover{ color:inherit!important}
.order_list p {margin-bottom:0px!important
}
.order_list_top { 
	background:#3aa7c9;    color: #ffffffb8;
	overflow:hidden;
	padding: 7px 0;
} 
.order_list_top .order_id {    
 
} 
.order_list_top .order_id span{color: #fff;font-weight: 600;}
.order_list_middle {
	padding:10px 10px 0;
	overflow:hidden; 
	line-height: 19px;
	background: #fff;
}
.order_list_middle .order-pr-pic  {
	margin-bottom: 15px;
}
.order_list_middle .order-pr-pic img {
	max-width: 100% !important; 
}
.order_list_middle .order-pr-title {
	color:#666!important; text-transform:capitalize
} 
.order_list_middle .order-pr-info {
	margin-bottom:0px!important; font-size:12px!important; color:#999!important;
} 
.order_list_bottom {
    overflow: hidden;
    padding: 10px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e3dede;
    background: #f2f2f2;
}
.order_list_bottom .order-status {
	color: #ff791f;
text-transform: capitalize;
}


/*********************************************************************************
footer styles
***************/
footer {
	position: relative;
	padding: 0;
	background: #333;

}

/**/
.footer-top {
	padding: 30px 15px 30px;
	position: relative;
	background: #f2f2f2;
}


footer .ftr-feature {
	text-align: center;
	padding: 10px;
	position: relative;
	display: block;
}


footer .ftr-feature .h-icon {
	display: inline-block;
	width: 60px !important;
	height: 60px !important;
	border: 1px solid #cecece;
	text-align: left;
	vertical-align: top;
	border-radius: 100%;
}

footer .ftr-feature .h-icon img {
	max-width: 40px;
	padding: 5px;
	margin-top: 9px;
	margin-left: 8px;
}

footer .ftr-feature .text {
	display: inline-block;
	width: calc(100% - 65px);
	padding-left: 10px !important;
	text-align: left;
}

footer .ftr-feature .text h4 {
	font-size: 14px !important;
	line-height: 22px;
	color: #121212 !important;
	font-weight: 600;
	text-transform: uppercase;margin-bottom: 0 !important;
}
footer h4:after {
   display: none;
}
footer .ftr-feature .text p {
	color: #666;
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 400;
	text-transform: capitalize;
}

/**/
footer .footer-logo {
	padding: 15px;
	position: relative;
	background: #FFF;
	border-radius: 4px;
	width: 220px;
	margin: 0 auto 20px !important;
}

footer .logo {
	width: 180px;
	display: block;
}

footer .logo img {
	max-width: 100%;
}

/**/
footer p {
	color: #fff;
}

footer p a {
	color: #ffe300 !important
}

footer h2 {
	text-align: left;
	color: #fff;
	font-size: 18px !important;
	font-weight: 500;
	margin-bottom: 25px !important;
	text-transform: capitalize;
	position: relative;
}

/* 
footer h2:before {
	content: '';
	border-top: 2px solid #ffe300;
	width: 30px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 2
} */




footer .footer-bar {
	margin: 45px 0 20px;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-left: 28px !important;
	margin-bottom: 40px !important;
}

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 22px;
	color: #fff !important;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

footer .site-nav ul li strong {
	font-weight: 500;
	color: #fff
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #feaf4f !important;
}

footer .site-nav ul a {
	font-size: 14px;
	color: #fff !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* footer nav*/
footer .nav-menu ul {
	list-style: none;
	margin: 0 0 30px 0px !important;
}

footer .nav-menu ul li {
	line-height: 25px;
	display: block;
	text-indent: 0px;
}

footer .nav-menu ul a {
	display: block;
	font-size: 14px !important;
	line-height: 26px;
	color: #fff !important;
}

footer .nav-menu ul a:hover {
	color: #feaf4f !important;
}

footer h3.sm-heading {
	font-size: 16px !important;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 10px !important;
	text-align: center;
}

.ftr-clear {
	clear: both !important;
}

/* Social Nav */
footer .social-nav ul {
	list-style: none;
	padding: 0px !important;
	float: right;
}

footer .social-nav ul li {
	float: left;
	margin-right: 5px !important;
}

footer .social-nav ul li a {
	border: 0 !important;
	padding: 0 !important;
}

footer .social-nav li a .fa {
	color: #fff !important;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 11px !important;
	text-align: center;
	border: 0px;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .social-nav li a .fa-facebook {
	background: #3b5a9a;
}

footer .social-nav li a .fa-twitter {
	background: #28a8e0;
}

footer .social-nav li a .fa-linkedin {
	background: #117bb8;
}

footer .social-nav li a .fa-youtube {
	background: #d81a1a;
}

/* End Social Links */

footer .down-app1 {
	display: block;
	width: 120px;
	margin: 0 auto 20px !important;
}

footer p.other-info {
	margin-bottom: 4px !important;
}

footer .down-app1 img {
	max-width: 100%;
}

footer .sm-gape {
	margin-top: 20px !important;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	padding: 10px 0px !important;
	position: relative;
	background: #024c32;
}

footer .footer-bar-bottom .copy {
	margin-bottom: 0px !important;
	text-align: left;
	color: #FFF;
	font-size: 14px !important;
	line-height: 24px;
    margin-top: 0 !important;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #feaf4f;
	font-weight: 600;
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
	font-size: 13px !important;
}

footer .footer-bar-bottom .designer img {
	border: 1px solid #bbbaba;
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

/**/
/*Payment Icon*/

footer .pay-method {
	list-style: none;
	display: table;
	text-align: center;
	margin: 0 auto !important;
	padding: 2px !important;
}

footer .pay-method li {
	color: #fff !important;
	float: left;
	margin-right: 10px !important;
	margin-bottom: 8px !important;
	border: 1px solid;
}

footer .pay-method li img {
	height: 20px;
}

/**/

footer .go-top {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 50px;
	right: 30px;
	/* margin-right: -50%;
	transform: translateX(-50%); */
	z-index: 9;
	background: #feaf4f;
	border: 1px solid #feaf4f;
	border-radius: 100%;
}

footer .go-top img {
	/* filter: brightness(0) invert(0); */
	display: block;
	margin: 13px auto 0;
	position: relative;
	-webkit-animation: jump 1s ease-out infinite;
	animation: jump 1s ease-out infinite;
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

