@media only screen and (max-width: 520px) {
	p {
		font-size: 12px !important;
	}
	#emailHelp {
		display: none;
	}
	#header-content {
		height:50px !important;
	}
	
}
@media only screen and (max-width: 768px) {
	ul.order-details li label {
		width: 25% !important;
	}
	.mobileNone {
		display: none;
	}
	.visibleonlyMobile {
		display: block;
	}

	.mobileWidth {
		width: 50% !important;
	}
	.logo {
		margin-top: 0px !important;
	}

	.visibleonlyMobile #text-between-logo-and-menu {
		margin-top: 20px !important;
	}
}
@media only screen and (min-width: 769px) {
	.visibleonlyMobile {
		display: none;
	}
}
#header-content{
	text-align: center !important;
}

body {
	font-family: 'Helvetica Neue LT Pro Bd', sans-serif;
}
header #top-header {
	border-bottom: 1px solid #ececec;
	
}
.reg {
	line-height: 1.5;
}
#page-wrapper {
	min-height: 490px;
}

#top-header .nav {
	float: right;
}

#top-header .nav .navbar-nav li.nav-item {
	position: relative;
	padding-right: 15px;
}

#top-header .nav .navbar-nav li.nav-item a {
	font-family: 'Helvetica Neue LT Pro Bd', sans-serif;
	font-size: 16px;
	color: #010101;
	padding: 40px 12px 0px;
}

#top-header .nav .navbar-nav li.nav-item.active a {
	background-color:transparent;
	color: #B92920;
	/* border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;  */
}
.nav-icons li.nav-item,
.nav.nav-breadcrumbs li.nav-item {
	position: relative;
}
.nav-icons li.nav-item .nav-link {
	background: #fff;
	border-radius: 10px;
}

.notification {
	position: absolute;
	top: -5px;
	right: 7px;
	background: #ff9600;
	font-size: 12px; 
	padding: 1px 7px;
}
.logo-ads li {
	list-style: none;
}
#page-wrapper p {
	font-size: 16px;
}

.order-lable {
    color: #B92920;
  }
  #submit_order,
  .btn-submit {
    background-color: #d9534f;
    border-color: #d43f3a;
    color:white;
    padding:10px 10px;
    border:none;
    margin:5px;
    font-family: 'Helvetica Neue LT Pro Bd', sans-serif;
	  font-size: 18px;
    border-radius: 6px;
  }
   #save_order, .btn-cancel {
    color:#B92920;
    border-color: #d43f3a;
    background-color: white;
    padding:10px 10px;
    margin:5px;
    border-radius: 6px;
	border:1px solid #d43f3a;
    font-family: 'Helvetica Neue LT Pro Bd', sans-serif;
	  font-size: 18px;
  }
  btn-cancel:hover { 
	color:#B92920;

  }
  btn-cancel:focus { 
	color:#B92920 !important;

  }
.bg-primary {
	background: #888888 !important;
}
.bg-secondary {
	background: #B92920 !important;
	border-color: #d43f3a;
	color: #fff;
}
a.bg-primary:hover {
	background-color: #3e8e41;
}
.color-primary {
	color: #364150 !important;
}
.color-secondary {
	color: #018286 !important;
}
.text-grey {
	color: #a7a7a7 !important;
}
.title {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	border-radius: 8px;
}
.modal-header .close {
    padding: .1rem .4rem;
    margin-top: -30px;
    margin-right: -30px;
    background: #ff0000;
    border-radius: 40%;
    opacity: 1;
}

.btn-edit {
	position: absolute;
	top:6px;
	right:8px;
}

.separator::after {
	content: '\003E';
	position: absolute;
	top: 20%;
	right: 0%;
	color: #fff;
	width: 0px;
}

.sidebar-menu li.active a {
	color: #018286 !important;
}
.sidebar-menu li.active::after {
	content: '';
	width: 0;
	height: 0;
}

.dataTable thead tr th {
	font-family: 'Helvetica Neue LT Pro Bd', sans-serif;
	font-weight: 700;
	color: #fff;
	background: #d43f3a;
	border-collapse:separate; 
  	border-spacing: 0 2em;;
	padding: 5px 10px;
}
.dataTable tbody tr td {
	border-bottom: 1px solid #333;
	padding: 15px 5px;
}
.dataTables_wrapper .top {
	margin-bottom: 20px;
}
.dataTables_wrapper .bottom {
	margin-top: 20px;
}
.dataTables_wrapper .top,
.dataTables_wrapper .bottom {
	background: #e6feff;
	padding: 8px 12px;
	border-radius: 10px;
}

.dataTables_info {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #B92920;
	padding-top: 0px !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	display: none;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	display: none;
}
.page-link {
	background: #d43f3a;
	border: unset;
	padding: 8px 15px !important;
	color: #fff;
	font-size: 14px;
}
.btn-success {
	background-color: #B92920;;
	border-color: #d43f3a;
}
.btn-success:hover {
	background-color: #d43f3a !important;
	border-color: #d43f3a;
}
.page-item .page-link:hover,
.page-item.active .page-link {
	background: #B92920;
	color: #fff;
}
.page-item.disabled .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	background: #d43f3a;
	color: #fff;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: unset;
}

.site-name {
	font-family: 'gotham_boldregular';
	font-size: 27px;
}
.site-desc {
	font-family: 'gotham_lightregular';
}
ul.order-details li {
	list-style: none;
	clear: both;
}
ul.order-details li label {
	float: left;
	width: 12%;
	font-weight: bold;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 180px;
}
.bootstrap-select .dropdown-menu {
	border-radius: 0px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #fff !important;
}

  
/* Login Page */

#login {

	position: relative;
	background: #fff;

}

/* end login page */

/* User image upload */

.user-image-edit {
	position: relative;
	width: 100%;
}

.user-image-edit .w-100 {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.user-image-edit .middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.user-image-edit:hover .w-100 {
	opacity: 0.5;
}

.user-image-edit:hover .middle {
	opacity: 1;
}

.user-image-edit .btn {
	background-color: #117a8b;
	color: rgba(255, 255, 255, 0.829);
	font-size: 14px;
	padding: 8px 12px;
}
.user-image-edit .btn:hover {
	color: rgba(255, 255, 255);
}
form .hidden-input{
	width:0px;
	height:0px;
}


.has-danger .help-block, .has-danger .help-block span,.has-error .help-block, .has-error .help-block span{
	color: #cc5454;
}
/* user image upload end */

#add-cart-modal > .modal-dialog-centered{
    min-width:600px;
}


.dataTables_length{
	z-index: 1 !important;
}