.blog-details-sub {
  width: 100%;
  float: left;
}
.blog-details-container {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  float: none;
  padding: 0 20px;
}
.blog-entries {
  width: 100%;
  float: left;
  font-family: PTSansRegular;
}
.blog-details-sub p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 15px;
  width: 100%;
  float: left;
  font-family: PTSansRegular;
}
.footer_map {
  border: 8px solid #ddd;
  padding: 2px;
  margin-top: 24px;
}
.ageverification-input-div {
  width: 100%;
  float: left;
}
.ageverification-input-div input {
  width: 75px;
  height: 45px;
  font-size: 18px;
  margin: 0 6px;
  border: 1px solid #ccc;
  color: #3a3a3a;
  text-align: center;
  background-color: #fff;
  padding: 12px;
  border-radius: 6px;
}
.enterbtn {
  background-color: #0e2459;
  width: 110px;
  height: 45px;
  padding: 6px 12px;
  font-size: 18px;
  border: 1px solid #0e2459;
  text-transform: uppercase;
  color: #fff;
  margin-left: 6px;
  border-radius: 6px;
}
.aboutus-content h2 {
  width: 100%;
  float: left;
  font-size: 24px;
}
.delivery-div {
  width: 100%;
  float: left;
  margin-top: 25px;
  display: flex;
  gap: 25px;
}
.delivery-img-div {
  width: 460px;
}
.delivery-img-div img.img-responsive {
  width: 100%;
  padding: 8px;
  background-color: #ccc;
}
.delivery-details {
  width: auto;
  font-size: 16px;
  font-family: PTSansRegular;
  flex: 1;
}
.delivery-details h2 {
  width: 100%;
  float: left;
  font-size: 26px;
}
.delivery-details h3 {
  width: 100%;
  float: left;
  font-size: 20px;
}
@media (max-width: 767px) {
  .delivery-div {
    flex-direction: column;
  }
  .delivery-img-div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .delivery-img-div img.img-responsive {
    max-width: 460px;
    display: flex;
    justify-content: center;
  }
  .delivery-details {
    width: 100%;
    padding-top: 20px;
  }
  .footer_map {
    padding: 0;
    margin-top: 34px;
  }
  .ageverification-input-div input {
    padding: 3px;
    height: 30px;
    width: 40px;
    font-size: 13px;
    margin: 0 2px;
  }
  .enterbtn {
    width: 70px;
    height: 30px;
    padding: 3px 12px;
    font-size: 14px;
    margin-left: 2px;
  }
}
/*# sourceMappingURL=custom.map */