@keyframes modalopen {
  from{opacity: 0}
  to{opacity: 1}
}

.box {
  text-align: center;
}

.box p {
  margin-bottom: 0;
}

.price-head {
    background-color: rgb(51, 51, 51);
    width: 100%;
    padding: 0;
    color: #fff;
}

.price-head p {
    font-size: 35px;
    font-weight: bold;
    margin: 0 0 5px 0!important;
    color: #fff;
}

#myModal p {
  margin: 0;
}

#myModal small {
  font-size: 100%;
}
#myModal {
  font-family: 'Avenir Next Regular', sans-serif;
  font-weight: 600;
}

.modal-body {
  padding: 30px 20px;
}
.body {
  padding: 15px;
  border: 1px solid #eee;
}

.close {
    opacity: .9;
}

/* div#navbar-collapse-02 {
    padding-right: 0;
} */

.modal-header {
  padding: 15px 24px 10px;
  border-bottom: 2px solid #ebedef;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, .7);
}

h4.title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 8px 8px 0 0;
  margin-top: 0;
  margin-bottom: 10;
}

.card-footer {
  padding: 0;
}

.card-footer a {
  display: block;
  background-color: #105f48;
  color: #fff;
  font-family: 'Veneer Clean Regular', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.card-footer .buy {
  border: 2px solid #105f48;
}

.card-footer .buy:hover {
  color: #fff;
}

.card-footer a:focus {
  color: #fff;
}

.buy {
  padding: 10px 25px;
  margin-bottom: 5px;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 500;
  background-color: #f9f9f9;
  color: #000;
  border: 2px solid #f9f9f9;
  outline: none;
  text-transform: uppercase;
}

.buy-btn {
  font-size: 13px;
}

.buy:hover {
    opacity: .85;
    text-decoration: none;
    color: #000;
}

#mobile {
  text-align: center;
  padding: 40px;
}

#mobile button.lity-close {
    display: none;
}

.hide {
  display: none;
}

select.div-toggle {
  padding-left: 0;
  width: 162px;
  font-weight: 600;
}

select {
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}


.select {
    width: 180px;
    margin: 0 auto 20px;
    border: 2px solid #000;
    text-align: center;
}

.modal-title {
  font-size: 30px;
  font-family: 'Veneer Clean Regular', serif;
  font-weight: 400;
}


/*** Media Queries ***/

@media (max-width: 576px) {
  .modal-dialog {
      margin-left: 15px;
      margin-right: 15px;
  }
}

@media (max-width: 500px) {
  .modal-title {
    font-size: 26px;
  }

  .modal-content img {
    height: 20px;
  }
}


@media (max-width: 340px) {
  .modal-title {
    font-size: 16px;
  }
}
