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: 0;
	top: 0;
	padding: 10px 15px;
	width: 380px;
	text-align: center;
	z-index: 2;
}
.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: 18px;
	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;*/
	margin: 0 auto;
	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 10px 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;
	height : 45px;
}
.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;
	z-index: 5;
	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;
}
.brand-header .right-nav-brand ul > li .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 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;
	width: 18px;
	text-align: center;
}
.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 10px;
	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: 2px;
}
.bot-nav > ul > li > a {
	display: block;
	font-size: 13px;
	padding: 8px 5px;
	color: #333;
	font-weight: 400;
	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 > .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 > .sub-menu.sub-menu-right {
	left: auto;
	right: 30px;
}
.bot-nav > ul > li:hover > .sub-menu {
	left: 0px;
	opacity: 1;
	visibility: visible;
}
.bot-nav > ul > li:hover > .sub-menu.sub-menu-right {
	left: auto;
	right: 0;
}
.bot-nav > ul > li:hover > a {
	color: #1976d2;
}
.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 {
	position: absolute;
	right: 5px;
	top: 2px;
}
.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;
	position: relative;
	cursor: pointer;
}
.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: #1b5c8d;
	color:#fff;
}
.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: rgba(25,118,210,1);
	font-size: 22px;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 2px solid rgba(25,118,210,0.8);
}
.oder-grid {
	padding-left: 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;
	left: 0;
	top: 0px;
	height: 100%;
	width: 310px;
	background: #fff;
	padding-bottom: 50px;
	padding-top: 105px;
	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 10px 10px 20px;
	overflow: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 150px;
	width: 100%;
}
.filer-int-scroll .form-control {
	height: 30px;
	background: #fafafa;
}
.filer-int-scroll textarea.form-control {
	resize: vertical;
	height: 80px;
}
.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;
	margin-left : 0px;
}
.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;
	font-weight: bold;
}
.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;
}
.all-tabels-cust .table-responsive {
	padding-bottom: 7px;
}
.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;
        cursor: pointer;
}
.appr-lab {
	background: #5cb85c;
        cursor: pointer;
}
.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;
}
.catalog-images-cover-btns .btn {
	font-size: 12px;
	display: inline-block;
	font-weight: 100;
	padding: 3px;
	margin-bottom: 3px;
}
.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;
    text-align: left;
}
.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-content > label {
	width: 100%;
	display: block;
	padding: 10px;
	text-align: center;
}
.all-pops-main .modal-footer {
	background: #fafafa;
	border-radius: 0 0 4px 4px;
}
.prod-images-table {
	margin: 0 auto;
	height: 45px;
	width: 45px;
	position: relative;
}
.prod-images-table img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.min-heig-500 {
	min-height: 400px;
	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;*/
  max-height: 400px;
  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: -150px;
	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: 12px;
	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: -7px;
}
.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;
}

.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 .starts-revi span {
	display: block;
}
.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: 10px;
}
.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;
}
/*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;
}
/*slider css customer product details*/
#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;
}
.same-size-cust .col-sm-2 {
	width: 20%;
}
.same-size-cust-sales .col-sm-2 {
	width: 25%;
}
.ab-notice-test {
	text-align: center;
	background: #5bc0de;
	color: #fff;
	padding: 10px;
	border: 1px solid #46b8da;
}
.all-tabels-cust .table-responsive.min-scroll {
	padding-bottom: 150px;
}
.chosen-container .chosen-default {
	height: 30px;
	background: #fafafa;
	padding: 0px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 30px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.chosen-container-single .chosen-single span {
	font-size: 12px;
}
.remove-item-order {
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 20px;
	color: #a94442;
	background: #f2dede;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #ebccd1;
}
.control-label.text-center {
	text-align: left !important;
}
.daterangepicker .drp-calendar {
	max-width: 310px !important;
}
.glyphicon, .fa {
	line-height: unset;
}
.size-list li input.sel_inven.sel_inven_check {
	width: auto;
	margin: 0 auto;
}
#order-item-container .chosen-container.chosen-container-multi {
	width: 133px !important;
}
#order-item-container .chosen-container .search-field li input {
	width: 133px !important;
}
/*TEMPLATE_SELECTION - 3-11-2018*/
.template-selctions ul {
	margin: 0 -5px;
}
.template-selctions ul li {
	padding: 0 5px;
	margin-bottom: 10px;
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
}
.template-selctions ul li a {
	display: block;
	border: 2px solid #999;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.template-selctions ul li a:hover {
	border-color: #333;
}
.template-selctions ul li a img {
	width: 100%;
}
.disp-1 {
	display: block;
	opacity: 1;
}
.template-selctions ul li.disp-1.activer {
	width: 100%;
	display: block;
	opacity: 1;
}
.upload-capt {
	height: 200px;
	width: 100%;
}
.w50h100 {
	width: 100%;
	height: 200px;
	position: relative;
}
.w50h50 {
	height: 95px;
}
.m-t-10 {
	margin-top: 10px;
}
.int-bgs {
	position: relative;
	background: #ddd;
	z-index: 1;
}
.stage .disp-1 {
	display: none !important;
}
.stage .disp-1.activer {
	display: block !important;
}
.template-selctions ul li.disp-1.activer .w50h100 {
	height: 400px
}
.template-selctions ul li.disp-1.activer .w50h50 {
	height: 195px
}
.activer .int-bgs {
	display: none;
}
.tab-img-theme {
	padding: 10px 0 0;
}
.tab-img-theme img {
	width: 100%;
}

.activer .box  {
	display: block;
}
.box {
  display: block;
  height: 400px;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  position: relative;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.heig-95 .box {
	height: 195px;
	margin-bottom: 10px;
}
.heig-95  .js--image-preview {
	height: 195px;
}
.upload-options {
  position: absolute;
  bottom: 0;
  left: 2%;
  width: 96%;
  background-color: #286090;
  border: 2px dashed #204d74;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50px;
  text-align: center;
  height: 45px;
  transition: background-color ease-in-out 150ms;
}
.upload-options:hover {
  background-color: #449d44;
  border-color: #398439;
}
.upload-options input {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  line-height: 0px;
}
.upload-options label::after {
  content: 'Add Image';
  font-family: 'Material Icons';
  position: absolute;
  font-size:16px;
  color: #e6e6e6;
  z-index: 0;
  width: 100%;
  text-transform: uppercase;
}
.upload-options label span {
  display: inline-block;
  width: 50%;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.upload-options label span:hover i.material-icons {
  color: lightgray;
}

.js--image-preview {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("");
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js--image-preview.js--no-default::after {
  display: none;
}

i.material-icons {
  transition: color 100ms ease-in-out;
  font-size: 2.25em;
  line-height: 55px;
  color: white;
  display: block;
}

.drop {
  display: block;
  position: absolute;
  background: rgba(95, 158, 160, 0.2);
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.animate {
  -webkit-animation: ripple 0.4s linear;
          animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
body {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color: #333;
	font-size: 13px;
}
.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;
}
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:#333;
	color:#fff;
	line-height:25px;
	border-radius:50%;
	cursor: pointer;
	display: none;
	font-size:20px;
	z-index:1111;
}
section {
	position: relative;
	overflow: hidden;
	z-index:5;
}
/*left-panal*/
.aside-custom {
	width: 240px;
	position: fixed;
	height: 100%;
	overflow: auto;
	background: #333;
	left: 0;
	top: 0;
	z-index: 6;
	border-right: 1px solid #ddd;
}
.customer-logo {
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
.customer-logo a {
	display: block;
}
.customer-logo img {
	width: 130px;
}
.aside-heads {
	margin: 0px;
	padding: 10px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #111;
	color: #fff;
	border-bottom: 1px solid #444;
}
.tool-left-navigation {
    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;
}
.current-view {
    margin:0 auto;
}
.cust-drop-icon {
    position:relative;
}
.apend-divs ul li {
	display: block;
}
.apend-divs ul li a {
	display: block;
	padding: 5px 20px;
	color: #999;
	border-bottom: 1px solid #333;
}
.cust-drop-icon:before {
    position:absolute;
    right:10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    top:50%;
    content:'\f107';
    color:#999;
    margin-top: -10px;
    text-align: center;
    font-family:'FontAwesome';
    border-radius: 4px;
    transition:all 300ms linear 0s;-o-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-webkit-transition:all 300ms linear 0s;
    transform:rotateX(0deg);-o-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-webkit-transform:rotateX(0deg);
}
.tool-left-navigation .active .cust-drop-icon:before {
    transform:rotateX(180deg);-o-transform:rotateX(180deg);-moz-transform:rotateX(180deg);-webkit-transform:rotateX(180deg);
    color: #fff;
}
.tool-left-navigation .apend-divs {
    display: none;
	background: #222;
}
.tool-left-navigation .headings {
	padding: 5px 10px;
	border-bottom: 1px solid #444;
	color: #999;
    transition:all 300ms linear 0s;-o-transition:all 300ms linear 0s;-moz-transition:all 300ms linear 0s;-webkit-transition:all 300ms linear 0s;
}
.tool-left-navigation .active .headings {
	color: #fff;
}
.tool-left-navigation label {
	font-weight: 400;
	font-size: 12px;
	text-align: left !important;
}
/*Main-view*/
.layout-main-view {
	position: absolute;
	right: 0;
	top:0;
	bottom: 0;
	padding-left: 240px;
	width: 100%;
}
.catlog-assignis-info {
	background: #333;
	padding:0px 10px;
	border-bottom: 1px solid #444;
}
.catlog-assignis-info .pull-right > li > a {
	display: block;
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	background: rgba(255,255,255,0.1);
}
.catlog-assignis-info .pull-right li {
	display: inline-block;
}
.main-warper-cust {
	padding:0 10px;
}
.theme-1 {
	padding:0 10px;
}
.prod-list-themes-one {
	background: #fff;
}

.list-all-heading {
	font-weight: bold;
	padding: 8px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 2px solid #333;
}
.prod-filters .pull-right ul li {
	display: inline-block;
	position: relative;
	float: left;
}
.prod-filters .pull-right ul li:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	content: '';
	background: #eee;
}
.prod-filters .pull-right ul li:first-child:after {
	display: none;
}
.prod-filters .pull-right ul li a, .vies-heas {
	display: block;
	color: #777;
	padding: 10px 15px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.prod-filters .pull-right ul li.active a, .prod-filters .pull-right ul li a:hover {
	color: #fff;
	background: #333;
}
.prod-grid {
	background: #fff;
	padding: 10px 0;
}
.prod-grid > ul {
	margin: 0 -5px;
	height: 190px !important;
}
.prod-grid > ul > li {
	padding: 0 5px;
	float: left;
	width: 20%;
	margin-bottom: 20px;
}
.prod-main-outer {
	padding: 10px;
	text-align: center;
	width: 100%;
}
.prod-imgs-fix {
	position: relative;
}
.prod-captions {
	position: absolute;
	right: 0;
	top: 50px;
	width: 30px;
	text-align: center;
	visibility: hidden;
	-webkit-backface-visibility:hidden;
	opacity: 0;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.prod-main-outer:hover .prod-captions {
	top: 0px;
	-webkit-backface-visibility:visible;
	visibility: visible;
	opacity: 1;
}
.prod-captions li {
	display: block;
	margin-bottom: 30px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.prod-main-outer:hover .prod-captions li {
	margin-bottom: 7px;
}
.prod-captions li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	line-height: 30px;
	background: #333;
	color: #fff;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.prod-captions li a:hover {
	background: #ff3366;
}
.prod-imgs-fix > a {
	display: block;
	height: 215px;
	margin-bottom: 15px;
	position: relative;
}
.prod-imgs-fix img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
	transform: scale(0.95);-o-transform: scale(0.95);-moz-transform: scale(0.95);-webkit-transform: scale(0.95);
}
.prod-main-outer:hover .prod-imgs-fix img {
	transform: scale(1);-o-transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);
}
.prod-main-outer h2 {
	margin: 0 0 5px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.prod-main-outer p {
	color: #999;
	margin: 0px;
}
.prod-main-outer p b {
	color: #333;
}
.prod-main-banner {
	min-height: 30vh;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 15px;
	position: relative;
}
.heading-caption {
	position: absolute;
	left: 15%;
	top: 40%;
	width: 50%;
}
.heading-caption h1 {
	font-weight: bold;
	color: #333;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sizer-table input {
	height: 30px;
	padding: 0 10px;
	width: 60px;
	background: #ddd;
	border:none;
	border-radius: 0px;
	text-align: center;
	margin: auto;
}
.sizer-table input:hover, .sizer-table input:focus {
	box-shadow: none;
}
.sizer-table .table > thead > tr > td, .sizer-table .table > thead > tr > th {
	color: #fff;
	background: #555;
	font-weight: 100;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	vertical-align: middle;
}
.ratin-del {
	margin-top: 10px;
}
.ratin-del i {
	color: tomato;
}
.color-listers {
	margin: 5px 0;
}
.color-listers ul {
	white-space: nowrap;
	overflow: auto;
}
.color-listers ul li {
	display: inline-block;
}
.color-listers ul li a {
	display: block;
	height: 35px;
	line-height: 33px;
	border:1px solid #333;
	color: #333;
	padding: 0 15px;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.color-listers ul li.active a, .color-listers ul li a:hover {
	background: #333;
	color: #fff;
}
.purches-list {
	margin-bottom: 10px;
}
.purches-list a {
	display: block;
	color: #ff3366;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}
.purches-list-main {
	padding: 5px 0;
}

.size-lavel-scroll {
	width: 500px;
	white-space: nowrap;
	overflow: auto;
}
.size-lavel-scroll li {
	display: inline-block;
	text-align: center;
	position: relative;
	padding-top: 10px;
	padding: 5px;
	background: #ddd;
}
.remover-li {
	position: absolute;
	right: 0;
	top: 0;
	color: red;
}
.size-lavel-scroll li p {
	margin: 0px;
	font-weight: bold;
	padding: 0 6px;
}
.open-list-purch .purches-list-main {
	visibility: visible;
	opacity: 1;
	bottom: 0;
	transform: scale(1);-o-transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);
}

/*Details 2*/
.details-2-opens {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.8);
	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 .details-2-opens {
	opacity: 1;
	visibility: visible;
}
.rm-close {
	position: absolute;
	right: 10px;
	top: 10px;
	height: 40px;
	width: 40px;
	opacity: 0.7;
	cursor: pointer;
}
.rm-close img {
	height: 40px;
	width: 40px;
}
.rm-close:hover {
	opacity: 1;
}
.iner-pop-up-dev {
	padding: 20px;
	background: #fff;
	position: absolute;
	left: 12%;
	top: 10%;
	right: 12%;
	bottom: 10%;
	overflow: auto;
}
.main-prev-det {
	height: 300px;
	position: relative;
}
.main-prev-det img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.det-hed {
	padding: 0;
}
.det-hed h2 {
	font-size: 18px;
	color: #333;
	margin: 0px 0 20px;
	font-weight: bold;
}
.det-hed h2 span {
	font-weight: 100;
}
.det-hed p {
	margin: 0px;
	color: #737373;
	font-weight: 100;
}
.url-boxs {
	position: absolute;
	left: 0px;
	top: 310px;
	padding-left: 0;
	padding-bottom: 0px;
	z-index: 999;
	width: 650px;
	overflow: auto !important;
	background: #fff;
}
.url-boxs {
	white-space: nowrap;
	overflow: auto;
	text-align: center;
}
.url-boxs a {
	display: inline-block;
	height: 80px;
	width: 80px;
	border:2px solid #ddd;
	position: relative;
	padding: 10px;
}
.url-boxs a img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 4px;
}
.url-boxs a.active {
	border-color: #333;
}
.size-lister li {
	text-align: center;
}
.size-lister li p {
	margin: 3px 0;
}
.size-lister input {
	height: 30px;
	padding: 0 10px;
	width: 60px;
	background: #ddd;
	border: none;
	border-radius: 0px;
	text-align: center;
	margin: auto;
}
/*SWAPER SCROLL SLIDE*/
.swiper-container {
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination-bullet-active {
	background: #333;
}
.action-blinks {
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 2px;
	margin-top: 16px;
	font-size: 13px;
	animation: Hint 4s ease-in-out infinite;
}

.action-blinks.quick {
	animation: Hint 2s ease-in-out infinite;
}

@keyframes Hint {
	0% {
	transform: translateY(0);
	opacity: 1;
	}
	10% {
	transform: translateY(-20px);
	opacity: 0;
	}
	20% {
	transform: translateY(20px);
	opacity: 0;
	}
	30% {
	transform: translateY(0);
	opacity: 1;
	}
}
/* brand-listing */
body {
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	color: #333;
	font-size: 13px;
}
.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;
}
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:#333;
	color:#fff;
	line-height:25px;
	border-radius:50%;
	cursor: pointer;
	display: none;
	font-size:20px;
	z-index:1111;
}
section {
	position: relative;
	overflow: hidden;
	z-index:5;
}
.brand-header {
	padding: 15px 0 10px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 600;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.12);
}
.brand-header .logo {
	float: left;
}
.brand-header .logo img {
	width: 180px;
}
.right-nav-brand {
	float: right;
}
.right-nav-brand ul li {
	display: inline-block;
	position: relative;
}
.right-nav-brand ul > li > a {
	display: block;
	font-size: 16px;
	color: #333;
	padding:0 10px;
}
.brand-header .right-nav-brand ul > li > a {
	font-size: 22px;
}
.brand-header .right-nav-brand ul > li .innter-nav-drop ul li {
	display: block;
}
.brand-banner {
	/*min-height: 70vh;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
        margin-top: 65px;
}
.brand-banner img{
    width: 100%;
}
.brand-banner h2 {
	color: #333;
	margin: 200px 0 0;
	font-size: 38px;
}
.brand-main-inner {
	height: 350px;
	position: relative;
	background: #333;
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.brand-inner-cap {
	position: absolute;
	left: 0;
	bottom: -100%;
	height: 100%;
	width: 100%;
	content: '';
	background: rgba(255,255,255,0.6);
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.brand-main-inner:hover .brand-inner-cap {
	bottom: 0;
}
.cap-text {
	position: absolute;
	left: 0;
	bottom: 30%;
	width: 100%;
	padding: 20px;
}
.cap-text h1 {
	font-size: 20px;
	color: #333;
	margin: 0 0 10px;
}
.cap-text p {
	margin: 0px;
	color: #737373;
	position: relative;
	top: 50px;
	transition: all 300ms ease-in-out 100ms;-o-transition: all 300ms ease-in-out 100ms;-moz-transition: all 300ms ease-in-out 100ms;-webkit-transition: all 300ms ease-in-out 100ms;
}
.cap-text a {
	display: inline-block;
	margin-bottom: 15px;
	font-weight: bold;
	color: #fff;
	background: #333;
	border-radius: 5px;
	padding: 5px 15px;
}
.brand-main-inner:hover .cap-text p {
	top: 0;
}
/*CATALOG Details*/
.catalog-beand-sec .brand-banner {
	min-height: 40vh;
}
.catalog-beand-sec .brand-banner h2 {
	margin: 150px 0 100px;
}
.catalog-listing-brand {
	padding: 20px 0;
}
.cat-bran-head {
	text-align: center;
}
.cat-bran-head h1 {
	color: #333;
	margin: 15px 0;
	font-size: 26px;
}
.cat-bran-head h4 {
	margin: 0px;
	color: #959595;
	font-size: 13px;
}
.main-brd-prd-lst > ul {
	margin: 0 -5px;
}
.main-brd-prd-lst > ul > li {
	padding: 0 5px;
	float: left;
	width: 25%;
	margin-bottom: 15px;
}
.m-prd-imgse {
	height: 276px;
	position: relative;
	overflow: hidden;
}
.m-prd-imgse img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.img-sec {
	visibility: hidden;
	opacity: 0;
}
.main-brd-prd-lst-inner:hover .m-prd-imgse img {
	transform: scale(1.2);
}
.main-brd-prd-lst-inner:hover .img-sec {
	visibility: visible;
	opacity: 1;
}
.main-brd-prd-lst-inner {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.main-brd-prd-lst-inner h3 {
	margin: 15px 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
}
.main-brd-prd-lst-inner p {
	color: #959595;
}
.main-brd-prd-lst {
	margin-top: 30px;
}
.brand-views-right {
	position: absolute;
	right: -80px;
	top: 10px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms linear 0s;-o-transition: all 300ms linear 0s;-moz-transition: all 300ms linear 0s;-webkit-transition: all 300ms linear 0s;
}
.brand-views-right ul li {
	display: block;
}
.brand-views-right ul li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	color: #333;
	line-height: 40px;
	text-align: center;
	box-shadow: 0 0 .3125rem rgba(0,0,0,.12);
	position: relative;
}
.brand-views-right ul li a:after {
	position: absolute;
	left: 20%;
	right: 20%;
	height: 1px;
	content: '';
	background: #ddd;
	top: -1px;
}
.brand-views-right ul li:first-child a:after {
	display: none;
}
.main-brd-prd-lst-inner:hover .brand-views-right {
	visibility: visible;
	right: 10px;
	opacity: 1;
}
.view-cat-brand {
	position: static;
	left: 0;
	bottom: -60px;
	text-align: center;
	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;
}
.view-cat-brand a {
    display: inline-block;
    height: 31px;
    line-height: 30px;
    background: #333;
    color: #fff;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: bold;
}
.main-brd-prd-lst-inner:hover .view-cat-brand {
	bottom: 0;
}
/*Invoice Page*/
.cust-invoice-page {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	width: 80%;
	margin: auto;
}
.in-arvo-box {
	padding: 10px;
	background: #fff;
	border: 1px dashed #D7DCE1;
	margin-bottom: 10px;
	min-height: 220px;
}
.in-arvo-box h2 {
	margin: -10px -10px 10px;
	font-weight: bold;
	font-size: 15px;
	color: #333;
	background: #eeeed8;
	padding: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
.inn-add-send {
	padding: 10px;
	margin-top: 10px;
	background: #E8EDF2;
	border: 1px solid #ddd;
}
.biilheads {
	margin: 0 0 10px;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
}
.custom-table .table td.text-right, .custom-table .table th.text-right {
	text-align: right !important;
}
a.amount-due {
	height: 40px;
	padding: 0 20px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 40px;
	text-transform: uppercase;
	transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
}
/*----------07.01.2019 - Harshad-----------*/
.fixed-alert {
    position: relative;
}
.fixed-alert a.close {
    position: absolute;
    top: 13px;
    right: 5px;
    cursor: pointer;
}
/* styles for magnifier image pairs */

/* style for the DIV that holds the image pair */
.magnifier {
  overflow: hidden;
  position: relative;
}

/* style for the DIV that is the magnifier lens */
.maglens {
  position: absolute;
  overflow: hidden;
  width: 150px;
  height: 150px;
}

/* style for the small IMG that appears on the page */
.magsmall {
  position: absolute; 
  border-style: none
}

/* style for the magnified image, using a clip rectangle */
.maglarge {
  position: absolute; 
  border-style: none
}
.brand-main-inner.ht-brand {
overflow: visible !important;
background: #ffffff;
height: auto;
}
.ht-brand-img {
    height: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ht-brand-img img {
position: absolute;
margin: auto;
left: 0;
top: 0;
right: 0;
bottom: 0;
max-width: 100%;
max-height: 100%;
transition: 300ms linear 0s;-o-transition: 300ms linear 0s;-moz-transition: 300ms linear 0s;-webkit-transition: 300ms linear 0s;
}
.brand-main-inner.ht-brand:hover .ht-brand-img img {
transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);
}
.brand-main-inner.ht-brand .brand-inner-cap {
position: static;
height: auto;
width: 100%;
}
.brand-main-inner.ht-brand .brand-inner-cap .cap-text {
position: static;
text-align: center;
}
.pos_rel{position:relative; float:left;}
.counter {
  background-color: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 15px;
    height: 20px;
    display: none;
    line-height: 3px;
    text-align: center;
    margin-top: -7px;
    min-width: 20px;
    padding: 5px;
    position: absolute;
    bottom: -26px;
    left: 68px;
}

.pos_rel:hover .counter{display:block;}

  
.counter:before {
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    margin-top: -5px;
    position: relative;
    top: 50%;
    width: 0;
}

.min-heig-500 .daster-hei.sel-rep-invpost {
    bottom: -100px;
}
.inventory-block .min-heig-500 .daster-hei.sel-rep-invpost {
    bottom: -7px;
}
.view-pass-log {
	position: relative;
}
.view-pass-log .btn {
	height: 40px;
	background: #ddd;
}
.rea-new-btns {
    margin-top: 20px;
    padding: 10px;
    background: #eee;
    border-top: 2px dashed #ddd;
}
.rea-new-btns .btn {
    color: #fff !important;
    padding: 3px 10px;
}

.vn-order-multiple-sizes.order-multiple-sizes {
    width: calc(100vw - 505px);
}
@-webkit-keyframes sesgar {
    0%, 50%, 100% {
        transform: skew(1deg, 0deg) ;
        -webkit-transform: skew(1deg, 0deg) ;
    }
    25%, 75% {
        transform: skew(-1deg, 0deg) ;
        -webkit-transform: skew(-1deg, 0deg) ;
    }
}

@-moz-keyframes sesgar {
    0%, 50%, 100% {
        transform: skew(1deg, 0deg) ;
        -webkit-transform: skew(1deg, 0deg) ;
    }
    25%, 75% {
        transform: skew(-1deg, 0deg) ;
        -webkit-transform: skew(-1deg, 0deg) ;
    }
}

@keyframes sesgar {
    0%, 50%, 100% {
        transform: skew(1deg, 0deg) ;
        -webkit-transform: skew(1deg, 0deg) ;
    }
    25%, 75% {
        transform: skew(-1deg, 0deg) ;
        -webkit-transform: skew(-1deg, 0deg) ;
    }
}

.ojala {
    border: 2px dashed #ddd;
    animation: sesgar 1500ms linear infinite;
    -webkit-animation: sesgar 1500ms linear infinite;
}
.table-cart{
    height: 940px;
    overflow: auto;
}

#customer-select-div .ms-options-wrap > .ms-options, #catalog_mail_frm .ms-options-wrap > .ms-options {
	width: auto;
	left: 10px;
	right: 10px;
	position: absolute;
}


.delete_icon_ss {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: normal;
}
.delete_icon_ss {
    border: 1px solid #dc3545;
    color: #fff;
    background: #dc3545;
    border-radius: 5px;
}
.ss_input_field {
    border: 1px solid #fafafa;
    background: none;
    transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}
.ss_input_field {
    width: 60px;
    text-align: center;
    height: 25px;
}
.ss_select select {
    border: 1px solid #ddd;
    color: #444;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 0 !important;
}
.ss_search_input {
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 0 10px;
    line-height: 28px;
width: 100%;
}
.relative_invetory{
	position: relative;
}
.min_height_ss{
	max-height:200px;
	margin-bottom: 50px;
	overflow: auto;
}
.backdrop_ss_modal .modal-backdrop{
	height: 100% !important;
	z-index: 0;
}

.style-data-detail {
    padding: 8px;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0px;
}
 
.edit_icon_ss {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #fff;
    background: #337ab7;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #337ab7;
    float: left;
    margin-right: 2px;
}
.edit_icon_ss:hover {
    color: #fff;
}


.custom-style-radio {
	padding: 5px 0;
}
.stylye-chek {
  font-size: 14px;
  margin: 0;
  list-style-type: none;
}

.stylye-chek label {
  display: block;
  color: #eee;
  padding:3px 10px;
  font-size: 14px !important;
  border: solid 1px #ccc;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 5px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.stylye-chek label span{
	color:#fff;
	}
.stylye-chek input[type="radio"] {
  display: none;
}
.stylye-chek input[type="radio"]:checked + label {
  border-color: #1976d2;
  color: #1976d2;
  background: #eeeed8;
}

.catalog-beand-sec .brand-banner {
 margin-top:0px;
}
#images_slider .main-prev-det {
	width: 300px;
	margin-left: 170px;
	/* margin: 0 auto; */
}
div#catalog_wise_chosen {
    background: #1b5c8d;
}
span.stars.jq-ry-container {
    text-align: center;
    margin: 0 auto;
}
.prod-imgs-fix img{
width: 80px;
}
.ms-options {
    overflow-x: hidden !important;
}
.main-selectors::after {
    right: 11px !important;
}
form#editForm .chosen-single span{ 
    color : #333;
}
form#addressForm .chosen-single span{
    color : #333;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .view-pass-log .input-group-btn {
        display: none;
    }
    .view-pass-log .input-group {
        width: 100%;
    }
    .view-pass-log .input-group input  {
    	border-radius: 8px !important;
    }
    .notify .heartbit {
    	display: none;
    }
}

@supports (-ms-ime-align:auto) {
    .view-pass-log .input-group-btn {
        display: none;
    }
    .view-pass-log .input-group {
        width: 100%;
    }
    .view-pass-log .input-group input  {
    	border-radius: 8px !important;
    }
}
/* csss for range slider */


.upload-file-panel .panel{
	width: 60%;
	margin: 0 auto;
	margin-top: 20px;
}
.download-temp-btn .btn.btn-primary {
    padding: 5px 10px !important;
    float: right;
}
.upload-container input[type="file"]{
	width: 250px;
	margin: 0 auto;
	text-align: center;
	text-align: center;
	height: 30px;
	cursor: pointer;
}
.upload-file-panel .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    text-align: center;
    font-size: 15px;
}

.left-top-dash-menu{
	display: none;
}

.pointer-def{
    cursor: default;
}
.brand_cart{
    cursor:pointer;
}
.cust-cls-drpdwn .ms-options-wrap > button:focus, .ms-options-wrap > button {
    margin-bottom: 10px !important;
}
.product_download {
    margin-top: 5px !important;
    margin-left: 5px !important;
    height: 40px;
	width: 40px;
	border-radius: 50px;
	border: 1px solid #777;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}
.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}
.table-responsive::-webkit-scrollbar:horizontal {
    height: 8px;
}
.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}


/*****catlog landin page start******/
.mh-catlog .mh-catlog-searchbox{
  width: 45%;
  float: left;
}
.mh-catlog .mh-catlog-drp{
  width: 23%;
  float: left;
}
.mh-catlog .mh-catlog-head.clearfix {
    padding: 7px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    position: fixed;
    top: 57px;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.mh-catlog .mh-catlog-searchbox input {
    height: 40px;
    padding: 5px 15px;
    width: 100%;
}
.mh-catlog .mh-catlog-drp .dropdown .btn.btn-default {
    width: 250px;
    border-radius: 0;
    height: 40px;
    background: #eee;
	border: 1px solid #ddd;
}
.mh-catlog .mh-catlog-drp-img{
    width: 25px;
    height: 25px;
    margin-right: 15px !important;
}
.mh-catlog .btn .caret {
    margin-left: 8px;
    margin-bottom: 4px;
}
.mh-catlog .btn .caret{
  border-top: 6px dashed !important;
  border-right: 6px solid transparent !important;
  border-left: 6px solid transparent !important;
}

.mh-catlog .dropdown-menu{
  min-width: 250px !important;
  border-radius: 0 !important; 
}
.mh-catlog .dropdown-menu > li > a {
    padding: 5px 15px !important;
}
.mh-catlog .main-brd-prd-lst {
    margin-top: 30px;
    width: 694px;
    margin: 0 auto;
    /*margin-top: 80px;*/
}
.mh-catlog .m-prd-imgse{
  height: 744px !important;
}
.mh-catlog .main-brd-prd-lst > ul > li {
    padding: 0 5px;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}
.mh-catlog .main-brd-prd-lst-inner:hover .m-prd-imgse img {
    transform: scale(1);
}
.mh-catlog .main-brd-prd-lst-inner:hover .m-prd-imgse img {
    transform: scale(1);
}
.mh-catlog .m-prd-imgse img{
  width: 100%;
}
.mh-catlog .main-brd-prd-lst-inner h3 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    padding: 7px 20px;
    border-radius: 4px;
}
.mh-catlog .main-brd-prd-lst-inner h3 a{
  color: #fff;

  border-bottom: 1px solid #fff;
}
.mh-catlog .mh-catlog-landing-heading h1 {
    font-size: 42px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 15px;
    height: 70px;
    line-height: 70px;
}
.mh-catlog .mh-catlog-img-head h1 {
    z-index: 99 !important;
    color: #e5e5e5 !important;
    position: absolute;
    text-align: center;
    font-size: 24px;
    background: rgba(0,0,0,0.5);
    width: 100%;
    margin: 0;
    padding: 20px 0;
    letter-spacing: 3px;
    border-bottom: 2px solid #bbb;
}
.mh-catlog .main-brd-prd-lst-inner {
    /*box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
}
/*****catlog landin page end******/

.mh-order-btns .btn {
    display: inline-block;
    padding: 6px 3px;
}
.mh-order-btns.clearfix {
    margin-bottom: 7px;
}
.headings.clearfix input[type="checkbox"]{
    margin: 4px 0 0 10px !important;
}

.mh-catlog .mh-catlog-landing-heading h1 img {
    height: 70px;
    width: 100% !important; 
}


/****** 09/09/2019 ******/
/*.mh-catlog .mh-catlog-landing-heading h1 {
    height: 0px;
}*/
#customer-discount-div{
	background: #fff !important;
}
.filterable-table th {
    background: #1b5c8d;
    color: #fff;
    font-size: 14px;
    padding: 8px 5px !important;
}
.product-list-tbody td {
    padding: 3px 5px !important;
}
.product-list-tbody tr:nth-child(2n) {
    background: #ddecf9;
}
.filter-th .form-control {
    height: 25px;
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 500;
}
.n-icon {
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
}
.n-icon i{
	padding: 2px 4px;
	font-size: 12px;
	color: #fff !important;
}
.n-map-icon i{
	color: #333 !important;
	font-size: 13px;
}

.label.n-icon.act-key i {

    color: #fff !important;

}

.label.n-icon.act-key {
    background: green; 
    border: 1px solid green;
}
.label.n-icon.in-act-key i {
    color: #fff !important;
}
.label.n-icon.in-act-key {   
	background: #a88f24;    
border: 1px solid #a88f24;
}
span.check-heading {
    margin: 10px 0;
    display: inline-block;
    /* font-size: 14px; */
}

span.stars.jq-ry-container {
    margin: 0 auto;
}
.catalog-images-cover-btns.theme-div {
    margin-top: 10px;
}
.custom-fixers .min-scroll {
    height: 400px !important;
    overflow: auto;
}

.btn.btn-success.new-entry-button {
    text-align: left !important;
    float: left;
}
.custom-fixers .inventrory-togg {
    top: 1px !important;
    display: inline-block;
    width: 170px;
    left: 110px;
}

#ms-list-1 .ms-options {
	width: 93% !important;
    left: 5% !important;
}

.search_catlog {
    padding: 3px 10px;
}
.main-selectors::after {
	content: none;
}
.search_catlog {
    padding: 3px 10px !important;
}
.search_catlog ul li {
    color: #f5f5f5;
}
td.img-save-de ul {
    width: 150px;
    overflow-x: auto;
    white-space: nowrap;
}

td.img-save-de li {
    display: inline-block;
}
td.img-save-de li img {
    width: 40px;
    height: 40px;
    margin: 0 3px;
}

.size-save-de ul {
    width: 150px;
    overflow-x: auto;
    white-space: nowrap;
}
li.pos-test-cust {
    display: inline-block;
    margin: 0 3px;
}
input.save-design {
    width: 50px;
}
.search_catalog ul li {
  color: #f5f5f5;
}
.filer-int-scroll input[type=checkbox], input[type=radio] {
    float: left !important;
    margin-right: 5px !important;
    margin-top: 2px !important;
}
.table.table-bordered thead the {
    color :  #f5f5f5;
}
.stylye-chek input[type="radio"]:checked + label span {
    color: #333;
}

.main-selectors.active::after {
    content: none;
}
.ms-options-wrap.ms-active > .ms-options {
    visibility: visible;
    width: 93% !important;
    left: 5% !important;
}
div#catalog_listing li {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    transition: all 300ms ease-in-out 0s;
    margin-bottom: 15px;
}
/* #catalog_listing li:hover {
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
} */
.custom-billing-cart .control-label {
    text-align: left;
}
.custom-billing-cart .form-group {
    padding: 0 10px;
}
.inter-new-ord .form-group {
    padding: 0 10px;
}
.inter-new-ord .control-label {
    text-align: left;
}
.make_color_active a label {
	pointer-events : none;
 }
 .chosen-drop{
	width: 100% !important;
}
.custom-billing-cart .chosen-single span {
    color: #333;
}
table.table.table-bordered.new-order-table-height.filterable-table thead th:nth-child(2) {
    width: 300px !important;
}
table.table.table-bordered.new-order-table-height.filterable-table thead th:nth-child(3) {
    width: 300px !important;
}
#catalog_mail_frm #ms-list-1 .ms-options {
    width: 99% !important;
    left: 5px !important;
    top: 54px;
    height: 350px;
}
table.table.table-bordered.new-order-table-height thead th:nth-child(2) {
    width: 300px !important;
}
table.table.table-bordered.new-order-table-height thead th:nth-child(3) {
    width: 300px !important;
}
td.size-save-de {
	width : 250px !important;
 }
 .col-sm-4.text-left .btn-group.new-item-btn {
	left : 80px;
	top : 3px;
  }
  .right-logo img {
    width: 120px;
}
li.right-logo a{
	width : 120px ! important;
  }
.form-body.email-form {
    padding: 30px 0 0px;
}
.form-body.email-form .control-label {
    font-size: 14px;
}
.form-body {
	padding : 30px 0 0;
  }
  #shipping_rule_chosen::after {
    content: '\f107';
    right: 5px;
    top: 6px;
    position: absolute;
    font-family: fontawesome;
    font-weight: 800;
    font-size: 16px;
}
#cart_tbody .btn{
    padding: 2px 4px !important;
    font-size: 12px !important;
}
#transporter_mode_chosen::after {
	content: '\f107';
	right: 5px;
	top: 6px;
	position: absolute;
	font-family: fontawesome;
	font-weight: 800;
	font-size: 16px;
}
.m-left-logo-img {
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
	width: 220px;
	}
	.m-right-logo-img {
	position: absolute;
	right: 0;
	padding: 10px;
	top: 0;
	width: 200px;
	}
	.powered-sec {
		position: absolute;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		color: #f5f5f5;
	}
	
	/*.image-controls {
		position: fixed;
		left: 0px;
		top: 20px;
		padding-left: 20px;
		overflow: auto;
		padding-bottom: 20px;
		z-index: 999;
		height: 300px;
		background: #fff;
	}*/
.image-controls {
	position: absolute;
	left: 0px;
	top: 5px;
	padding-left: 5px;
	overflow: auto;
	padding-bottom: 20px;
	z-index: 999;
	height: 300px;
	background: #fff;
}

	.image-controls a{
		width: 80px;
height: 80px;
display: block;
margin-bottom: 10px;
padding: 5px;
border: 2px solid #ccc;
	}
	.image-controls a.active{
		 border: 2px solid #000 !important;
	}
	.image-controls img {
		width: 100%;
		height: 100%;
		overflow: hidden;
		}
#styel_imaages_slider .item-inner {
	width: 300px;
	/* margin: 0 auto; */
	height: 300px;
	margin-left: 170px;
}
	.item-inner img {
		height: 100%;
		}
.toogle-new-add-otp .select2.select2-container.select2-container--default.select2-container--below {
	width: 100% !important;
	}
	.toogle-new-add-otp .select2-container--default .select2-selection--single {
		height: 30px !important;
	}
	.toogle-new-add-otp .select2.select2-container.select2-container--default.select2-container--below {
		width: 100% !important;
		}
		.toogle-new-add-otp .select2-container--default .select2-selection--single {
		height: 30px !important;
		}	
		.item-inner img {
			margin: 0 auto !important;
			display: block !important;
		}
		
		.toogle-new-add-otp .select2.select2-container.select2-container--default.select2-container--below {
		width: 100% !important;
		}
		
		.toogle-new-add-otp .select2-container--default .select2-selection--single {
		height: 30px !important;
		}
.purches-list {
	margin: 5px !important;
}

.toogle-new-add-otp span.select2.select2-container.select2-container--default {
	width: 100% !important;
}

.cust-all-style.order-theme-table.dis-cls {
	height: 500px;
	overflow: auto;
}

.add-new-add-opt span.select2.select2-container.select2-container--default {
	width: 100% !important;
	display: block ! important;
}

div#images_slider{
	position : relative;
}

#styel_imaages_slider {
	position: relative;
}

.main-selectors.rem-drop::after {
	display: none;
}

.table-responsive.hj-table-style {
	margin-top: 15px;
}

.main-warper-cust.theme-1 {
	background: #fff;
}

.main-warper-cust.theme-2 {
	background: #fff;
}