@charset "UTF-8";
body {
  font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-btn-lg {
  background: #00A990;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 3.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none;
  text-align: center;
  display: inline-block;
}

.primary-btn-lg:hover {
  background: #04947e;
  color: #fff;
}

.outline-btn {
  background: #fff;
  color: #00A990 !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.5rem 3.5rem;
  border: 0.0625rem solid #00A990;
  border-radius: 0.5rem;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  display: inline-block;
}

.outline-btn:hover {
  background: #00A990;
  color: #fff !important;
}

.secondary-btn {
  background: #FEED42;
  padding: 0.375rem 1rem;
  border-radius: 0.5rem;
  color: #2B2B2B;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}

.secondary-btn:hover {
  background: #f6e431;
  color: #2B2B2B;
}

.subscribe-note {
  background: rgb(41, 177, 151);
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 177, 151)), to(rgb(133, 206, 228)));
  background: linear-gradient(90deg, rgb(41, 177, 151) 0%, rgb(133, 206, 228) 100%);
  width: 80%;
  margin: 1.5rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
}

.subscribe-note .subscription-type {
  margin-top: 1.5rem;
}

.subscribe-note .subscription-type h2 {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.subscribe-note p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  margin-top: 1.75rem;
}

.subscribe-note p .edit {
  color: #FEED42;
  margin-left: 0.5rem;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #fff;
  border-radius: 0.25rem;
}

.custom-checkbox:hover input ~ .checkmark {
  background-color: transparent;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #FEED42;
  border: 0.0625rem solid transparent;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 0.375rem;
  top: 0.1875rem;
  width: 0.4rem;
  height: 0.65rem;
  border: solid #29B197;
  border-width: 0 0.1875rem 0.1875rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subscription-banner {
  background: #B1EEFF;
  width: 100%;
  margin: 2.5rem 0;
  padding: 1rem 1.25rem 1rem 1rem;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
}

.subscription-banner .row {
  position: relative;
  z-index: 1;
}

.subscription-banner h1 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

.subscription-banner:after {
  background: #6877FF;
  content: "";
  width: 100%;
  position: absolute;
  top: -10rem;
  left: -6.25rem;
  height: 20rem;
  border-radius: 50%;
  display: block;
}

/* --------------------------- Cart --------------------------- */
.cart-details {
  background: #F4F4F4;
  padding: 1.25rem 0 3.5rem 0;
}

.cart-details h1 {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cart-details h1 span {
  color: #00A990;
}

.cart-details .input-counter {
  background: #fff;
  border: 0.0625rem solid #00A990;
  border-radius: 0.5rem;
  margin: 0.125rem 0 0 0;
  padding: 0 0.625rem;
  display: inline-block;
}

.cart-details .input-counter input {
  width: 3rem;
  height: 2.5rem;
  border: none;
  vertical-align: top;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.cart-details .input-counter input:focus-visible {
  outline: none;
  border: none;
}

.cart-details .input-counter .minus,
.cart-details .input-counter .plus {
  height: 2.5rem;
  line-height: 2.5rem;
  color: #00A990;
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
}

.cart-details .product-section {
  background: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.cart-details .product-section .thumb {
  background: #F2F2F2;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-details .product-section .thumb img {
  height: 2rem;
}

.cart-details .product-section h3,
.cart-details .product-section strong {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
  margin: 0;
}

.cart-details .product-section h4 {
  font-size: 0.625rem;
  line-height: 0.9375rem;
  font-weight: 400;
  margin: 0 0 0.125rem 0;
}

.cart-details .product-section .input-counter {
  background: #F4FFFD;
  margin-top: 0.5rem;
}

.cart-details .product-section .input-counter input {
  background: #F4FFFD;
}

.cart-details .product-section .btn-group {
  width: 100%;
  border-top: 0.0625rem solid #D3D3D3;
  margin: 1.25rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-details .product-section .btn-group a {
  color: #6F6F6F;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  margin: 0.9375rem 0;
  display: inline-block;
}

.cart-details .product-section .btn-group .divider {
  border-right: 0.0625rem solid #D3D3D3;
}

/* --------------------------- Cart Process --------------------------- */
.cart-process {
  background: #F3F3F3;
  padding: 0 0 7.5rem 0;
  overflow: hidden;
}

.cart-process fieldset:not(:first-of-type) {
  display: none;
}

.cart-process .subscribe-note {
  width: 100%;
  margin: 0;
}

.cart-process .subscribe-note .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.cart-process .subscribe-note .custom-checkbox .checkmark {
  top: 0.25rem;
}

.cart-process .subscribe-note .subscription-type li {
  margin: 0 1rem 0 0;
  display: inline-block;
}

.cart-process .subscribe-note .subscription-type h2 {
  margin-bottom: 0.75rem;
}

.cart-process .subscribe-note .subscription-type li:last-child {
  margin-right: 0;
}

.cart-process .subscribe-note .subscription-type li [type=radio] {
  display: none;
}

.cart-process .subscribe-note .subscription-type li label {
  background: #fff;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
}

.cart-process .subscribe-note .subscription-type li [type=radio]:checked + label {
  background: #FEED42;
  color: #000;
}

.cart-process .delivery-time-slot {
  background: rgb(41, 177, 151);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 177, 151)), to(rgb(133, 206, 228)));
  background: linear-gradient(90deg, rgb(41, 177, 151) 0%, rgb(133, 206, 228) 100%);
  padding: 0.75rem 1rem 1rem 1rem;
  border-radius: 0.5rem;
  margin-top: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-process .delivery-time-slot .time {
  background: #fff;
  color: #000;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-left: 1rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  display: inline-block;
}

.cart-process .delivery-time-slot .time.active {
  background: #FEED42;
  color: #000;
}

.cart-process .delivery-time-slot .time.active:first-child {
  margin-left: 0;
}

#weeklySubscription .modal-dialog .modal-header {
  border-bottom: none;
}

#weeklySubscription .modal-content h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

#weeklySubscription .modal-content h5 span {
  color: #666;
  font-size: 0.625rem;
  line-height: 1rem;
  font-weight: 400;
  display: block;
}

#weeklySubscription .modal-content li {
  padding: 0 0 1rem 0.5rem;
}

#weeklySubscription .modal-content li:last-child {
  padding-bottom: 0;
}

#weeklySubscription .modal-content .custom-checkbox {
  color: #242424;
  font-size: 0.875rem;
  line-height: 1rem;
}

#weeklySubscription .modal-content .custom-checkbox .checkmark {
  width: 1rem;
  height: 1rem;
}

#weeklySubscription .modal-content .custom-checkbox .checkmark {
  background: transparent;
  border: 0.0625rem solid #000;
}

#weeklySubscription .modal-content .custom-checkbox input:checked ~ .checkmark {
  background: #00A990;
}

#weeklySubscription .modal-content .custom-checkbox .checkmark:after {
  border-color: #fff;
  left: 0.25rem;
  top: 0.0625rem;
}

#weeklySubscription .modal-content .custom-checkbox input:checked ~ .checkmark {
  border-color: #00A990;
}

#weeklySubscription .modal-content .modal-footer {
  border-top: none;
}

.cart-process .emergency-delivery {
  background: #fff;
  margin: 1rem 0;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.cart-process .emergency-delivery label {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding-left: 1.75rem;
}

.cart-process .emergency-delivery .custom-checkbox .checkmark {
  width: 1rem;
  height: 1rem;
  border-color: #000;
}

.cart-process .emergency-delivery .custom-checkbox input:checked ~ .checkmark {
  background: #00A990;
  border-color: #00A990;
}

.cart-process .emergency-delivery .custom-checkbox .checkmark:after {
  border-color: #fff;
  top: 0.0625rem;
  left: 0.25rem;
}

.cart-process .emergency-delivery label span {
  color: #5E5E5E;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin: 0.25rem 0 0 0;
  font-weight: 400;
  display: block;
}

.cart-process .blue-gradient-bar {
  background: rgb(102, 109, 238);
  background: linear-gradient(107deg, rgb(102, 109, 238) 0%, rgb(159, 222, 240) 100%);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.125rem;
  border-radius: 0.5rem;
  margin: 1rem 0 1.5rem 0;
  padding: 0.625rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-process .blue-gradient-bar .outline-btn {
  padding: 0.375rem 1rem;
}

#applyCoupon .modal-dialog,
#emergencyDelivery .modal-dialog {
  max-width: 28rem;
}

#applyCoupon .modal-body,
#emergencyDelivery .modal-body {
  text-align: center;
  padding: 1.5rem 2rem 1.5rem 2rem;
}

#applyCoupon .modal-body .graphic,
#emergencyDelivery .modal-body .graphic {
  width: 3.5rem;
}

#applyCoupon h3,
#emergencyDelivery h3 {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 1.25rem 0 0 0;
}

#applyCoupon h3 span,
#emergencyDelivery h3 span {
  color: #00A990;
}

#emergencyDelivery p {
  color: #5F5F5F;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.5rem 0 0 0;
}

#applyCoupon .continue,
#emergencyDelivery .continue {
  background: transparent;
  color: #00A990;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  border: none;
  margin: 0;
  padding: 0;
}

.cart-process .payment-method {
  background: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.125rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}

.cart-process .payment-method h6 {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.distributionship-section {
  margin: 22rem 0 5.5rem 0;
}

.distributionship-section ul {
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.distributionship-section li {
  width: 100%;
}

.distributionship-section li .thumb {
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  display: inline-block;
}

.distributionship-section li .thumb img {
  width: 100%;
}

.distributionship-section li .thumb .caption {
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  padding: 1.25rem 1.5rem 1.5rem 1.5rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.distributionship-section li .thumb .caption h3 {
  color: #FEED42;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
}

.distributionship-section li .thumb .caption p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.distributionship-section .primary-btn-lg {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0.625rem 1.5rem;
  display: block;
}

.distributionship-section .outline-btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.525rem 1.5rem;
  display: block;
}

.related-article {
  background: #E2F8FF;
  padding: 2.5rem 0;
}

.related-article h2 {
  color: #1A1A1A;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  text-align: center;
}

.related-article .owl-carousel .item {
  background: #fff;
  margin: 0 12px;
  border-radius: 0.5rem;
  overflow: hidden;
}

.related-article .owl-carousel .item img {
  width: 100%;
}

.related-article .owl-carousel .item .info {
  padding: 1rem 1rem 0.625rem 1rem;
}

.related-article .owl-carousel .item .info h4 {
  color: #1A1A1A;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  min-height: 3.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-article .owl-carousel .item .info p {
  color: #575757;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  min-height: 2.25rem;
  margin: 0.25rem 0 0.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-article .owl-carousel .item .info a {
  color: #00A990;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
}

.related-article .owl-carousel .item .info span {
  color: #929292;
  font-size: 0.625rem;
  line-height: 1.125rem;
  padding: 2.5rem 0 0 0;
  font-style: italic;
  display: block;
}

.related-article .owl-theme .owl-controls {
  margin-top: 1.25rem;
}

.related-article .owl-theme .owl-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.related-article .owl-theme .owl-controls .owl-page span {
  background: #B1B1B2;
  margin: 0 0.375rem;
  opacity: 1;
}

.related-article .owl-theme .owl-controls .owl-page.active span {
  background: #00A990;
  width: 1rem;
  height: 1rem;
  margin: 0 0.375rem;
}

.related-article .owl-buttons {
  display: none;
}

.related-article .owl-theme .owl-controls .owl-buttons .owl-prev,
.related-article .owl-theme .owl-controls .owl-buttons .owl-next {
  background: #BBBBBB;
  content: "\2039";
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 2rem;
  line-height: 1.85rem;
  border-radius: 50%;
  position: absolute;
  left: -3rem;
}

.related-article .owl-theme .owl-controls .owl-buttons .owl-next {
  left: auto;
  right: -3rem;
}

.related-article .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.related-article .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #00A990;
}

.packaged-bisleri-section {
  padding: 5rem 0;
}

.packaged-bisleri-section h6 {
  color: #000;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.packaged-bisleri-section li {
  background: url(../images/green-check.png) no-repeat;
  color: #353535;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 0 0 1rem 2.25rem;
}

/* --------------------------- Greener Promise --------------------------- */
.greener-promise {
  position: relative;
}
.greener-promise .container {
  position: absolute;
  z-index: 1;
  top: 4.875rem;
  left: 0;
  right: 0;
  margin: auto;
}
.greener-promise .container .logo {
  height: 4.5rem;
}
@media only screen and (min-width: 768px) {
  .greener-promise .container .logo {
    height: auto;
  }
}
.greener-promise .container p {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1.3125rem 0;
}
.greener-promise .container .primary-btn {
  background: #00645B;
  color: #D0D0D0 !important;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
  padding: 0.6875rem 1.9375rem;
  border-radius: 1.4375rem;
  display: inline-block;
}

.initiative-by-bisleri-section {
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .initiative-by-bisleri-section {
    padding: 0;
  }
}

.initiative-by-bisleri-section h3 {
  color: #1A1A1A;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-align: center;
}

.initiative-by-bisleri-section h3 span {
  color: #00A990;
}

.greener-promise-gradient {
  background: #FFF;
  padding: 3.5rem 0;
}

.initiative-by-bisleri-section {
  background-color: #fff;
}

.initiative-by-bisleri-section .thumb {
  overflow: hidden;
}

.initiative-by-bisleri-section .caption {
  width: auto;
  position: absolute;
  top: 40%;
  padding: 0 0 0 1.875rem;
}
@media only screen and (min-width: 768px) {
  .initiative-by-bisleri-section .caption {
    padding: 0 0 0 6.25rem;
  }
}

.initiative-by-bisleri-section .caption h3 {
  color: #fff;
  font-size: 1.625rem;
  line-height: 2rem;
  margin: 0 0 1.375rem 0;
  font-weight: 900;
  font-style: italic;
  text-align: left;
}

.initiative-by-bisleri-section .caption .view-project {
  background: #00645B;
  color: #D0D0D0 !important;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 1.4375rem;
  padding: 0.625rem 2rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}

.initiative-by-bisleri-section .caption .view-project:hover {
  background: #014842;
}