/* Add padding and center-align text to the container */
.ka_cc_container {
  padding: 50px 5px;
  text-align: center;
}

/* The Modal (background) */
.ka_cc_modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 100000 !important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  padding-top: 50px;
}

/* Modal Content/Box */
.ka_cc_modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 30%; /* Could be more or less, depending on screen size */
}

/* Clear floats */
.ka_cc_clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#cart_cancel_btn {

}
.deletebtn {
  float: none;
  margin-right: 3%;
}
