.cusstom_table .wd-el-table-wrap table p b {
  font-size: 18px;
}

.cusstom_table .wd-el-table-wrap table p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}

.cusstom_table .wd-el-table-wrap *,
.cusstom_table .wd-el-table-wrap table * {
  background: transparent !important;
  position: relative;
  z-index: 2;
}

.cusstom_table .wd-el-table-wrap table th,
.cusstom_table .wd-el-table-wrap table td {
  border-color: #4492d0 !important;
}

.cusstom_table .wd-el-table-wrap table th {
  background: #0084cd !important;
}

.cusstom_table .wd-el-table-wrap {
  position: relative;
}

.cusstom_table .wd-el-table-wrap::after {
  background: linear-gradient(180deg, rgba(56, 233, 245, .75) 0%, rgba(255, 255, 255, .25) 50%, rgba(255, 255, 255, .25) 60%, rgba(56, 233, 245, .75) 100%);
  content: '';
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  z-index: 0;
}

.cusstom_table {
  background: url(https://waterpark.ro/wp-content/uploads/2026/06/fundal-tabel-preturi-1.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media screen and (min-width: 992px) {
  .cusstom_table .wd-el-table-wrap th:first-child {
    width: 50%;
  }
}

.wp-bilete-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #063953;
  background: #0186d0;
  width: calc(100vw + 5px);
  margin-left: -12px;
}

.wp-ticket-card {
  background: #fff;
  border-radius: 0;
  padding: 24px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  width: 100%;
  border: 1px solid #0186d0;
}

.wp-card-header h2 {
  margin: 0 0 8px 0 !important;
  font-size: 18px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 800 !important;
  color: #032d42 !important;
}

.wp-card-header p {
  margin: 0 !important;
  font-size: 14px !important;
  color: #456b7e !important;
  line-height: 1.4 !important;
  font-weight: 500;
}

.wp-divider {
  height: 1px;
  background-color: rgba(6, 57, 83, 0.15);
  margin: 5px 0;
  display: none;
}

.wp-price-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.wp-price-col {
  flex: 1;
  background: rgba(255, 255, 255, 0.75);
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border: 1px solid #0186d0;
  padding: 0;
  overflow: hidden;
}

.wp-price-label {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  background: #0186d0;
  padding: 10px 0px;
}

.wp-price-value {
  margin-bottom: 4px;
}

.cta_detalii a {
  text-align: center;
  margin: 0 auto;
  display: table;
  color: #0186D0;
  border-bottom: 2px solid #0186D0;
}

.wp-price-value.free {
  color: #1e7e34;
  text-transform: uppercase;
}

.wp-price-value span {
  font-size: 13px;
  font-weight: 600;
  margin-left: 2px;
}

.wp-sticky-btn-container {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
  z-index: 99999;
}

.wp-sticky-btn-container .wp-buy-btn {
  width: 100%;
  background-color: #0186D0;
  color: white !important;
  border: none;
  padding: 16px;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(1, 134, 208, 0.4), 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.wp-sticky-btn-container .wp-buy-btn:hover {
  background-color: #0173b3;
  transform: translateY(-2px);
}

.single_add_to_cart_button {
  background: #0186d0 !important;
}

.btn.btn-style-link.btn-size-small {
  color: #0186d0 !important;
  border-color: #0186d0 !important;
  ;
}

.recomandari-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .recomandari-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .recomandari-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wd-add-btn-replace a {
  background: transparent !important;
  color: #0186d0 !important;
  border-bottom: 2px solid #0186d0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-weight: bold !important;
}

.wd-add-btn-replace a span {
  padding: 0 !important;
}

.whb-sticky-shadow+.whb-clone .whb-row {
  background-color: #0186d0 !important;
}

.whb-sticky-shadow+.whb-clone .whb-row .wd-nav[class*="wd-style-"]>li>a {
  color: #fff !important;
}

.whb-sticked .wd-tools-icon.wd-icon-alt:before {
  color: #fff !important;
}

.whb-sticked .wd-tools-icon {
  border-color: #fff !important;
}

.whb-sticked .wd-tools-icon:before {
  color: #fff !important;
}

.products-bordered-grid.elements-grid>.wd-col {
  padding: 30px !important;
  border: 1px solid #0186d0 !important;
}

.products-bordered-grid.elements-grid {
  gap: 20px !important;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev,
.slick-next {
  width: 48px !important;
  height: 48px !important;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0 !important;
  border-radius: 0 !important;
  transform: none !important;
}

.slick-prev:hover,
.slick-next:hover {
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0 !important;
  border-radius: 0 !important;
}

.slick-prev::after,
.slick-next::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231e5f7a' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6' stroke='%231e5f7a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

.slick-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231e5f7a' viewBox='0 0 24 24'%3E%3Cpath d='M9 18l6-6-6-6' stroke='%231e5f7a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

.slick-prev {
  left: -24px;
}

.slick-next {
  right: -24px;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.slick-prev.slick-disabled::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cbd5e1' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6' stroke='%23cbd5e1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

.slick-next.slick-disabled::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cbd5e1' viewBox='0 0 24 24'%3E%3Cpath d='M9 18l6-6-6-6' stroke='%23cbd5e1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
}

h3.wd-product .wd-entities-title {
  font-weight: bold !important;
}

.wd-product :is(.product-wrapper,
.product-element-bottom,
.product-list-content,
[class*="-information"])>*:not(:is(.product-element-bottom,
.wd-entities-title,
[class*="wd-product-"],
.price)) {
  margin: 0 !important;
}

.recomandare-card-item.slick-slide {
  margin: 0 5px
}

@media (max-width: 991px) {
  .slick-prev,
  .slick-next,
  .slick-prev:hover,
  .slick-next:hover {
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }
  .slick-prev {
    left: 0 !important;
  }
  .slick-next {
    right: 0 !important;
  }
}