/* your styles go here */
.product-title {
    font-size: 28px;
    color: #007f89;
}
.mt-1 ul li {
    margin-top:12px;
    
}

.disc-group .card .card-title {
    margin-bottom: 0;
    padding: 5px;
    color: #FFF;
    background-color: #007f89;
}
.disc-group .card .card-body {
    padding: 10px;
    font-size: 20px;
}

.modal.right .modal-dialog {
	position:fixed;
	right: 0;
	margin: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body {
	padding: 15px 15px 30px;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #eeeeee;
	background-color: #007f89;
    align-items: center;
    color: #FFF
}
#notificator {
    display: none;
    left: 50%;
    margin-left: -100px;
    padding: 15px 25px;
    position: fixed;
    text-align: center;
    top: 20px;
    width: 200px;
    z-index: 5000;
  }
@media (min-width:992px){
.modal-lg, .modal-xl {
    width: 800px;
}

}