.search-container {
  display: flex;
  align-items: center;
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  width: 633px;
  max-width: 100%;
  justify-content: space-between;
  height: 56px;
}

#search-bar {
  background: transparent;
  border: none !important;
  outline: none !important;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #000;
  flex: 1;
  font-family: "Jost", sans-serif;
}

.search-container button {
  background: #009e48;
  border-radius: 16px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  padding: 8px 28px;
}

.mhSwiperPreview .swiper-slide img {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  object-fit: cover;
}

.mhSwiperNavigation .swiper-slide img {
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.mhSwiperNavigation {
  margin-top: 12px;
}

.mhSwiperNavigation .swiper-slide {
  opacity: 0.5;
}

.mhSwiperNavigation .swiper-slide-thumb-active {
  opacity: 1;
}

.review-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.review-col {
  flex: 1;
}

.review-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 10px;
}

.review-row input,
.review-row textarea {
  height: auto;
  border: 1px solid #eeeeee !important;
  border-radius: 4px !important;
  padding: 12px 16px !important;
}

.review-row textarea {
  min-height: 254px !important;
  resize: none;
}

label.review-label {
  display: block;
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #191919;
}

form#review-form > h2 {
  font-size: 24px;
  margin-bottom: 16px !important;
  font-weight: 600;
  line-height: 1.5;
}

form#review-form > p {
  margin-bottom: 4px !important;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 1.5;
  font-weight: 400;
}

.rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rating-row > label {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #5c5c5c;
}

span.r-star {
  font-size: 22px;
  color: #5c5c5c;
  cursor: pointer;
  user-select: none;
}

span.r-star.active {
  color: #ffd700;
}

.pc-star {
  color: #ffd700;
  font-size: 24px;
  cursor: pointer;
  user-select: none;
}

.pc-stars {
  padding: 16px 0;
  display: flex;
  align-items: center;
}

.review-col.rating-col {
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 5px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

button.mh-button {
  padding: 14px 28px;
  border-radius: 16px;
  background: #009e48;
  font-family: "Jost", sans-serif;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 10px;
}

.profile-card {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.pc-image {
  width: 60px;
  height: 60px;
  font-size: 28px;
  font-weight: 700;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.pc-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

h3.pc-name {
  font-size: 20px;
  font-weight: 600;
  color: #191919;
  line-height: 1.5;
}

span.pc-date {
  font-size: 16px;
  line-height: 1.5;
  color: #5c5c5c;
}

.single-review {
  padding: 32px 0;
  border-bottom: 1px solid #dbe1e5;
}

p.pc-comment {
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  color: #5c5c5c;
  font-family: "Jost";
}

#cart .woocommerce {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

form.woocommerce-cart-form {
  width: 70%;
  padding-right: 30px !important;
}

.cart-collaterals {
  width: 30% !important;
  padding-left: 30px;
}

.cart_totals {
  width: 100% !important;
}

.woocommerce-js table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  white-space: nowrap;
}

span.cart-adventure {
  display: block;
  max-width: 300px !important;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 600;
}

span.cart-location {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  gap: 8px;
}

span.cart-location img {
  width: 12px !important;
}

.woocommerce-js a.remove:before {
  border: none !important;
}

.woocommerce-cart-form__cart-item td.product-remove a.remove {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #000 !important;
  width: 24px !important;
  height: 24px !important;
}

form.woocommerce-cart-form {
  width: 70%;
  padding: 20px !important;
  border-radius: 24px !important;
  background: #e5f4ec;
}

.mh-cart-container {
  border: 1px solid #009e48;
  border-radius: 12px;
  overflow: hidden;
}

.mh-cart-container table {
  border: none !important;
  margin: 0 !important;
}

.mh-cart-container th,
.mh-cart-container table td {
  background: transparent;
}

.mh-cart {
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 40px;
}

.mh-title {
  font-size: 24px;
  color: #191919;
  margin-bottom: 20px;
  font-weight: 600;
}

.woocommerce-js #content table.cart [name="coupon_code"],
.woocommerce-page #content table.cart [name="coupon_code"] {
  max-height: 100% !important;
  border-radius: 5px !important;
  border: 1px solid #eee;
  padding: 12px 16px;
  height: auto;
  font-family: "Jost", sans-serif;
  color: #191919;
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
  margin-left: 5px;
  padding: 14px 28px;
  border-radius: 16px;
  background: #009e48;
  line-height: 1.5;
  font-weight: 600;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  line-height: 1.5 !important;
  font-size: 18px !important;
  border-radius: 16px;
  background: #009e48;
  color: #fff;
  padding: 14px 28px;
}

.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-cart .cart-collaterals .cross-sells {
  border-radius: 24px;
  overflow: hidden;
  border-color: #009e48;
}

.woocommerce-cart .cart-collaterals .cart_totals > h2,
.woocommerce-cart .cart-collaterals .cross-sells > h2 {
  background: transparent !important;
  font-size: 48px;
  font-weight: 700;
  padding: 30px 23px 0;
  font-family: "Jost", sans-serif;
  border: none;
}

.woocommerce-js table.shop_table tbody:first-child tr:first-child th {
  border-top: 0;
  font-size: 24px;
  padding-left: 0;
  color: #191919;
}

.woocommerce-js table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
  font-size: 24px;
  text-align: right;
  font-weight: 700;
  color: #191919;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid var(--ast-border-color);
  font-size: 24px;
  padding-left: 0;
}

.woocommerce-page.woocommerce-checkout #payment #place_order,
.woocommerce.woocommerce-checkout #payment #place_order {
  width: 100%;
  padding: 14px 28px !important;
  height: auto !important;
  line-height: 1.5;
  font-size: 18px;
  border-radius: 16px;
  background: #009e48;
}

.review-summary {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  padding: 32px;
  border-radius: 12px;
}

span.avg-rating-value {
  font-size: 48px;
  font-weight: 600;
  color: #191919;
  line-height: 1.5;
}

.average-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}

h3.block-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #191919;
}

p.most-popular-comment {
  color: #5a5c5f;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
}

h3.block-title span {
  color: gold;
}

.rp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rp-row span:first-child {
  width: 30%;
  font-size: 18px;
  line-height: 1.5em;
  display: block;
  font-weight: 400;
  color: #222;
}

span.rating-progress-track {
  width: 75%;
  background: #e0e0de;
  height: 10px;
  border-radius: 50px;
  display: block;
  overflow: hidden;
}

span.rating-progress-bar {
  background: #000 !important;
  height: 10px;
  display: block;
}

.review-col.review-right {
  border-left: 1px solid #e0e0de;
  padding-left: 20px;
}

.rating-progress {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart_totals td,
.cart_totals td * {
  text-align: right;
  font-size: 24px;
  font-weight: 600 !important;
  color: #191919;
}

.woocommerce-js form .form-row input.input-text,
.woocommerce-js form .form-row textarea {
  border-radius: 8px;
  height: auto;
  padding: 12px 16px;
  font-family: "Jost", sans-serif;
  line-height: 1.5;
  color: #191919;
}

.woocommerce-js .select2-container .select2-selection--single,
.woocommerce-js select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
  padding: 12px 16px !important;
  line-height: 1.5 !important;
  border-radius: 8px !important;
  color: #191919 !important;
}

.woocommerce-js h2 {
  margin-bottom: 0px !important;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.wc-empty-cart-message {
  width: 100%;
}

table.ferry-schedule {
  margin: 0;
  border: none;
  border-collapse: collapse;
}

table.ferry-schedule tr {
  border-bottom: 1px solid #d9d9d9;
}

table.ferry-schedule tr:last-child {
  border-bottom: 0px solid;
}

table.ferry-schedule thead tr {
  border-bottom: 1px solid #d9d9d9 !important;
}

table.ferry-schedule th,
table.ferry-schedule td {
  text-align: left;
  padding: 5px 0;
  border: none;
  font-size: 16px;
  line-height: 1.5;
}

table.ferry-schedule th:nth-child(2),
table.ferry-schedule td:nth-child(2) {
  text-align: center;
}

table.ferry-schedule th:nth-child(3),
table.ferry-schedule td:nth-child(3) {
  text-align: right;
}

@media (max-width: 1024px) {
  form.woocommerce-cart-form {
    width: 55%;
  }

  .cart-collaterals {
    width: 45% !important;
  }
}

@media (max-width: 767px) {
  form.woocommerce-cart-form {
    width: 100%;
    padding: 20px 16px !important;
  }

  .mh-cart {
    padding: 24px 10px;
    background: #fff;
    border-radius: 24px;
    margin-bottom: 40px;
  }

  .cart-collaterals {
    width: 100% !important;
    padding-left: 0;
    padding-top: 30px;
  }

  .mhSwiperPreview .swiper-slide img {
    height: 300px;
  }

  .review-row {
    flex-direction: column;
  }

  .review-col {
    flex: 1;
    width: 100%;
  }

  .review-summary {
    padding: 20px;
    border-radius: 12px;
    flex-direction: column;
  }

  .review-col.review-right {
    border-left: 0px solid;
    padding-left: 0;
    padding-top: 20px;
    border-top: 1px solid #e0e0de;
    margin-top: 20px;
  }

  .average-rating {
    justify-content: center;
    margin-bottom: 20px;
  }

  .most-popular * {
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .rp-row span:first-child {
    font-size: 16px;
  }

  .woocommerce-js table.shop_table tbody:first-child tr:first-child td {
    font-size: 18px;
    padding-inline: 0;
  }

  .woocommerce-cart .cart-collaterals .cart_totals > h2,
  .woocommerce-cart .cart-collaterals .cross-sells > h2 {
    font-size: 26px;
    padding: 30px 16px 0;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 400;
    font-size: 18px;
  }

  .woocommerce-cart .cart-collaterals .cart_totals tr td,
  .woocommerce-cart .cart-collaterals .cart_totals tr th {
    padding-inline: 0;
  }

  .cart_totals td,
  .cart_totals td * {
    font-size: 18px;
  }
}
