table.dataTable {
	border-collapse: collapse !important;
}
div.dataTables_processing {
	background-color: transparent;
}
.shipping-details {
	font-size: 15px;
	font-weight: 700;
}
.table thead th {
	background-color: rgba(0,0,0,.12);
    border-color: rgba(238,238,238,.2);
}
.table td {
	border-top-color: rgba(238,238,238,.2);
	vertical-align: middle;
}

.bd-loading-modal-lg .modal-dialog{
	display: table;
	position: relative;
	margin: 0 auto;
	top: calc(50% - 24px);
}

.bd-loading-modal-lg .modal-dialog .modal-content{
	background-color: transparent !important;
	border: none;
}

.form-control.tagging .tag {
	padding: 0 28px 0 0;
	margin: 0;
	background: transparent;
	color: #975AFF;
	border-radius: 0.35rem;
}
.form-control.tagging .tag span {
	padding: 3px 12px 3px;
	background: #975AFF;
	color: #EFDEFF;
	border-bottom-left-radius: 0.35rem;
	border-top-left-radius: 0.35rem;
}
.form-control.tagging .tag .tag-i {
	font-size: 1.5rem;
	top: 0.75rem;
	right: 0.65rem;
	color: #975AFF;
	text-decoration: none;
}
.form-control.tagging input.type-zone {
	min-width: 0;
	background-color: transparent !important;
	border: 0 none;
}

.main-content .wizard > .steps > ul > li.done .step, html body.layout-dark.layout-transparent .wizard>.steps>ul>li .step {
	background-color: #fff;
}

.modal-product-store .modal-content,
.modal-store .modal-content,
.modal-to-delivery .modal-content,
.modal-delivery-completed .modal-content,
.modal-delivered .modal-content {
	background: no-repeat !important;
	background-image: -webkit-linear-gradient(212deg,rgba(4,4,4,.05) 0,rgba(4,4,4,.05) 56%,rgba(211,211,211,.05) 56%,rgba(211,211,211,.05) 100%),-webkit-linear-gradient(227deg,rgba(96,96,96,.05) 0,rgba(96,96,96,.05) 58%,rgba(161,161,161,.05) 58%,rgba(161,161,161,.05) 100%),-webkit-linear-gradient(187deg,rgba(232,232,232,.05) 0,rgba(232,232,232,.05) 65%,rgba(243,243,243,.05) 65%,rgba(243,243,243,.05) 100%),-webkit-linear-gradient(left,#CC52FC,#111F76) !important;
	background-image: linear-gradient(238deg,rgba(4,4,4,.05) 0,rgba(4,4,4,.05) 56%,rgba(211,211,211,.05) 56%,rgba(211,211,211,.05) 100%),linear-gradient(223deg,rgba(96,96,96,.05) 0,rgba(96,96,96,.05) 58%,rgba(161,161,161,.05) 58%,rgba(161,161,161,.05) 100%),linear-gradient(263deg,rgba(232,232,232,.05) 0,rgba(232,232,232,.05) 65%,rgba(243,243,243,.05) 65%,rgba(243,243,243,.05) 100%),linear-gradient(90deg,#CC52FC,#111F76) !important;
}