html, body {
	font-size: 0.95em;
}

.btn-edit:hover {
	opacity: 0.5;
}

/* Mimic table appearance */
div.table {
	display: table;
}
div.table .file-row {
	display: table-row;
}
div.table .file-row > div {
	display: table-cell;
	vertical-align: top;
	border-top: 1px solid #ddd;
	padding: 8px;
}
div.table .file-row:nth-child(odd) {
	background: #f9f9f9;
}

.popover-images, .popover-images:focus {
	cursor: pointer;
	outline: none;
}

.popover-images:hover {
	color: gray !important;
}

/* The total progress gets shown by event listeners */
#total-progress {
	opacity: 0;
	transition: opacity 0.3s linear;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
	opacity: 0;
	transition: opacity 0.3s linear;
}

/* Hide the delete button initially */
#previews .file-row .delete {
	display: none;
}

/* Hide the start and cancel buttons and show the delete button */

#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
	display: none;
}
#previews .file-row.dz-success .delete {
	display: block;
}

.cbtn {
	font-size: 0.9em;
}

.cbtn-add, .cbtn-start, .cbtn-cancel, .cbtn-delete {
	vertical-align: middle;
}

.variant-dosage, .variant-packaging {
	font-weight: 700;
}

.add-variant-form, .edit-variant-form, .add-address-form, .edit-address-form {
	display: none;
}

/* Just add this CSS to your project */

.dropzone {
  border: 2px dashed #dedede;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 3.5em;
  cursor: pointer;
}

.dropzone .dz-message {
  color: rgba(0,0,0,.54);
  font-weight: 500;
  font-size: initial;
  text-transform: uppercase;
  text-align: center;
}

.bi-cloud-upload-fill{
	margin-left: auto;
	margin-right: auto;
}

.product-gallery {
	display: block;
}

.gallery-box {
	display: inline-flex;
}

.img-responsive {
	width: 100%;
}

.view-image{
	position: relative;
}

.btn-remove-image, .btn-remove-variantimage {
    right:0px;
    position: absolute;
    cursor: pointer;
    font-size: 1.5em;
    border: 1px solid gray !important;
    border-radius: 1px;
    overflow: hidden;
}


.btn-remove-address, .btn-edit-address {
	cursor: pointer;
	font-weight: bold;
}

.btn-remove-address:hover {
	color: #dc3545c4 !important;
}


/* ORDER HISTORY */
ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #49C5C5;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 0px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 0px 0px 0px 29px;
    padding: 0;
    border-left: 2px solid #49C5C5;
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #000;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

ul.timeline > li.history-indicator:before {
    background: #49C5C5 !important;
}

ul.timeline > li.history-indicator {
    border: none !important;
}

.history
{
  margin-left:1em;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.nav-pro.active {
  background: green !important;
}

.nav-primary.active {
  background: #49C5C5 !important;
}

.btn-primary{
  background: #49C5C5 !important;
}

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

.btn-outline-primary:hover{
    color: #fff;
    background-color: #49C5C5;
    border-color: #49C5C5;
}
.btn-outline-primary{
    color: #49C5C5;
    border-color: #49C5C5;
}