ol.breadcrumb-item {
	padding-inline-start: 0;
}

.table-hover tbody tr:hover {
	color: #8c8c8c;
}

.form-control {
	color: #8c8c8c;
}

.form-control:focus {
	color: #8c8c8c;
}

.theme-dark .sidebar .menu .list .ml-menu li.active a {
	color: #FF9948;
}

.theme-orange .sidebar .menu .list a:hover {
	color: #FF9948 !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.bootstrap-tagsinput {
	border: 1px solid #ccc !important;
	background-color: #fff !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	display: block !important;
	padding: 4px 6px !important;
	color: #555 !important;
	vertical-align: middle !important;
	border-radius: 4px !important;
	max-width: 100% !important;
	line-height: 22px !important;
	cursor: text !important;
}

.bootstrap-tagsinput .tag {
	font-size: 14px;
}

.authentication .auth_form .header {
	text-align: center;
	background-color: #1D5473;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
	border-color: #dc3545 !important;
}

.img-btn-checkout {
	width: 100%;
}

.select2-container .select2-selection--single, .select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
	font-size: 12px !important;
}

.image-profile {
	border-radius: 8px !important;
	box-shadow: 0px 5px 5px 0px rgba(41, 42, 51, 0.2) !important;
	border: 3px solid #fff;
}

.check-numbers {
	padding: 30% !important;
}

.check-numbers:before {
	width: 100% !important;
	height: 100% !important;
	border-radius: 50% !important;
}
.product-img{
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
.product-img:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}

.image-table-product{
    max-width: 60px;
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
.image-table-product:hover{
    max-width: 60px;
    -webkit-transform:scale(3.5); /* Safari and Chrome */
    -moz-transform:scale(3.5); /* Firefox */
    -ms-transform:scale(3.5); /* IE 9 */
    -o-transform:scale(3.5); /* Opera */
    transform:scale(3.5);
}
.img-productDetails-panel{
    height: auto;
    width: auto;
    border-radius: 10px;
}
.img-thumbnail-panel {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    max-width: 50px;
    height: auto;
}

.table.c_table tr td, .table.c_table tr th {
    border: 0;
    vertical-align: middle;
    word-wrap: break-word;
}

.table.c_table tr td.actions {
    border: 0;
    vertical-align: middle;
    white-space: nowrap !important;
}

.border-radius-10{
    border-radius: 10px;
}
.div-table-pos {
    width: auto;
    max-height: 120px;
    overflow: auto;
    margin: auto;
}

