* {
  box-sizing: border-box;
}
p {
  margin-bottom: 10px;
  margin-top: 0;
}
.bold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.shippingpolicy-main-div {
  width: 100%;
  float: left;
  font-family: "Open Sans";
  padding: 30px 0;
}
.shippingpolicy-top-sub {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
  gap: 4px;
}
.shippingpolicy-top-sub span {
  width: 100%;
  float: left;
  text-align: center;
}
.page-detail-text {
  width: 100%;
  float: left;
  margin: 12px 0;
  text-align: center;
}
.link-internal {
  color: #a22;
  text-decoration: underline;
}
.shippingpolicy-sub-div {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  gap: 20px;
}
.shippingpolicy-sub-div h2 {
  width: 100%;
  float: left;
  margin: 0;
}
.shippingpolicy-sub-div h3 {
  width: 100%;
  float: left;
  margin-bottom: 6px;
}
.shippingpolicy-description-div {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.shippingpolicy-description-div + .shippingpolicy-description-div {
  margin-top: 15px;
}
.shippingpolicy-italic {
  font-style: italic;
}
.shippingpolicy-table-main {
  margin-top: 15px;
  padding-left: 20px;
}
.shippingpolicy-table {
  width: 100%;
  max-width: 400px;
  font-weight: 600;
}
.states-list-div {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.states-list-div li {
  width: auto;
}
.shipping-options-div {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.shipping-options-div li {
  width: auto;
}
.specific-paragraph {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.underline-span {
  text-decoration: underline;
}
.flex-div {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.img-responsive {
  max-width: 100%;
}
table.shippingpolicy-table tr td {
  border: 1px solid #eee;
}
.underline-span-alt {
  text-decoration: underline;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.delivery-policy-img {
  margin: 30px 0;
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.monthly-flyer-div {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.monthly-flyer-div iframe {
  width: 100%;
  height: 700px;
}
@media only screen and (max-width: 1440.5px) and (min-width: 1200px) {
  .aboutus-left-div {
    width: calc(100% - 400px);
  }
  .aboutus-right-div {
    width: 400px;
  }
}
@media screen and (max-width: 480.5px) {
  .aboutus-left-div-img {
    width: 100%;
  }
  .aboutus-right-div {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .aboutus-left-div-img .img-responsive {
    padding: 6px;
  }
}
@media screen and (max-width: 767.5px) and (min-width: 481px) {
  .aboutus-left-div-img {
    width: 100%;
    margin-right: 0;
  }
  .aboutus-right-div {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991.5px) and (min-width: 768px) {
  .aboutus-left-div-img .img-responsive {
    padding: 2px;
  }
  .aboutus-right-div {
    width: 260px;
  }
  .aboutus-left-div {
    width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 1199.5px) and (min-width: 992px) {
  .aboutus-left-div-img .img-responsive {
    padding: 2px;
  }
}
/*# sourceMappingURL=custom.map */