* {
	font-family: "Signika Negative";
	outline: none;
	font-size: 13px;
}
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	background: #444;
	position: relative;
    overflow: hidden;
}
.menu-toggle {
	width: 30px;
	height: 30px;
	margin: 10px;
	cursor: pointer;
}
.sidebar {
	z-index: 1001;
	width: 250px;
	position: fixed;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background: #222;
	-webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}
.header {
	z-index: 1000;
	width: 100%;
	position: fixed;
	height: 50px;
	top: 0;
	right: 0;
	left: 0;
	padding-left: 250px;
	background: #222;
	-webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
    
}
.page {
	width: calc(100% - 250px);
	height: 100%;
	padding-top: 50px;
	margin-left: 250px;
	-webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	transition: all .30s ease-out;
    
}
.header-toggled {
	z-index: 1001;
	width: 100%;
	position: fixed;
	height: 50px;
	top: 0;
	right: 0;
	left: 0;
	margin-left: 0;
	background: #222;
	-webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
    
}
.sidebar-toggled {
	width: 250px;
	position: fixed;
	height: 100%;
	top: 0;
	bottom: 0;
	margin-left: -250px;
	background: #222;
	-webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
    
}
.page-toggled {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	-webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
	-o-transition: all .30s ease-out;
	transition: all .30s ease-out;
    
    
}
.sidebar-heading {
	background: #222;
	height: 50px;
	width: 250px;
	color: #FFF;
	font-size: 20px;
	padding: 10px;
}
.sidebar-logo {
	background: #000;
	height: 60px;
	width: 250px;
}
.logo {
	height: 55px;
	width: 250px;
}
.logo-home {
	height: 80px;
	width: 100%;
	margin-bottom: 15px;
}
@media (max-width: 575.98px) {
	.header {
		width: 100%;
		position: fixed;
		height: 50px;
		top: 0;
		right: 0;
		left: 0;
		margin-left: 0;
		padding-left: 0;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
	}
	.sidebar {
		width: 250px;
		position: fixed;
		height: 100%;
		top: 0;
		bottom: 0;
		margin-left: -250px;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        
	}
	.page {
		width: 100%;
		height: 100%;
		padding-top: 50px;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
	}
	
	.sidebar-toggled {
		z-index: 1001;
		width: 250px;
		position: fixed;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		margin-left: 0;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
	}
	.header-toggled {
		z-index: 1000;
		width: 100%;
		position: fixed;
		height: 50px;
		top: 0;
		right: 0;
		left: 0;
		margin-left: 250px;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
	}
	.page-toggled {
		width: 100%;
		height: 100%;
		padding-top: 50px;
		margin-left: 250px;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
	}
	
	.widget-body {
		padding: 5px;
	}
	
	.widget h2 {
		font-size: 14px !important;
	}
	.widget-head {
		margin: 0;
		font-size: 11px !important;
	}
	.widget-foot {
		margin: 0;
		font-size: 10px !important;
	}
	.widget-icon {
		width: 3em !important;
		height: 3em !important;
		background: #14380A;
		border-radius: 50%;
		padding: .5em !important;
		margin-top: -1.2em !important;
	}
}
@media (max-width: 767.98px) {
	.header {
		width: 100%;
		position: fixed;
		height: 50px;
		top: 0;
		right: 0;
		left: 0;
		margin-left: 0;
		padding-left: 0;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
	}
	.sidebar {
		width: 250px;
		position: fixed;
		height: 100%;
		top: 0;
		bottom: 0;
		margin-left: -250px;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
	}
	.page {
		width: 100%;
		height: 100%;
		padding-top: 50px;
		margin-left: 0;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
	}
	
	.sidebar-toggled {
		z-index: 1001;
		width: 250px;
		position: fixed;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		margin-left: 0;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
	}
	.header-toggled {
		z-index: 1000;
		width: 100%;
		position: fixed;
		height: 50px;
		top: 0;
		right: 0;
		left: 0;
		margin-left: 250px;
		-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        
	}
	.page-toggled {
		width: 100%;
		height: 100%;
		padding-top: 50px;
		margin-left: 250px;
        -webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
		
	}
	
	.widget-body {
		padding: 5px;
	}
	
	.widget h2 {
		font-size: 14px !important;
	}
	.widget-head {
		margin: 0;
		font-size: 11px !important;
	}
	.widget-foot {
		margin: 0;
		font-size: 10px !important;
	}
	.widget-icon {
		width: 3em !important;
		height: 3em !important;
		background: #14380A;
		border-radius: 50%;
		padding: .5em !important;
		margin-top: -1.2em !important;
	}
}
.sidebar-menu {
	height: calc(100% - 100px);
}
.menu-item {
	cursor: pointer;
}
.menu-item-first {
	cursor: pointer;
    margin-bottom: 10px;
}
.menu-item-last {
	cursor: pointer;
}
.menu-item-last a {
	color: #FFF;
}
.menu-item-last a:hover {
	color: #FFF;
}

.menu-item-lastprv {
	cursor: pointer;
}
.menu-item-lastprv a {
	color: #FFF;
}
.menu-item-lastprv a:hover {
	color: #FFF;
}
.menu-button {
	padding-top:10px;
	padding-bottom: 10px;
	text-align: left;
	background-color: transparent;
    color: #FFF !important;
    border-left: none !important;
    font-size: 14px !important;
	border-radius: 0;
}
.menu-button:hover {
  box-shadow: none !important;
	background: #3c4b64;
}
.menu-button:focus, .menu-button:active, input, button, select, textarea, .btn:active, .btn:focus {
  box-shadow: none !important;
	outline: none !important;
	
}
.menu-icon {
	float: left;
	font-size: 20px;
	margin-right: 15px;
	padding-top: 0;
}
.menu-body {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 20px;
	border-left: .001em #555 solid;
}
.menu-body li{
  color: #FFF;
  font-size: 15px;
  width: 100%;
  padding: 0;
  cursor: pointer;
}
.menu-body li a {
	width: 100% !important;
	height: 100% !important;
	display: block;
	padding: 10px 10px 10px 15px;
}
.menu-body li:hover{
  background: #3c4b64;
}
.menu-body li::before{
    content:  "-------";
	left:20px;
	font-size:1px;
	float: left;
	color:#FFF;
	margin-top:18px;
	margin-left:1px;
}
.pe-sub {
	font-size: 25px;
	transition-duration: 0.4s;
    transition-property: transform;
}
.sidebar-user-logo{
	background: linear-gradient(to bottom, #F00, #222);
	height: 120px;
	padding: 15px 0 15px 0;
	color: #FFF;
}
.user-logo {
	border-radius: 50%;
	display: block;
	margin: auto;
}
.admin-info{
	font-size: 13px;
}
.home-btn {
	padding-top: 10px;
	margin-bottom: 0;
	font-size: 14px;
	height: 40px;
	border-radius: 0;
}
.spinner {
  background: #000;
  opacity: .8;
  z-index: 2000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
}
.hrshort {
	margin-bottom: 15px;
	display:block;
	width: 70px;
	border-bottom: 2px #F00 solid;
}
.hrlong {
	margin-bottom: 15px;
	display:inline-block;
	width: 150px;
	border-bottom: 2px #F00 solid;
}
.back-img{
  position: fixed;
  top: 0;
  left: 0;
}
.login-container {
  padding-top: 80px;
}
.login-box {
  padding: 25px;
}
.login-user {
	width: 80px;
	height: 80px;
}
.pagx a{
    margin-right: 3px;
    padding: 4px 8px;
    background: #F00;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.npagx {
    margin-right: 3px;
    padding: 4px 8px;
    background: #F00;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.pagx a:hover{
    
    padding: 3px 8px;
    background: #000;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}
.pagx strong{
    margin-right: 3px;
    padding: 4px 8px;
    background: #00F;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
}
.main-content {
	padding: 15px;
    background: #FFF;
    min-height: calc(100vh - 87px);
}
.color-line{background:#f7f9fa;height:6px;background-image:-webkit-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);background-image:-moz-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);background-image:-ms-linear-gradient(left,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);background-image:linear-gradient(to right,#34495e,#34495e 25%,#9b59b6 25%,#9b59b6 35%,#3498db 35%,#3498db 45%,#62cb31 45%,#62cb31 55%,#ffb606 55%,#ffb606 65%,#e67e22 65%,#e67e22 75%,#e74c3c 85%,#e74c3c 85%,#c0392b 85%,#c0392b 100%);background-size:100% 6px;background-position:50% 100%;background-repeat:no-repeat}
.table td {
	padding: 5px 10px !important;
}
.dropdown {
	padding: 0;
}
.dropdown-menu {
	padding: 0;
	margin-top: -1px !important;
}
.dd-icon {
	font-size: 25px;
}
.dd-menu {
	border-radius: 0;
	height: 50px !important;
	padding: 12px 15px;
}
.dd-menu-body {
	padding: 0 !important;
}
.dd-menu-body .dropdown-item {
	padding: 5px 10px !important;
		
}
.ddli-icon{
	font-size: 18px;
	margin-right: 15px !important;
	margin-bottom: 0;
}
.menu-body li a {
	text-decoration: none;
	color: #FFF;
}
.green_node {
	padding: 5px 10px;
	background:#060;
	color:#FFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor:pointer;
}
.red_node {
	padding: 5px 10px;
	background:#F00;
	color:#FFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	cursor:pointer;
}
.tree-pop {
	background:#F1F1F1;
	font-size:10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 2px;
}
.popover {
	padding:0 !important;
}
.popover-content {
  padding: 5px !important;
}
.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.pe-2x {
  font-size: 2em;
}
.pe-3x {
  font-size: 3em;
}
.pe-4x {
  font-size: 4em;
}
.pe-5x {  font-size: 5em;
}
.dropdown-menu.animated{ top:initial!important;}
.dropdown-menu-right.animated{ left: initial!important; right: 15px; } 

.jumbo1 {
	padding: 5px 15px !important; 
	color:#FFF; font-size:14px; 
	font-weight:bold; 
	border-radius: 0; 
	margin-bottom: 0; 
	background: #444; 
	-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
}
.jumbo1 a {
	color: #FFF;
}
.jumbo2 {
	padding: 5px 15px !important; 
	color:#030; 
	font-size:14px; 
	font-weight:bold; 
	border-radius: 0; 
	margin-bottom: 0; 
	-webkit-transition: all .30s ease-out;
		-moz-transition: all .30s ease-out;
		-o-transition: all .30s ease-out;
		transition: all .30s ease-out;
}
.widget {
	background: #111;
	margin: 5px;
}
.widget-body {
	padding: 10px;
}
.widget h2 {
	color: #F3F3F3;
}
.widget-head {
	margin: 0;
	font-size: 15px;
    color: #E2E2E2;
}
.widget-foot {
	margin: 0;
	font-size: 12px;
	color: #EAEAEA;
}
.widget-icon {
	width: 4em;
	height: 4em;
	background: #14380A;
	border-radius: 50%;
	padding: 1em;
	margin-top: -1.2em;
	
}
.widget-white {
	color: #FFF;
} 
.dashboard {
	position:relative;
}
.top-blue {
	padding: 10px;
}
.midchart {
	padding: 10px;
}
.midchart .card {
    background: #222;
	margin: 5px;
}
.midchart .card .card-header {
	background: #333;
    color: #FFF;
}
.joining {
    background: #000;
	margin: 5px;
}
.joining .card-header {
	background: #111;
    color: #FFF;
}
.dashblue {
	position: absolute;
	height: 300px;
	background: #444;
}
@media (max-width: 575.98px) {
	.dashblue {
		height: 450px;
	}
}
@media (max-width: 767.98px) {
	.dashblue {
		height: 400px;
	}
}
.member-info {
	padding-bottom: 25px;
}
.member-info .card {
	margin: 5px;
}
.member-info .card .card-body {
	height: 300px;
    background: #333;
}
.latest-member {
	background: #111;
}
.latest-member .card-header {
	background: #111;
	color: #FFF;
}
.latest-member-body {
	padding: 0;
    background: #333;
}

.members .list-group-item {
    background: #333;
    color: #FFF;
}
/* img gallery */
* {
  box-sizing: border-box;
}
/* Position the image container (needed to position the left and right arrows) */
.container-img {
  position: relative;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 25px;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.deltext {
  color: #F00;
  font-size: 30px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  right:15px;
  cursor:pointer;
}
/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.row-img:after {
  content: "";
  display: table;
  clear: both;
}
/* Six columns side by side */
.columnx {
  float: left;
  width: 80px;
  padding: 1px;
}
/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}
.thumbx{
	overflow-x:scroll;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #999;
  	z-index:3000;
}
.my-float{
	margin-top:16px;
}
.waimg {
	width: 100% !important;
}

.popover {
	padding:0 !important;
}
.popover-content {
  padding: 5px !important;
}
#mcart{
	width: 250px !important;
	font-size:11px !important;
}
#mcart table {
}
.ase {
	background: #F00; color:#FFF;
         border-radius: 50%; padding: 5px 8px
}
.cart-nav {
    margin-top: 5px;
    margin-left: 15px;
	color: #0F188C;
    cursor: pointer !important;
}

.cart-img {
    
}
.prd-search {
	padding-top: 4px;
}
.prd-search input {
	border-radius: 0;
}
.prd-search button {
	border-radius: 0;
}
.category .card {
	padding-bottom: 0 !important;
	height: 100%;
	background:#666;
}
.category h2 {
	font-size:20px;
}
.category .card-body {
	padding: 0;
	margin-bottom: 0;
}
.category ul {
	padding: 0;
	list-style-type:none;
	margin-bottom:0;
}
.prd-cont {
	padding: 25px;
}
.products {
}
.prd-img {
	width: 90%;
	height: 200px;
	margin: 10px;
	cursor: pointer;
}
.products h5 {
	margin: 0;
}
.products .card-header {
	padding: 5px;
	background-color: transparent;
}
.products .card-body {
	padding: 0;
}
.wishx {
	margin-left: 10px;
	cursor: pointer;
}
.wishx:hover {
	color: #F00;
}
.nwishx {
	margin-left: 10px;
	cursor: pointer;
	color: #F00;
}
.pname {
	background: #666;
	color:#FFF;
	padding: 5px;
}
.price {
	padding: 5px;
}
.lcart {
	padding: 5px;
}
.mrp {
	margin-left: 15px;
	color: #F00;
	text-decoration:line-through;
}
.slider-img {
	width: 100%;
	height: 400px;
}
.thumbx {
	width: 40px;
	height: 40px;
	border: 1px #999 solid;
	margin-right: 5px;
	cursor: pointer;
}
.pdetails {
	padding: 50px;
}
.padd15 {
	padding: 15px;
}
.breadcrumbs1{
	margin-bottom: 0 !important;
}
.carousel-indicators {
	bottom: 0;
	margin-bottom: 0;
}
.no-padding {
	padding:0;
}
.catlist {
	cursor:pointer;
	font-weight:bold; 
	background: #666; 
	padding: 10px; 
	margin-bottom:0;
	margin-top:1px;
	color: #FFF !important;
	text-transform: uppercase;
	font-size:13px;
	border-bottom: .1em #999 dotted;
}
.pdesc {
	text-align:left;
	background:#E4E4E4;
}
.cartdt table {
	font-size:12px;
}
.cartdt td {
	padding: 5px 15px;
}
.check-heading {
	background:#069;
	padding: 5px 15px;
	font-size:18px;
	color:#FFF;
	margin-top: 15px;
}
#s_add input {
	border-radius:0;
	border: .05em #999 solid;
}
#s_add input:focus {
	outline:none !important;
	box-shadow:none;
	border: .06em #009 solid;
}

@media (max-width: 575.98px) {
    .prd-img {
        width: 90%;
        height: 120px;
        margin: 10px;
        cursor: pointer;
    }
}
@media (max-width: 767.98px) {
    .prd-img {
        width: 90%;
        height: 130px;
        margin: 10px;
        cursor: pointer;
    }
}

.rcg_status{
	z-index: 1000;
	padding: 15px;
	width: 300px;
	position: fixed;
	top:60px;
	right: 0;
	background: #22B573;
	color:#FFF; 
}
.rcg_status h5 {
	color:#FFF;
}


.wbal-left {
    font-size: 16px;
    margin-left: 4px;
}

.wbal-right {
    font-size: 16px;
    margin-right: 4px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

.border-tree {
    border-bottom: 2px #888 dashed;
}
.tree_member_name {
    display: block;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

#image-preview {
  width: 140px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #ececfb;
  color: #ecf0f1;
  border: 1px solid #051b6f;
}
#image-preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}
#image-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #051b6f;
  color:#fff;
  width: 140px;
  height: 30px;
  font-size: 12px;
  line-height: 14px;
  text-align:center;
  padding:5px 0;  
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.borderless td, .borderless th {
    border: none;
}

.txt-btn {
    border-radius: 0;
    width: 100%;
}

.user-dp {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.user-dp-sm {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.navItem {
    
}

.navItem .nav-link {
    border-top: none;
    border-left: none;
    border-right: none;
    margin-right: 15px;
}

.navItem .nav-link.active {
    border-bottom: 2px #444 solid;
}

.tab-content {
	padding: 15px;
}

.upper-case {
    text-transform: uppercase;
}

.sliding-card{
    background: #EAEAEA;
    border-radius: 0;
    width: 420px;
    bottom: 0;
    position: absolute;
    margin-right: -420px;
    right: 0;
    top: 87px;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}

.sliding-card-toggle{
    background: #EAEAEA;
    border-radius: 0;
    width: 420px;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 87px;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}

.sliding-prd{
    background: #EAEAEA;
    border-radius: 0;
    width: 420px;
    bottom: 0;
    position: absolute;
    margin-right: -420px;
    right: 0;
    top: 87px;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}

.sliding-prd-toggle{
    background: #EAEAEA;
    border-radius: 0;
    width: 420px;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 87px;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}

.sliding-category{
    background: #EAEAEA;
    border-radius: 0;
    width: 250px;
    bottom: 0;
    position: absolute;
    margin-right: -250px;
    right: 0;
    top: 87px;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}

.sliding-category-toggle{
    background: #EAEAEA;
    border-radius: 0;
    width: 250px;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 87px;
    -webkit-transition: all .30s ease-out;
    -moz-transition: all .30s ease-out;
    -o-transition: all .30s ease-out;
    transition: all .30s ease-out;
}

.cat-menu {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 0;
    top: 87px;
    cursor: pointer;
}

.cat-list li{
    cursor: pointer;
    border-radius: 0;
}

.cat-list li:hover{
    background: #4C5773;
    color: #FFF;
}

@media (max-width: 575.98px) {
	.sliding-card-toggle{
        width: 100%;
    }
    
    .sliding-prd-toggle{
        width: 100%;
    }
}
@media (max-width: 767.98px) {
	.sliding-card-toggle{
        width: 100%;
    }
    
    .sliding-prd-toggle{
        width: 100%;
    }
}

#slidingPrd .form-group{
    margin-bottom: 3px;
    margin-top: 3px;
}

.search-row{
    margin: -15px 75px 15px -15px;
}

.required {
    color: #F00;
    font-size: 15px;
    margin-right: 3px;
}

.top-right-btn {
    position: absolute; top:0; right: 0; cursor: pointer;
}

.pos-relative {
    position: relative;
}

.row.no-gutters-o {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters-o [class*='col-']:not(:first-child),
.row.no-gutter-o [class*='col-']:not(:last-child) {
  padding: 2px;
}

.row.no-gutters-o [class*='col-']:first-child {
  padding: 2px 2px 2px 0;
}

.row.no-gutter-o [class*='col-']:last-child {
  padding: 2px 0 2px 2px;
}

.radio-lg {
    transform: scale(1.5); 
    cursor: pointer;
}

.radio-lg-txt {
    font-size: 16px;
}

.radio-lg-txt-white {
    font-size: 16px;
    color: #FFF;
}

.menu-item-first-rec {
	cursor: pointer;
}

.cat-menu-list {
    margin:0; 
    padding:0; 
    border-radius:0 !important; 
    border: 0;
    background: #666 !important;
}

.cat-menu-item{
    background: #666 !important;
    color: #FFF;
    display: block;
    padding: 10px 0 10px 10px;
    text-align: left;
    border: 0;
}

.collapse-div {
    padding-bottom:0; 
    margin: 0;
    
}

.list-group-ul{
    margin:0; 
    padding: 0;
    background: #666;
}

.menu-item-rec {
    background: #555;
    padding: 7px 5px 7px 15px;
}

.menu-item-rec a {
    color: #FFF;
    text-decoration: none;
}

.menu-item-rec:hover {
    background: #444;
}

.boga{
    color: #FFF !important;
}

.profle-dp {
    background: #000;
	border-radius: 50%;
	display: block;
	margin: auto;
    width: 60px;
    height: 60px;
} 






