body {
	font-family: 'Roboto', sans-serif;
}

header #top-header {
	position: relative;
	-webkit-box-shadow: 0 8px 6px -6px #e1dcdc;
	-moz-box-shadow: 0 8px 6px -6px #e1dcdc;
	box-shadow: 0 8px 6px -6px #e1dcdc;
}

#page-wrapper {
	/* min-height: 490px; */
	min-height: calc(100vh - 187px);
}

#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: 'Roboto', sans-serif;
	font-size: 14px;
	color: #364150;
}

#top-header .nav .navbar-nav li.nav-item.active a {
	background: #018286;
	color: #fff;
	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: 14px;
}

.bg-primary {
	background: #364150 !important;
}

.bg-primary-two {
	border: 1px solid #50a843 !important;
	background: none;
	color: green;
}

.btn-primary.bg-primary-two:hover {
	color: #fff;
	border: 1px solid #024f02 !important;
	color: #024f02;
	background: none;
}

.bg-secondary {
	background: #018286 !important;
}

.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;
}

.card.product .card-title {
	font-size: 18px;
}

.card.product .card-body {
	padding: 0px;
	text-align: center;
}

.card.product a:hover {
	text-decoration: none;
}

.card.product .prod-title {
	/* white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
	*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 38px;
}

.mb-35 {
	margin-bottom: 35px;
}

.product-details .prod-price {
	font-size: 32px !important;
}

.item-img {
	width: 35%;
}

.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: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	background: #364150;
	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: #018286;
	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: #86c0c3;
	border: unset;
	padding: 8px 15px !important;
	color: #018286;
	font-size: 14px;
}

.page-item .page-link:hover,
.page-item.active .page-link {
	background: #018286;
	color: #fff;
}

.page-item.disabled .page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	background: #b0d8da;
	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;
}

.slick-prev:before,
.slick-next:before {
	color: #333;
}

.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;
}

[v-cloak] {
	display: none;
}

.close-image {
	position: absolute;
	border-radius: 50%;
	color: white;
	background:rgb(125, 121, 121);
	padding: 1px 8px;
	top: 10px;
	right: -10px;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 15px;
	
}
.image-container{
	position: relative;
	padding: 20px 0px;
}
.mt-100{
	margin-top: 100px;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}


/* user image upload end */