.cl-checkout-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-wrapper {
  position: absolute;
  height:100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cl-checkout-container > div > .cl-checkout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #ffffff;
  opacity: 1;
  padding: 0;
  border: unset;
  border-radius: 10px;
  width: 446px;
  margin: 0 auto;
  font: 20px/1.5 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.cl-checkout-container > div > .cl-checkout .modal-title {
  color: #3751FF;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font: 22px/1.5 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  padding-top: 15px;
}

.cl-checkout-container > div > .cl-checkout .exit-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #C4D5EC;
  border-radius: 50%;
  border-color: transparent;
  color: #3751FF;
  width: 30px;
  height: 30px;
}

.h-line {
  border-top: solid #C4D5EC 1.5px;
  width: 85%;
  margin: 0 auto;
}

.table-body {
  line-height: 1.8em;
  cursor: pointer;
}

.medium-font {
  font-size: 16px;
}

.cl-checkout-container > div > .cl-checkout .checkout-table {
  margin: 0 auto;
  width: 350px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.wider-width {
  width: 90% !important;
}

.item-list {
  list-style-type: none;
  margin: 0.75em 0;
}

.item-list li {
  width: 350px;
  margin: 0.75em auto;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
  height: 3.5em;
}

li.other-option {
  width: 350px;
  margin: 0.2em auto;
  border: 1px solid #ddd;
  cursor: pointer;
  position: relative;
}

.item-list li input {
  visibility: hidden;
}

.product-label {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

li.other-option .product-name {
  position: relative;
}

.product-name {
  position: absolute;
  left: 1em;
  width: 75%;
  display: flex;
}

.price-tag {
  position: absolute;
  right: 0;
  width: 15%;
  font-weight: bold;
}

.is-checked {
  border: 2px solid #2AD8B9 !important;
}

.is-bold {
  font-weight: bold;
}

.cl-checkout-container > div > .cl-checkout .total-table {
  margin: 0 auto;
  width: 200px;
}

.total-table tr {
  color: white;
}

.red-circle {
  color: rgb(226, 112, 112);
  font-size: xx-small;
  vertical-align: middle;
}
.green-check {
  color: #2AD8B9;
  font-size: 1em;
}

.note {
  color: #989CA7;
  margin-left: 75px;
  font-size: smaller;
  font-style: italic;
}

.total-section {
  background-color: #3751FF;
  border-radius: 0 0 10px 10px;
  padding-top: 10px;
}

.checkout-button {
  display: flex;
  justify-content: center;
}

.softbtn.teal {
  color: #fff;
  background-color: #2AD8B9;

  margin: 15px;
  width: 200px;
  min-width: 150px;

  -webkit-box-shadow: 0px 6px 25px 1px rgba(0,10,74,0.5);
  -moz-box-shadow: 0px 6px 25px 1px rgba(0,10,74,0.5);
  box-shadow: 0px 6px 25px 1px rgba(0,10,74,0.5);
}
.softbtn.teal:hover {
  color: #fff;
  background-color: rgb(45, 236, 201);
}

.softbtn.teal[disabled] {
  color: #ccc;
  background-color: rgb(33, 167, 142);
  cursor: not-allowed;
}
.is-selected {
  color: rgb(226, 112, 112) !important;
}
.is-highlighted {
  font-weight: bold;
}

.collapsable-link {
    text-align: center;
    display: block;
    font-size: 12px;
}
.collapsable-link::after {
  content: ' \25BC';
  position: absolute;
  padding: 4px;
  font-size: 8px;
  transform: rotateZ(0deg);
  transform-style: preserve-3d;
  transition-property: transform;
  transition-duration: 0.3s;
}

.collapsable-link[aria-expanded='true']::after {
  transform: rotateZ(180deg);
}

/* animation: */

.slideDown.ng-hide {
  max-height: 0;
  transition: max-height 0.65s ease;
  overflow: hidden;
  position: relative;
}
.slideDown {
  max-height: 100px;
  transition: max-height 0.65s ease;
  overflow: hidden;
  position: relative;
}
.slideDown.ng-hide-remove,
.slideDown.ng-hide-add {
  /* The .hg-hide class is added to element
  when the active class is added causing it to appear
  as hidden. Therefore set the styling to display=block
  so that the hide animation is visible */
  display: block!important;
}
.slideDown.ng-hide-add {
  animation-name: hide;
  -webkit-animation-name: hide;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-in;  
  -webkit-animation-timing-function: ease-in;  
}
.slideDown.ng-hide-remove {
  animation-name: show;
  -webkit-animation-name: show;  

  animation-duration: .5s; 
  -webkit-animation-duration: .5s;

  animation-timing-function: ease-out;  
  -webkit-animation-timing-function: ease-out;  
}
#payment-form {
  margin: 0;
}
#card-element {
  margin-bottom: .5em;
}
#card-errors {
 font-size: 15px;
 color: red;
}
#payment-form .payment-form-row {
  padding: 1em 1em 0;
}
#payment-form .payment-form-note {
  font-size: 11px;
  color: #007AB8;
  margin: 1em 0 .5em;
}
.StripeElement {
 box-sizing: border-box;

 height: 40px;

 padding: 10px 12px;

 border: 1px solid transparent;
 border-radius: 4px;
 background-color: white;

 box-shadow: 0 1px 3px 0 #e6ebf1;
 -webkit-transition: box-shadow 150ms ease;
 transition: box-shadow 150ms ease;
}

.StripeElement--focus {
 box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
 border-color: #fa755a;
}

.StripeElement--webkit-autofill {
 background-color: #fefde5 !important;
}
