.my-modal .modal-body {
  max-height: 80vh; /* max 80% of the viewport height */
  overflow-y: auto;
}.my-modal .modal-body {
  max-height: 80vh; /* max 80% of the viewport height */
  overflow-y: auto;
}.my-modal .modal-body {
  max-height: 80vh; /* max 80% of the viewport height */
  overflow-y: auto;
}.my-modal .modal-body {
  max-height: 80vh; /* max 80% of the viewport height */
  overflow-y: auto;
}.my-modal .modal-body {
  max-height: 80vh; /* max 80% of the viewport height */
  overflow-y: auto;
}.modal {
  text-align: center;
  padding: 0 !important;
  background-color: rgba(0,0,0,0.5);
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  border: none;
}

.modal-dialog {
  display: inline-block;
  vertical-align: middle;
  margin: 40px auto !important;
  padding: 0 10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.modal-title{
	font-size: 14px;
}
.modal-numbers_big{
	font-size: 20px;
	padding: 20px 0;
}


.modal-body{
	padding:20px 30px;
}
.cart-modal-body{
	padding:20px 10px !important;
}
.login-modal-body{
	padding:20px !important;
}
.modal-header {
	width: 98%;
    padding: 10px 20px;
	margin: 1% auto !important;
    border: 0 solid #333333;
    background-color: #333333;
	color: #ffffff;
}
.modal-footer {
    padding: 2px 20px;
	height: 40px;
}
.modal-content{
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.btn-open-modal {
  margin-bottom: 0.5em;
}
.fullscreen {
position: fixed;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
	padding: 0 !important;
    top: 0;
    left: 0;
	bottom: 0;
	right: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; 
	 background-color: transparent !important;
}