body {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	background: #e8edf2;
	color: #333;
	font-size: 13px;
}
.padd-remove {
	padding: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 5px;
	padding-left: 5px;
}
.row {
	margin-right: -5px;
	margin-left: -5px;
}
.style-view {
	position: fixed;
	background: #1976d2;
	z-index: 9999;
}
.styleLeft {
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
}
.styleRight {
	right: 0;
	top: 0;
	height: 100%;
	width: 5px;
}
.styleTop {
	right: 0;
	top: 0;
	height: 5px;
	width: 100%;
}
.styleBottom {
	right: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
}
a:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:hover, a:focus {
	text-decoration: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
#toTop{
	position: fixed;
	bottom: 20px;
	right: 20px;
	height:40px;
	width:40px;
	background:#FC4B6C;
	color:#fff;
	line-height:25px;
	border-radius:50%;
	cursor: pointer;
	display: none !important;
	font-size:20px;
	z-index:1111;
}
section {
	position: relative;
	overflow: hidden;
	z-index:5;
}
/*----Login Screen-----*/
.login-page {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.login-page:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 380px;
	content: '';
	background: #191f28;
	z-index: 1;
}
.user-changes-sel {
	position: absolute;
	left: -165px;
	top: 50%;
	padding: 10px 15px;
	width: 380px;
	text-align: center;
	z-index: 2;
	transform: rotate(-90deg);-o-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);
}
.user-changes-sel ul li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
	padding-bottom: 5px;
}
.user-changes-sel ul li:after {
	position: absolute;
	left: 50%;
	top: 110%;
	margin-left: -8px;
	border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff;
	content: '';
	display: none;
}
.user-changes-sel ul li.active:after {
	display: block;
}
.user-changes-sel ul li a {
	font-size: 14px;
	display: block;
	color: #fff;
	opacity: 0.4;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;
}
.user-changes-sel ul li a:hover , .user-changes-sel ul li.active a {
	opacity: 1;
}
.int-log {
	display: table-cell;
	vertical-align: middle;
}
.log-box {
	width: 380px;
	margin-left: 140px;
	position: relative;
	z-index: 2;
}
.logo-img {
	width: 200px;
	margin-bottom: 15px;
}
.log-fealds {
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.log-fealds h1 {
	margin: 0 0 40px;
	font-size: 20px;
}
.log-fealds .form-control {
	height: 40px;
	border-radius: 8px;
}
.defcust-btn {
	height: 40px;
	background: #1976d2;
	color: #fff;
	padding: 0 20px;
	margin: 15px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.defcust-btn:hover {
	color: #fff;
}
.log-fealds .btn {
	width: 100%;
}
.do-have-ac {
	text-align: center;
}
.do-have-ac a {
	display: inline-block;
}
/*---- Header Start -------*/
header {
	position: fixed;
	z-index: 999;
	width: 100%;
	box-shadow: 0 0 3px #999;
	left: 0;
	top: 0;
}
.custom-header {
	background: #fff;
}
.top-nav {
	padding: 15px 30px 10px;
	border-bottom: 1px solid #eee;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;
}
.logo {
	float: left;
}
.logo img {
	width: 215px;
}
.serach-opt {
	float: left;
	margin-left: 30px;
	padding: 5px 0;
	width: 200px;
}
.serach-opt .form-control {
	height: 35px;
	border-color: #eee;
	box-shadow: none;
	border-radius: 15px 0 0 15px;
	width: 200px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;
}
.serach-opt .btn {
	border-radius: 0 15px 15px 0;
	height: 35px;
	border-color: #eee;
	box-shadow: none;
}
.right-user-nav {
	float: right;
}
.right-user-nav > ul {
	padding: 0;
}
.right-user-nav > ul > li {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 0;
	vertical-align: middle;
}
.right-user-nav > ul > li > a {
	font-size: 18px;
	color: #333;
	display: block;
	height: 35px;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
}
.user-profiles {
	position: relative;
}
.user-profiles span.user-img {
	height: 30px;
	width: 30px;
	border-radius: 50%;
}
.user-profiles span.user-img img {
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.right-user-nav > ul > li.user-profiles > a {
	line-height: 0px;
}
.innter-nav-drop {
	position: absolute;
	right: -30px;
	top: 100%;
	padding: 15px;
	background: #17191c;
	width: 180px;
	border-radius: 15px 0 15px 15px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 4px 8px rgba(0,0,0,.15);
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;
}
.user-profiles:hover .innter-nav-drop {
	right: 0px;
	visibility: visible;
	opacity: 1;
}
.innter-nav-drop h5 {
	font-size: 14px;
	color: #cbcbcb;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
.innter-nav-drop ul {
	border-top: 1px solid #3F3F3F;
	border-bottom: 1px solid #3F3F3F;
	margin: 12px 0;
	padding: 12px 0;
}
.innter-nav-drop ul li {
	display: block;
}
.innter-nav-drop ul li a {
	color: #999;
	font-size: 14px;
	display: block;
	padding: 5px 0;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;
}
.innter-nav-drop h5 span {
	color: #777;
	display: block;
}
.innter-nav-drop ul li a i {
	margin-right: 10px;
}
.log-me-out {
	color: #999;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;
}
.log-me-out:hover, .innter-nav-drop ul li a:hover {
	color: #fff;
}
.bot-nav {
	padding: 0px 20px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;
}
.bot-nav > ul > li {
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
.bot-nav > ul > li > a {
	display: block;
	font-size: 12px;
	padding: 8px 1px;
	color: #5A5A5A;
	font-weight: 300;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;
}
.bot-nav > ul > li:hover > a {
	background: none;
}
.bot-nav > ul > li > a > i {
	margin-right: 5px;
}
.bot-nav > ul > li > .sub-menu {
	position: absolute;
	top: 100%;
	width: 200px;
	padding: 1px;
	left: 30px;
	background: #eee;
	opacity: 0;
	border-radius: 0px;
	border-top: 2px solid #1976d2;
	visibility: hidden;
	box-shadow: 0 4px 8px rgba(0,0,0,.15);
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;
}
.bot-nav > ul > li:hover > .sub-menu {
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.bot-nav > ul > li > .sub-menu > li {
	display: block;
	margin: 0px 0 1px;
	position: relative;
}
.bot-nav > ul > li > .sub-menu > li:before {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #1976d2;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: -4px;
    position: absolute;
    top: 13px;
    width: 8px;
    z-index: 2;
    display: none;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;
}
.bot-nav > ul > li > .sub-menu > li:after {
    background: #ddd;
    content: "";
    display: none;
    height: 35px;
    left: 0;
    position: absolute;
    top: 13px;
    width: 1px;
    z-index: 1;
}
.bot-nav > ul > li > .sub-menu > li:hover:before {
	border-color: #e47297;
}
.bot-nav > ul > li > .sub-menu > li:last-child:after {
	display: none;
}
.bot-nav > ul > li > .sub-menu > li > a {
	display: block;
	font-size: 13px;
	padding: 5px 10px 5px 10px;
	color: #666;
	background: #fbfbfb;
	border-radius: 5px;
}
.bot-nav > ul > li > .sub-menu > li:last-child {
	border:none;
	margin-bottom: 0px; 
}
.sticky-header .top-nav {
	padding: 5px 30px;
}
.sticky-header .bot-nav {
	padding: 0 30px;
}
/*-----Main view Sec-------*/
.main-view-sec {
	padding: 15px 15px;
}
.bread-head h2 {
	margin: 0px 0 5px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.bread-head .breadcrumb {
	padding: 0px;
	background: none;
	margin-bottom: 10px;
}
.bread-head .breadcrumb a {
	color: #555;
}
.bread-head ul li {
	display: inline-block;
	text-align: center;
	margin-left: 15px;
}
.chrat-img {
	width: 100px;
}
.dash-counter {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.dash-number {
	padding: 10px;
}
.dash-number h3 {
	margin: 0px;
	font-size: 14px;
	color: #5A5A5A;
	text-transform: uppercase;
}
.dash-number h2 {
	color: #333;
	font-size: 19px;
	margin: 5px 0;
	font-weight: bold;
}
.dash-number a {
	color: #1976d2;
}
.count-grap img {
	width: 100%;
}
.cust-all-style {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.order-detailschart {
	padding:0 10px 10px;
}
.all-tabels-cust .table {
	margin-bottom: 0px;
	background: #fafafa;
}
.all-tabels-cust {
	padding: 0 10px 10px 10px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 6px 5px;
	font-size: 12px;
}
.reset-btn {
	padding: 5px 20px;
	background: #fff;
	color: #1976d2;
	border: 1px solid #1976d2;
	display: inline-block;
	border-radius: 10px;
}
.reset-btn:hover {
	background: #fff;
	color: #1976d2;
}
.add-new-btn {
	padding: 5px 20px;
	background: #1976d2;
	color: #fff;
	border: 1px solid #1976d2;
	display: inline-block;
	border-radius: 2px;
}
.add-new-btn:hover {
	color: #fff;
}
.all-tabels-cust .table > tbody > tr > td, .all-tabels-cust .table > tbody > tr > th, .all-tabels-cust .table > tfoot > tr > td, .all-tabels-cust .table > tfoot > tr > th, .all-tabels-cust .table > thead > tr > td, .all-tabels-cust .table > thead > tr > th {
	vertical-align: middle;
}
.all-tabels-cust .form-control {
	border-radius: 0px;
	box-shadow: none;
	background: #fff;
	border-color: #ddd;
}
.cust-acord .panel-title {
	font-size: 14px;
}
.cust-acord .panel-title span {
	display: block;
	float: left;
	position: relative;
}
.cust-acord .panel-title span:after {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	content: '';
	background: #e8edf2;
	width: 1px;
}
.cust-acord .panel-title span:nth-child(1) {
	width: 25%;
}
.cust-acord .panel-title span:nth-child(2) {
	width: 50%;
	padding-left: 20px;
}
.cust-acord .panel-title span:nth-child(3) {
	width: 25%;
}
.cust-acord .panel-body {
	padding: 5px;
}
.cust-acord .panel-heading {
	padding: 6px;
}
.acor-icons li {
	display: inline-block;
	margin: 0 1px;
}
.acor-icons li a {
	display: block;
	padding: 2px 10px;
	font-size: 12px;
	font-weight: normal;
}
.cust-icos-tabel {
	border: 1px solid #ddd;
	color: #1976d2;
	border-radius: 5px;
}
.cust-icos-del-tabel {
	border: 1px solid #dc3545;
	color: #fff;
	background: #dc3545;
	border-radius: 5px;
}
.cust-acord .panel-default > .panel-heading {
	background: #fff;
}
.table-icon-image {
	width: 80px;
}
.cust-acord .all-tabels-cust {
	padding: 0px;
}
.size-option-tabel ul li {
	float: left;
	margin-right: 15px;
	text-align: center;
}
.size-option-tabel ul li h6 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin: 2px 0;
}
.size-option-tabel ul li h6 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.cust-acord .table {
	background: #fafafa;
}
.table-bordered > thead > tr > th {
	background: #eeeed8;
}
.cust-acord .panel-group .panel {
	margin-bottom: 5px;
}
.dash-number .serach-opt {
	float: none;
	margin-left: 0px;
}
.dash-number .serach-opt .form-control {
	width: 100%;
}
.padd-remove {
	padding: 0px;
}

.acrdi-table tbody > tr.view td:first-child,
.acrdi-table tbody > tr.view th:first-child {
	position: relative;
	padding-left: 50px;
}
.acrdi-table tbody > tr.view td:first-child:before,
.acrdi-table tbody > tr.view th:first-child:before {
	height: 20px;
	width: 20px;
	background: #1976d2;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -10px;
	border-radius: 50%;
	font: 12px fontawesome;
	color: #fff;
	line-height: 20px;
	content: "\f0d7";
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.acrdi-table tbody > tr.view.open {
	background: #e8edf2;
	color: #000;
}
.acrdi-table tbody > tr.view.open td:first-child:before, .acrdi-table tbody > tr.view.open th:first-child:before {
	transform: rotateX(-180deg);-o-transform: rotateX(-180deg);-moz-transform: rotateX(-180deg);-webkit-transform: rotateX(-180deg);
	color: #e47297;
	background: #fff;
}
.acrdi-table tbody > tr.fold {
	display: none;
	background: #e8edf2;
}
.acrdi-table tbody > tr.fold.open {
	display: table-row;
}

.acrdi-table .fold-content {
	padding: 3px;
}
.acrdi-table .fold-content h3 {
	margin-top: 0;
}
.acrdi-table .fold-content > table {
	border: 2px solid #ccc;
}
.acrdi-table .fold-content > table > tbody tr:nth-child(even) {
	background: #eee;
}
.size-list {
	overflow: auto;
	white-space: nowrap;
	max-width: 800px;
}
.size-list li {
	display: inline-block;
	padding: 0 2px;
	text-align: center;
}
.size-list li input {
	width: 60px;
	text-align: center;
	height: 25px;
}
.size-list li p {
	margin: 0px;
}
.custom-textarea {
	height: 50px;
	resize: vertical;
	max-width: 600px;
}

/*NEW*/
.cer-icons {
	height: 60px;
	width: 60px;
	line-height: 56px;
	text-align: center;
	background: rgba(25,118,210,0.2);
	border-radius: 50%;
	color: #000;
	font-size: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 2px solid rgba(25,118,210,0.8);
}
.oder-grid {
	padding-right: 325px;
	position: relative;
	padding-bottom: 50px;
	min-height: 100vh;
	padding-top: 110px;
}
.main-view-sec {
	position: relative;
	padding-bottom: 50px;
	padding-top: 110px;
	min-height: 100vh;
}
.left-filter-order {
	position: fixed;
	right: 0;
	top: 0px;
	height: 100%;
	width: 310px;
	background: #fff;
	padding-bottom: 50px;
	padding-top: 100px;
	z-index: 2;
}
.filter-head {
	padding: 10px 15px;
	background: #eee;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	position: relative;
	z-index: 2;
	border-bottom: 2px solid #111;
}
.filer-int-scroll {
	padding: 10px;
	overflow: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 150px;
	width: 100%;
}
.filer-int-scroll .form-control {
	height: 30px;
	border: none;
	background: #fafafa;
}
.filer-int-scroll .form-group {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.filer-int-scroll input {
	font-size: 12px;
	font-weight: normal;
}
.sml-radios label {
	font-weight: normal;
}
.add-sec-filter {
	position: fixed;
	left: 0;
	bottom: -350px;
	height: 350px;
	background: #eee;
	border: 2px solid #1976d2;
	width: 310px;
	z-index: 3;
	padding: 10px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.extra-filer .add-sec-filter {
	bottom: 0;
}
.add-sec-filter h5 {
	text-align: center;
	font-size: 10px;
	color: #000;
	cursor: pointer;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.add-sec-filter h5 {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: #1976d2;
	color: #fff;
	position: absolute;
	right: 5px;
	top: -65px;
	font-weight: normal;
	padding-top: 8px;
	line-height: 10px;
}
.add-sec-filter h5 .hide-fil {
	display: none;
}
.extra-filer .add-sec-filter h5 .hide-fil {
	display: block;
}
.extra-filer .add-sec-filter h5 .add-fil {
	display: none;
}
.extra-filer .add-sec-filter h5 {
	top: 5px;
}
.custom-acofil .panel-default > .panel-heading, .custom-acofil  .panel-body {
	padding: 5px;
}
.custom-acofil .panel-default > .panel-heading h4 {
	font-size: 13px;
}
.custom-acofil .panel-default > .panel-heading {
	background: none;
}
.min-hei-300 {
	height: 250px;
	overflow: hidden;
}
.add-sec-filter .form-group {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 2px solid #777;
}
.order-theme-table {
	padding: 10px;
	background: #fff;
}
.order-theme-table .all-tabels-cust {
	margin: 0px;
	padding: 0px;
}
.order-theme-table .nav {
	text-align: center;
}
.order-theme-table .nav > li {
	display: inline-block;
	float: none;
}
.order-theme-table .nav > li > a {
	padding: 5px 12px;
}
.order-theme-table .tab-pane {
	padding-top: 10px;
}
.tabel-labels {
	display: inline-block;
	padding: 2px 6px;
	color: #fff;
	border-radius: 4px;
	font-size: 10px;
	letter-spacing: 0.5px;
}
.pend-lab {
	background: #f0ad4e;
}
.appr-lab {
	background: #5cb85c;
}
.fix-footer-navs {
	padding: 0 0px 10px 0px;
}
.fix-footer-navs .btn, .fix-footer-navs .dropdown-menu a {
	font-size: 12px;
}
.fix-footer-navs .dropdown-submenu {
	position: relative;
}
.fix-footer-navs .dropdown-submenu > a::after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-left-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.fix-footer-navs .dropdown-submenu:hover .dropdown-menu{
	display: block;
	left: 100%;
	bottom: 0;
}
.inter-new-ord {
	margin-bottom: 10px;
}
.inter-new-ord h4 {
	padding: 5px 15px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: #eeeed8;
	text-align: center;
	margin: 0px 0 10px;
}
.oder-grid.new-order-page .form-horizontal .form-group {
	margin-left: -5px;
	margin-right: -5px;
}
.oder-grid.new-order-page .form-horizontal .control-label {
	padding-top: 5px;
}
.oder-grid.new-order-page .filer-int-scroll .form-group {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.order-suc-btn {
	font-size: 12px;
}
.oder-grid.new-order-page .left-filter-order textarea.form-control {
	resize: vertical;
	height: 80px;
}
.all-pops-main .modal-header {
	padding: 10px;
	background: #eeeed8;
	font-size: 18px;
	border-radius:4px 4px 0 0;
}
.all-pops-main .modal-footer {
	background: #fafafa;
	border-radius: 0 0 4px 4px;
}
.prod-images-table {
	margin: 0 auto;
}
.prod-images-table img {
	width: 80px;
}
.min-heig-500 {
	min-height: 500px;
	position: relative;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.cust-heights {
  display: block;
  max-height: 450px;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.min-heig-500 .daster-hei {
	position: absolute;
	left: 0;
	bottom: -142px;
	width: 100%;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.size-list li {
	width: 60px;
}
.pos-ab {
	visibility: hidden;
}
.size-list.float-remove {
	max-width: 100%;
}
.size-list.float-remove li {
	float: left;
	margin: 0 1px;
	width: 65px;
}
.inventrory-togg {
	position: absolute;
	right: 0;
	top: -40px;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.table-toggle-cust {
	overflow-y: visible;
	overflow-x: visible;
}
.inventory-block .min-heig-500 {
	padding-bottom: 150px !important;
}
.inventory-block .min-heig-500 .daster-hei {
	bottom: 0;
}
.new-order-page {
	padding-bottom: 50px;
}
.inventory-block .cust-heights {
	max-height: 350px;
}
.ico-change {
	display: none;
}
.inventory-block .ico-change {
	display: inline-block;
	color: #d43f3a !important;
}
/*CUSTOMER DASH*/
.customer-dash-page {
	padding-top: 80px;
}
.customer-dash-page .left-filter-order {
	padding-top: 70px;
}
.customer-dash-page .filer-int-scroll {
	top: 120px;
}
.custom-acofil {
}
.marg-cust {
	margin: 5px 0;
}
.product-list {
	overflow: auto;
	padding: 0 5px;
	height: 80vh;
}
.product-list ul {
	margin: 0 -5px;
	padding: 0 10px;
}
.product-list ul li {
	padding: 0 5px;
	margin:5px 0;
	float: left;
	width: 25%;
}
.inner-product-main {
	padding: 5px;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.inner-product-main .prd-img {
	height: 250px;
	position: relative;
	background: #fafafa;
	margin-bottom: 10px;
	overflow: hidden;
}
.prd-img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transform: scale(0.9);-o-transform: scale(0.9);-moz-transform: scale(0.9);-webkit-transform: scale(0.9);
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.inner-product-main .prd-img:hover img {
	transform: scale(1);-o-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);
}
.inner-product-main h2 {
	font-size: 16px;
	color: #333;
	margin: 0px 0 10px;
}
.rate-us-blink {
	position: absolute;
	right: 0;
	bottom: 0;
}
.rate-us-blink a {
	color: #222;
	padding: 4px 10px;
	background: #eee;
	display: block;
	font-size: 12px;
}
.bounce-left {
  -moz-animation: bounce-left 2s infinite;
  -webkit-animation: bounce-left 2s infinite;
  animation: bounce-left 2s infinite;
}

@keyframes bounce-left {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(-5px);
  }
}
.prod-price {
	padding: 10px 15px;
	border-radius: 20px;
	background: #1976d2;
	color: #fff;
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: inline-block;
}
.wishlist-icons {
	position: absolute;
	left: -40px;
	top: -40px;
	z-index: 1;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.wishlist-icons a {
	display: block;
	height: 40px;
	width: 40px;
	background: #ff3366;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.inner-product-main:hover .wishlist-icons {
	left: 0px;
	top: 0;
}
.rate-star-pop {
	font-size: 18px;
	text-align: center;
}
.product-details-fix {
	position: fixed;
	left: 0;
	top: 100%;
	bottom: 0;
	right: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.8);
	overflow: auto;
	padding-bottom: 150px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.detail-fix-open .product-details-fix {
	opacity: 1;
	visibility: visible;
	top: 0;
}
.inner-prod-det {
	width: 900px;
	margin:100px auto;
	padding: 20px;
	background: #fff;
	position: relative;
}
.prduct-thums {
	position: relative;
	height: 400px;
	background: #fafafa;
}
.prduct-thums img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}
.product-det-info h1 {
	margin: 0 0 20px;
	font-size: 20px;
	color: #333;
}
.product-det-info .starts-revi {
	margin: 0 0 10px;
}
.product-det-info h1 span {
	font-weight: bold;
	color: #1976d2;
	font-size: 24px;
}
.color-select, .size-select {
	padding: 10px;
	background: #eee;
	margin-bottom: 10px;
}
.color-select ul li {
	display: inline-block;
	margin-right:5px; 
}
.color-select ul li a {
	display: block;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #333;
	color: #333;
	line-height: 28px;
	font-size: 14px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.color-select ul li.active a, .color-select ul li a:hover {
	background: #333;
	color: #fff;
}
.purches-list {
	border-top: 5px solid #eee;
	margin-top:15px;
	padding-top: 15px; 
}
.purches-list h3 {
	margin: 0 0 15px;
	font-size: 18px;
}
.remov-red, .remov-red:hover {
	color: red;
}
.remover-details {
	position: absolute;
	left: -20px;
	top: -20px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	background: #1976d2;
	color: #fff;
	z-index: 2;
	cursor: pointer;
	font-size: 18px;
}
/*Customer Wishlist*/
.custom-wishlist-sec {
	padding: 80px 100px 0;
}
.custom-cart-page {
	padding-left: 20px;
	padding-right: 20px;
}
.custom-cart-page .fix-footer-navs {
	padding-left: 25px;
	padding-right: 25px;
}
.cart-page-total h2 {
	margin: 0px 0 10px;
	font-size: 20px;
	color: #333;
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
}
.cart-page-total {
	padding: 20px;
	background: #fafafa;
	border: 2px dashed #666;
	margin-bottom: 20px;
}
.car-to {
	border-top: 2px solid #eee;
	padding-top: 10px;
}
.all-tabels-cust .radio {
	margin: 0px;
}
#details-slide .owl-controls {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
#details-slide .owl-controls .owl-nav [class*="owl-"] {
	background: #1976d2;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
#details-slide .owl-controls .owl-nav .owl-prev {
	float: left;
}
#details-slide .owl-controls .owl-nav .owl-next {
	float: right;
}
/*Customer Profile*/
.customer-profile-page {
	padding: 80px 200px 0;
}
.switch {
  margin: 0;
  cursor: pointer;
}
.switch > span {
  line-height: 20px;
  margin: 0 0 0 4px;
  vertical-align: top;
}
.switch input {
  display: none;
}
.switch input + div {
  width: 40px;
  height: 25px;
  border: 1px solid #c21a1a;
  background: #c21a1a;
  border-radius: 20px;
  vertical-align: top;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all .4s ease;
}
.switch input + div:before {
  content: '';
  float: left;
  width: 19px;
  height: 19px;
  background: #fff;
  pointer-events: none;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: inherit;
  transition: all .4s ease 0s;
}
.switch input + div:after {
  content: '';
  left: -1px;
  top: -1px;
  width: 25px;
  height: 25px;
  border: 3px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
}
.switch input:checked + div {
  background: green;
  border: 1px solid green;
}
.switch input:checked + div:before {
  -webkit-transform: translate(16px, 0);
          transform: translate(16px, 0);
}
.switch.load input + div {
  width: 25px;
  margin: 0 10px;
}
.switch.load input + div:after {
  opacity: 1;
  -webkit-animation: rotate .9s infinite linear;
          animation: rotate .9s infinite linear;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.switch:hover input:disabled + div {
  border-color: #D1D7E3;
}
.switch:hover input:checked + div {
  background: #5D9BFB;
}

@-webkit-keyframes rotate {
  0%,
    15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(290deg);
            transform: rotate(290deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0%,
    15% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(290deg);
            transform: rotate(290deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sales-inner-wish {
	padding: 15px;
	border-radius: 5px;
	border:1px solid #999;
	position: relative;
	background: #fafafa;
}
.sales-wish-images {
	height: 100px;
	position: relative;
	margin-bottom: 15px;
}
.sales-wish-images img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
}
.sales-inner-wish h3 {
	margin: 15px 0 0;
	font-size: 16px;
	text-align: center;
}
.crl-count {
	position: absolute;
	right: 5px;
	top: 5px;
	padding:4px 10px;
	color: #fff;
	background: #000;
	border-radius: 15px;
}
.start-yel {
	position: absolute;
	left: 5px;
	top: 5px;
	color: tomato;
	font-size: 20px;
}
.sales-wishlist-product ul li {
	width: 20%;
}
.manage-customer-page {
	padding: 110px 200px 10px;
}
.cust-wizzards .wizard {
    margin: 10px auto 0;
    background: #fff;
}

    .cust-wizzards .wizard .nav-tabs {
        position: relative;
        margin: 10px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .cust-wizzards .wizard > div.wizard-inner {
        position: relative;
    }

.cust-wizzards .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 40%;
    z-index: 1;
}

.cust-wizzards .wizard .nav-tabs > li.active > a, .cust-wizzards .wizard .nav-tabs > li.active > a:hover, .cust-wizzards .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.cust-wizzards span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
.cust-wizzards span.round-tab i{
    color:#555555;
}
.cust-wizzards .wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #337ab7;
    
}
.cust-wizzards .wizard li.active span.round-tab i{
    color: #337ab7;
}

.cust-wizzards span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.cust-wizzards .wizard .nav-tabs > li {
    width: 25%;
    float: left;
}

.cust-wizzards .wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #337ab7;
    transition: 0.1s ease-in-out;
}

.cust-wizzards .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    opacity: 1;
    margin: 0 0 0 -10px;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #337ab7;
}

.cust-wizzards .wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 10px auto 20px;
    border-radius: 100%;
    padding: 0;
}

    .cust-wizzards .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.cust-wizzards .wizard .tab-pane {
    position: relative;
    padding-top: 0px;
}

.cust-wizzards .wizard h3 {
    margin-top: 0;
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
    background: #337ab7;
    color: #fff;
    text-align: center;
}

@media( max-width : 585px ) {

    .cust-wizzards .wizard {
        width: 90%;
        height: auto !important;
    }

    .cust-wizzards span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .cust-wizzards .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .cust-wizzards .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
.cust-wizzards .form-group {
	padding: 10px;
	background: #fafafa;
	margin-bottom: 10px;
}
.cust-wizzards .form-group > p {
	margin-bottom: 0px;
}
.update-admin-page {
	padding: 110px 200px 0;
}
.invel-rop-list ul li {
	min-width: 30px;
}
.invel-rop-list ul li p {
	margin-bottom: 0px;
}
.invel-rop-list ul li p b {
	color: #999;
}
.admin-profile-page {
	padding:110px 200px 0;
}