body,
button,
input,
optgroup,
select,
textarea {
  	font-family: "Roboto", Arial, sans-serif; 
}
.navbar {
	height: 70px;
}
.main-page-wrap {
	padding-top: 70px;
	height: 100%;
}
.main-panel > .content {
	margin-top: unset;
	padding-top: 30px;
}
.perfect-scrollbar-on .sidebar {
	top: 70px;
	height: unset;
	max-height: unset;
	bottom: 0;
}
.sidebar .sidebar-wrapper {
	height: calc(100% - 75px);
	max-height: calc(100% - 75px);
	overflow: auto;
	padding-bottom: 0;
}
.navbar-brand img {
	height: 50px;
}
.title {
	font-weight: 500;
}
.panel-without-sidebar {
	width: 100%;
}
.signup-container {
	max-width: 600px;
}
.login-container {
	max-width: 400px;
}
.form-control:focus {
	border-color: #007bff;
}
.footer .copyright {
	float: unset;
}
.footer nav {
	float: unset;
	padding-left: 0;
}
.sidebar-inner-title {
	display: block;
	font-size: 0.75rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 15px;
    text-transform: uppercase;
}
.sidebar .nav i, 
.off-canvas-sidebar .nav i {
	font-size: 18px;
}
.sidebar .nav li > a, 
.off-canvas-sidebar .nav li > a {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8142em;
}
.sidebar .filters-wrap .nav li > a {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(255, 255, 255, 0.1);
}
.sidebar .filters-wrap .filters-list {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.sidebar .filters-wrap .form-check {
	margin-top: 0.6rem;
}
.form-check .form-check-sign::before,
.form-check .form-check-sign::after {
	height: 16px;
	width: 16px;
	line-height: 16px;
}
.form-check .form-check-sign::after {
	font-size: 10px;
	color: #fff;
}
.form-check .form-check-label {
	padding-left: 22px;
	line-height: 16px;
	font-size: 0.95em;
	color: rgba(255,255,255,0.8);
}
.form-check .form-check-label:hover {
	color: #fff;
}
.price-col h5 {
	line-height: normal;
}
.price-col h5 label {
	font-size: 0.551em;
}
.counter-price label {
	font-weight: 400;
	font-size: 0.825em;
}
.counter-price h6 {
	font-weight: 400;
}
.counter-price .form-control {
	display: inline-block;
	width: 80px;
	border-radius: 3px;
}
.brand-cat-col .badge {
	font-size: 0.8rem;
	font-weight: 400;
}
.cat-text {
}
.font-small {
	font-size: 0.8rem;
}
.page-title .input-group.no-border .form-control + .input-group-addon,
.page-title .input-group.no-border .form-control {
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
}
.page-title .input-group-addon {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.price-col .input-group-sm .form-control {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 60px;
}
.btn.btn-icon.cart-float-btn {
	font-size: 28px;
	height: 4rem;
	width: 4rem;
	position: fixed;
	right: 15px;
	bottom: 15px;
	color: #fff;
	text-align: center;
}
.order-list {
	border-bottom: 1px solid #dee2e6;
}
.order-list:last-child {
	border-bottom: 0;
}
.dlt-cart-item {
	position: absolute;
	right: 0;
    top: 5px;
    font-size: 12px;
	color: #c81b1b;
	cursor: pointer;
}
.modal-body .order-list .input-group-sm>.input-group-append>.input-group-text,
.modal-body .order-list .input-group-sm>.input-group-prepend>.input-group-text,
.qty-input-group .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .35rem .35rem;
    font-size: .675rem;
}
.modal-body .price-col .input-group-sm .form-control,
.qty-input-group .input-group-sm .form-control {
	padding: 0;
	width: 50px;
	text-align: center;
}
.status-badge {
    padding: 0.35em .5em;
    font-size: 80%;
    font-weight: 400;
}
.table-action-btns .btn {
	font-size: 12px;
	padding: 4px 8px;
}
.order-status-panel {
	padding-bottom: 50px !important;
}
.order-status-wrap {
	position: absolute;
	left: 0;
	bottom: 5px;
	right: auto;
	white-space: nowrap;
}
.order-status-wrap ul {
	margin: 0;
	padding: 0;
}
.order-status-wrap li {
	position: relative;
	list-style-type: none;
	text-align: center;
	display: inline-block;
	padding-right: 50px;
}
.order-status-wrap li:before {
	position: absolute;
    content: "";
    background: #e5e5e5;
    width: 100%;
    height: 2px;
    top: 20%;
    left: 27%;
}
.order-status-wrap li:last-child:before {
	display: none;
}
.order-status-wrap li .step-icon {
	position: relative;
	display: block;
	height: 14px;
	width: 14px;
	border: 2px solid green;
	background: #fff;
	border-radius: 100%;
	margin: 0 auto;
}
.order-status-wrap li .step-name {
	font-size: 11px;
}
.order-status-wrap li.current-status .step-icon {
	background: green;
}
.order-status-wrap li.current-status:before {
	background: green;
}
/* order list */
@media(max-width: 767px) {
	.counter-price {
		margin-top: 12px;
	}
}