/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:root {
  --wd-form-brd-width: 1px !important;
}
.whb-header.whb-overcontent:not(.whb-sticked) .wd-tools-element>a,
.whb-header.whb-overcontent:not(.whb-sticked) .wd-nav[class*="wd-style-"]>li>a {
color: #fff;
}
body .custom.tp-bullets {
  display: flex !important;
  align-items: center;
  /* gap: 5px; */
  width: auto !important;
}
body .custom .tp-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  background: rgb(255 255 255 / 65%);
  border-radius: 30px;
  position:unset;
  margin: 0 3px;
}
body .custom .tp-bullet.selected {
  width: 30px;
}
body #woodmart-main-slider_wrapper .custom.tparrows {
  background: none !important;
}
body #woodmart-main-slider_wrapper .custom.tparrows:before {
  font-size: 46px;
  color: hsl(0deg 0% 100% / 65%);
}
.wd-product.wd-hover-standard .product-element-top img {
  aspect-ratio: 4 / 3;
}
.wd-product.wd-hover-standard .product-element-top .hotel-name,
.wd-product.product-list-item .product-element-top .hotel-name {
  position: absolute;
  z-index: 1;
  color: #fff;
  bottom: 0;
  padding: 0 15px 10px;
  text-align: right;
}
.wd-product.wd-hover-standard .product-element-top .product-image-link:before,
.wd-product.product-list-item .product-element-top .product-image-link:before {
  background: linear-gradient(180deg,rgba(26,43,73,0),rgba(26,43,73,.55) 45%,#1a2b49);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  z-index: 1;
}
.wd-product.wd-hover-standard .product-wrapper .top-info i,
.wd-product.product-list-item .product-wrapper .top-info i {
  color: var(--wd-primary-color);
  font-size: 18px;
  margin-left: 10px;
}
.wd-product.wd-hover-standard .product-wrapper .top-info {
  text-align: right;
}
.wd-product.wd-hover-standard .product-grid-item__title-f,
.wd-product.product-list-item .product-grid-item__title-f {
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  border-radius: 15px;
  overflow: hidden;
  column-gap: 10px;
  text-align: right;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border: 1px solid hsl(216deg 98% 52% / 10%);
  justify-content: flex-end;
}
.top-info > div:not(:last-child) {
  margin-bottom: 10px;
}
.wd-product.wd-hover-standard .product-grid-item__title-f,
.wd-product.product-list-item .product-grid-item__title-f {
  height: 75px;
  overflow: hidden;
}
.wd-product.wd-hover-standard .product-grid-item__title-f .product-grid-item__title-f__title,
.wd-product.product-list-item .product-grid-item__title-f .product-grid-item__title-f__title {
  align-self: center;
}
.wd-product.wd-hover-standard .product-grid-item__title-f .product-grid-item__title-f__img,
.wd-product.product-list-item .product-grid-item__title-f .product-grid-item__title-f__img {
  flex: 0 0 110px;
}
.wd-product.wd-hover-standard .product-grid-item__title-f .product-grid-item__title-f__img img,
.wd-product.product-list-item .product-grid-item__title-f .product-grid-item__title-f__img img {
  height: 100%;
  object-fit: cover;
}
.wd-product.product-list-item .product-grid-item__title-f {
  width: 350px;
  max-width: 100%;
}
.wd-product.wd-hover-standard .rate-price,
.wd-product.product-list-item .rate-price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.wd-product.product-list-item .rate-price {
  justify-content: flex-start;
}
.wd-product.wd-hover-standard .wd-add-btn>a {
  width: 100%;
}
body .wd-product.product-list-item .product-list-content .price {
  font-size: 100%;
}
body .wd-product.product-list-item .product-list-content {
  gap:10px;
}

.search-on-slider {
    position: absolute;
    top: 46%;
    z-index: 9;
    left: 0;
    right: 0;
}
.check-tour-form {
  position: relative;
  padding: .5rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.check-tour .style-input:hover {
  border: rgba(13,110,253,.5) solid 1px;
  border-radius: .35rem;
}
.check-tour .style-input {
  transition: .3s ease-in-out;
  border: rgba(255,255,255,0) solid 1px;
}
.check-tour-form .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  border:none;
  font-size: 18px;
}
.check-tour .flatpickr-wrapper {
  display: block;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color:#f8f9fa;
  /* border: 1px solid #dee2e6; */
  border-radius: 0.375rem;
  margin-bottom: 0;
  background-color: transparent;
}
:is(.btn,.button,button,[type="submit"],[type="button"]) {
  color: var(--color-white);
  background-color: var(--btn-default-bgcolor);
}
:is(.btn,.button,button,[type="submit"],[type="button"]):hover {
  background-color: var(--btn-default-bgcolor-hover);
  color: var(--color-white);
}
.check-button button {
  width: 100%;
  border-radius:0.5rem;
  font-size: 18px;
}
.talmud-testi .testimonial .testimonial-inner {
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.8rem;
  box-shadow: none;
}
.talmud-testi .testimonial .testimonial-content {
  display: flex;
  flex-direction: column;
  font-style: italic;
  font-size: 16px;
  padding: 0 5px;
}
.talmud-testi .testimonial .testimonial-content .testimonial-rating {
  order:1;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.talmud-testi .testimonial .testimonial-content footer {
  order:2;
  font-style: normal;
  font-size: 14px;
  margin-top: 10px;
}
.talmud-testi .testimonial .testimonial-content > * {
padding: 0 5px;
}
body .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
  background-color: hsl(0deg 0% 0% / 20%) !important;
  border: none;
}
body .wd-nav-pagin-wrap[class*="wd-style-shape"] .wd-active span {
  background-color: var(--wd-primary-color) !important;
  width: 30px;
}
.tnp-subscription > form {
display: flex;
align-items: center;
}
.tnp-subscription label {
  display: none;
}
.subscribe-inside .tnp-subscription  {
  margin: 0;
}
body .tnp-subscription .tnp-email {
  font-size: 1.25rem;
  background: #fff;
  border: 1px solid #dee2e6;
  height: 48px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 300px;
  max-width: 100%;
}
body .tnp-subscription .tnp-submit {
  font-size: 1.25rem;
  height: 48px;
  border: 1px solid #dee2e6;
  line-height: 1;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  margin-right: -1px;
}
.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
  background-color: #0d6efd;
}
footer #menu-quick-links {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.copyrights-wrapper {
  border-top: none !important;
}
.copyrights-wrapper > .container {
  border-top: 1px solid var(--brdcolor-gray-300);
}
.search .page-title {
display: none;
}
#menu-main-navigation {
  --nav-gap: 15px;
}
#menu-main-navigation #menu-item-2873 .nav-link-text,
#menu-main-navigation #menu-item-3459 .nav-link-text{
display: none;
}
body .wd-buttons.wd-pos-r-t {
  right: 10px;
  left: auto;
}
.wd-product.wd-hover-standard .wd-buttons.wd-pos-r-t,
.wd-product.product-list-item .wd-buttons.wd-pos-r-t {
  opacity: 1;
  visibility: visible;
  transform: none;
  background: none;
  box-shadow: none;
}
.wd-product.wd-hover-standard .wd-buttons .wd-action-btn>a,
.wd-product.product-list-item .wd-buttons .wd-action-btn>a {
  height: 40px;
  width: 40px;
}
.wd-product.wd-hover-standard .wd-buttons .wd-wishlist-btn,
.wd-product.product-list-item .wd-buttons .wd-wishlist-btn {
  background: rgb(0 0 0 / 30%);
  border-radius: 50px;
}
.wd-product.wd-hover-standard .wd-buttons .wd-wishlist-btn:hover,
.wd-product.product-list-item .wd-buttons .wd-wishlist-btn:hover {
  background: var(--wd-primary-color);
}
.wd-product.wd-hover-standard .wd-buttons .wd-wishlist-btn > a,
.wd-product.product-list-item .wd-buttons .wd-wishlist-btn > a {
color: #fff;
}
.wd-product .product-element-top {
  border-radius: 10px;
}
.hotel-gallery {
  display: grid;
  grid-template-columns: 2fr repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.hotel-gallery > .gallery-item:nth-child(1) { 
  grid-area: 1 / 1 / 3 / 2; 
  overflow: hidden;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.hotel-gallery > .gallery-item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.hotel-gallery > .gallery-item:nth-child(3) { 
  grid-area: 1 / 3 / 2 / 4;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
}
.hotel-gallery > .gallery-item:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.hotel-gallery > .gallery-item:nth-child(5) { 
  grid-area: 2 / 3 / 3 / 4;
  overflow: hidden;
  border-bottom-left-radius: 0.5rem;
}
.hotel-gallery > .gallery-item:nth-child(n+6) { display: none; }

.hotel-gallery > .gallery-item:nth-child(1) img {
max-height: 430px;
height: 100%;
}
.hotel-gallery > .gallery-item:nth-child(n+2):nth-child(-n+5) img {
  max-height: 210px;
  height: 100%;
}
 .hotel-gallery img {
  width: 100%;
  object-fit: cover;
 }
 .sp-hotel-date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6c757c;
  font-size: 20px;
  font-weight: bold;
 }
 .hotel-facilities i {
  margin-left: 10px;
 }
 .hotel-facilities, .hotel-description, .hotel-data-row {
  padding-bottom: 1rem;
  border-bottom: 1px solid #DEE2E6;
  margin-bottom: 35px;
 }
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 0;
}
.acf-map img {
   max-width: inherit !important;
}
.price-subtext {
  font-size: 18px;
  color: #6c757c;
  margin-left: 10px;
  width: 100px;
  max-width: 100%;
  display: inline-block;
}
.product-grid-item .price-subtext {
  display: inline;
  margin-left: 5px;
}
.single-product .site-content .price, .single-product .site-content .partner-price {
  font-weight: bold;
}
.single-product .site-content .price .amount, .single-product .site-content .partner-price .amount{
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.partner-price .price-subtext {
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.price-subtext .warning {
  font-size: 14px;
}
.single-product form.cart div.quantity, .single-product form.cart .qty-label {
  flex: 1;
}
.single-product .single_add_to_cart_button {
  width: 100%;
}
body .single_add_to_cart_button {
  border-radius: 0.5rem;
  font-size: 20px;
  font-weight: 500;
}
body .wd-product.wd-hover-standard .wd-add-btn>a,
body .wd-product.product-list-item .wd-add-btn>a {
  border-radius: 0.5rem;
  min-height: 40px;
  font-size: 16px;
}
.single-product .qty-row {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex: 1 1 70%;
  max-width: 70%;
  margin: auto;
}
.single-product .qty-row > * {
  flex:1;
}
.single-product .qty-row  .quantity {
  justify-content: center;
}
.wd-product .product-element-top .attachment-woocommerce_thumbnail {
  transition: .3s ease-in-out;
}
.wd-product:hover .product-element-top .attachment-woocommerce_thumbnail {
  transform: scale(1.1);
}
.rate-price .depends-text {
text-align: center;
font-size: 16px;
color: #6c757c;
width: 100%;
}
h2.label {
  margin-bottom: 10px;
}
.gallery-item .gal-count {
  position: absolute;
  display: block;
  bottom: 41px;
  left: 0;
  background: hsl(0deg 0% 0% / 60%);
  z-index: 0;
  width: 100px;
  padding: 9px 0;
  color: #fff;
  text-align: center;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.has-hotel .not-hotel {
  display: none;
}
body .wd-title-style-overline .wd-all-open-title span {
  border-top: none;
}
.wd-product.product-grid-item .title-label {
  position: absolute;
  z-index: 1;
  color: #000;
  top: 30px;
  padding: 3px 5px;
  text-align: right;
  left: 0;
  background: #fff;
  border-radius: 0 .25rem .25rem 0;
  font-size: 14px;
  max-width: 80%;
}
.row-appheader-search {
  background: #1a2b49;
  padding: 15px 0;
  margin: -40px 0 20px;
}
.team-section:before {
  content: '';
  background: rgba(26,43,73,.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 35px;
}
.team-section .team-member .member-image img {
  border-radius: 50%;
}
.team-section .member-name {
  font-size: 20px;
  margin-bottom: 5px;
}
.team-section .team-member .member-position {
  font-size: 14px;
}
.team-section .team-member .member-bio {
  font-size: 16px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 30px;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.team-section .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}
.team-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.team-section .swiper {
  padding-bottom: 50px;
}
body .btn.btn-style-bordered {
  border-width: 1px;
}
.elementor-custom-embed-play:hover:after, .elementor-custom-embed-play:hover:before {
  background: var(--bs-primary-darker);
}
.elementor-custom-embed-play:after {
  transition: .2s;
}
.elementor-custom-embed-play:before {
  animation: 1.5s ease-out infinite pulse-border;
}
.elementor-custom-embed-play:after, .elementor-custom-embed-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: .3s ease-in-out;
  background: #0d6efd;
  transform: translateX(-50%) translateY(-50%);
}
.elementor-custom-embed-play svg {
  display: none;
}
.elementor-custom-embed-play span {
  top: auto;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: relative;
  display: block;
  z-index: 1;
}
@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0
  }
}

.talmud-testi .testimonial-content {
  overflow: hidden;
  min-height: 76px;
  height: 0; 
}
.talmud-testi .testimonials .testimonial-inner {
  flex-direction: column !important;
}
body .wd-product.product-list-item {
  --text-align: start;
}
.rtl .wpcf7, .rtl .wpcf7 input {
direction: rtl;
}
.wpcf7 :is(input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select) {
  border-radius: 5px;
}
.row-site-info {
  text-align: center;
  margin-bottom: 15px;
}
.row-site-info a {
  color: var(--wd-primary-color);
}









@media (max-width: 575.98px) {

}
@media (max-width: 768.98px) {
  .woocommerce-ordering.wd-ordering-mb-icon select option {
      color: #000;
  }
}
@media (max-width: 991.98px) {
  body .tnp-subscription .tnp-email {
    width: 100%;
}
}
@media (max-width: 1024px) {
  .search-on-slider {
    top: 30%;
}
}
