#heading {
  background: #545454;
  padding: 14px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
#freeshipping {
  background: #545454;
  padding: 2px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
#heading .bsell {
  color: #fcff00;
  font-weight: 900;
}
#pricingsection {
  display: flex;
  border: 3px solid #545454;
}
#bottleleft {
  flex: 50%;
  border-right: 1px solid #2c20481f;
}
#pricingright {
  flex: 50%;
  text-align: center;
}
#regularprice {
  font-size: 36px;
  font-weight: 800;
  font-family: sans-serif;
}
#regularprice img {
  position: absolute;
  margin-left: -22px;
  margin-top: 0px;
  height: 45px;
}
#regularprice span {
  font-size: 22px;
  position: absolute;
  margin-top: 5px;
}
#perbottle {
  font-size: 46px;
  font-weight: 700;
  font-family: sans-serif;
}
.ppriceo {
  color: #b20305;
}
.ppricet {
  font-size: 16px;
  width: 50px;
  display: inline-block;
  text-align: left;
  margin-left: 30px;
}
#totalprice {
  font-size: 26px;
  font-weight: 600;
  font-family: sans-serif;
  color: #fff;
  background: #cc0001;
  border-radius: 10px;
  margin: 0 auto;
  width: 160px;
  padding-right: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
}
#lastday {
  color: #b20305;
  font-size: 24px;
  font-weight: bold;
}

.bottom-arrow:after {
  content: "";
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 22px solid #545454;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: 35px !important;
}
.bottom-arrow {
  height: 0px;
}
.leftarea {
  width: 50%;
  text-align: center;
}
.rightarea {
  width: 50%;
  text-align: center;
}
.header {
  padding: 15px 0;
  height: 95px;
}
#LoadingAccept,
#LoadingReserve {
  padding: 4em 0 0 0 !important;
}

@media screen and (max-width: 768px) {
  #pricingsection {
    display: block !important;
  }
  div#lastday {
    padding-bottom: 20px;
  }
  #bottleleft img {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .header {
    background-color: #d2d2d2;
    margin-bottom: -20px;
    padding: 0;
  }
  .call_us_now {
    max-width: 200px;
    margin-top: 5px;
  }
  .main,
  .refund {
    margin-top: 0px;
  }
  .hidezonmobile {
    display: none !important;
  }
  .hidezondesktop {
    display: block !important;
  }
}

/*==============Footer===================*/
footer {
  background: #222 !important;
  background-color: #222 !important;
  padding: 40px 0px !important;
  text-align: center !important;
}
footer .border {
  border: 1px solid #fff !important;
}
footer p,
footer a {
  color: #eee !important;
  font-size: 14px !important;
  line-height: 22px !important;
  margin: 1em 0;
}
footer a {
  text-decoration: none !important;
}
footer a:hover {
  text-decoration: underline !important;
}
footer li,
ol,
ul {
  list-style: none;
}
footer .border p {
  margin: 0 !important;
  padding: 10px;
}
footer .nav > li {
  display: inline-block;
  margin: 0 10px;
}
footer .nav > li > a:focus,
footer .nav > li > a:hover {
  background: transparent !important;
  text-decoration: underline !important;
}
footer p a {
  text-decoration: underline !important;
}
footer .copyright p {
  color: #aaa !important;
}
footer .container {
  padding: 0px 0px;
  background-color: #222;
}
footer .col-md-12 {
  width: 100%;
}
/*==============End Footer===================*/
