@charset "UTF-8";

/*
Theme Name: handmade-homes Theme 2024
Author: Dharmah
Author URI: https://wordpress.org/
Description: Custom wordpress theme
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: handmade-homes
*/

/*----------------------Common code start----------------------------------*/

/*----------------------Common code start----------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');


*{
  margin: 0;
  padding: 0;
}

.owl-carousel .owl-item img {
  display: unset;
  width: auto;
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
}

::selection {color:#E2ECF8; background: #242176;}


* {
  transition: 0.4s ease;
}

figure {
  margin: 0;
}

p, li {
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  color: rgba(0,0,0,0.7);
}

span{
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  color: rgba(0,0,0,0.7);
}

.no-margin {
  margin: 0 !important;
}

a {
  text-decoration: none !important;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
}


.z-ind{z-index: 100;}

h1 {
  font-size: 32px;
  font-family: "Nunito Sans", sans-serif;
}

h2 {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
}

h3 {
  font-size: 18.72px;
  font-family: "Nunito Sans", sans-serif;
}

h4 {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}

h5 {
  font-size: 13.28px;
  font-family: "Nunito Sans", sans-serif;
}

h6 {
  font-size: 12px;
  font-family: "Nunito Sans", sans-serif;
}

ul {
  margin-bottom: 0;
  padding-inline-start: 0;
  list-style-type: none;
}

.max-container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: #291F79;
  border-radius: 10px;
}

.sticky-menu 
{
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	animation-name: fadeInDown;
	animation-direction: normal;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
  background: #ffffff;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);
}

.click-to-top
{
  position:fixed;
  bottom:15px;
  right:20px;
  background:#F68114;
  width:50px;
  height:50px;
  color:#ffffff;
  border-radius:100%;
  cursor:pointer;
  text-align:center;
  font-size:1.8em;
  transform:scale(0)rotate(-90deg);
  z-index: 9990;
}
.click-to-top:hover
{
  opacity: 0.8;
}


.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pl-4 {
  padding-left: 40px;
}

.pl-5 {
  padding-left: 50px;
}

.comm-padd{
  padding: 40px 0;
}

.comm-header-small
{
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #010101;
}

.comm-header-large
{
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 46px;
}

.comm-link
{
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background: #01884D;
  padding: 15px 20px;
  width: fit-content;
  display: block;
  text-transform: uppercase;
}

.comm-link:hover
{
  background: #242176;
  color:#ffffff;
}

main{
  background: linear-gradient(35deg, rgba(206,231,220,1) 0%, rgba(249,252,251,0.3533788515406162) 25%, rgba(255,255,255,0) 50%, rgba(244,250,247,0.35057773109243695) 75%, rgba(206,231,220,1) 100%);
}

header .d-flex img.theme_btn{
  max-width: 51px;
  max-height: 28px;
  width: 51px;
  height: 28px;
}

.banner-sec img.banner-img{
  height: 600px;
  object-fit: cover;
}


.filter-box
{
  position: absolute;
  width: 55%;
  background: #ffffff;
  top:-20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  padding: 30px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.filter-box input
{
  width: 100%;
  border:none;
  color: #000;
}
.filter-box input:focus{
  outline: 0;
}

.filter-box input::placeholder{
  color: #000;
}

.filter-box small{
  font-weight: 500;
}

.filter-box .search
{
  background: #01884D;
  border-radius: 100%;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 60px;
  position: absolute;
  right: 15px;
  border: none;
}

.filter-box .search img{
  filter: invert(1);
  width: 50px;
}

.filter-box .have-border{
  position: relative;
}

.filter-box .have-border::before
{
  position: absolute;
  content: "";
  width:1px;
  height: 100%;
  right: 20px;
  top:0;
  transform: translateX(-50%);
  background: #d4d4d4;
}

#amenities .owl-stage-outer{
  padding: 12px 0;
}

#amenities .ame-block{
  padding: 10px;
}

#amenities .ame-block:hover img
{
  filter: grayscale(0);
  opacity: 1;
}

.amenities-sec p{
  font-size: 16px;
  font-weight: 600;
}

.nav-icon{
  cursor: pointer;
  width: 50px;
  background: white;
  padding: 8px;
  border-radius: 5px;
}

.appartment-location-sec .apl-block{
  border: 1px solid #D9D9D9;
  padding: 12px;
  background: #ffffff;
  display: block;
  margin-bottom: 25px;
  border-radius:10px;
}

.appartment-location-sec .apl-block:hover{
  transform: scale(0.95);
}

.appartment-location-sec .apl-block .img-blc{
  border: 1px solid rgba(0,0,0,0.5);
  height: 350px;
  overflow: hidden;
}

.appartment-location-sec .apl-block .img-blc img{
  object-fit: cover;
  height: 350px;
  width: 100%;
}

.appartment-location-sec .apl-block .price-block
{
  position: absolute;
  background: #01884D;
  top:10px;
  left: 0;
  width: fit-content;
  padding: 2px 30px 2px 10px;
  color: #ffffff;
  z-index: 20;
}

.appartment-location-sec .apl-block .price-block h3
{
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.appartment-location-sec .apl-block h3.comm-header-small{
  min-height: 50px;
}

.testimony-sec {
  background: #cfe7dd;
}

.testimony-sec .testi-block
{
  border:1px solid rgba(0,0,0,0.5);
  padding: 25px 40px;
  background:#ffffff;
  border-radius: 10px;
}

.testimony-sec .testi-block .profile{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
}

.testimony-sec .testi-block .profile img{
  object-fit: cover;
}

.testimony-sec .testi-block .name p, .testimony-sec .testi-block .name small
{
  color:#000;
  line-height: 10px;
}

.testimony-sec .testi-block p.desc{
  line-height: 23px;
}


#client-carousel .owl-item.center .testi-block 
{
  background: #01884D;
  border-radius: 10px;
}

#client-carousel .owl-item.center .testi-block p.desc{
  color:#ffffff;
}

#client-carousel .owl-item.center .testi-block .name p, #client-carousel .owl-item.center .testi-block .name small{
  color:#ffffff;
}

#client-carousel .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

#client-carousel .owl-next {
  width: 45px;
  height: 45px;
  font-size: 1.8em !important;
  color: #fff !important;
  line-height: 0;
  background: #01884D;
  margin-right: -25px;
}

#client-carousel .owl-prev {
  width: 45px;
  height: 45px;
  font-size: 1.8em !important;
  color: #fff !important;
  line-height: 0;
  background: #01884D;
  margin-left: -25px;
}

footer{
  background: url(./assets/images/footer-bg.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

footer img.site-logo
{
  filter:invert(1);
  height: auto;
  margin: 0 auto;
  display: block;
}

footer ul li{
  margin-bottom: 2px;
}

footer ul li a{
  color:#d4d4d4;
  font-weight: 500;
  font-size: 15px;
}

footer form input{
  width: 100%;
  background: transparent;
  border:1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
}

footer form button
{
  position: absolute;
  background: #ffffff;
  text-align: center;
  color:#000;
  right: 0;
  height: 100%;
  border:none;
  padding: 0 12px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.property-listing-sec button img
{
  width: 15px;
  height: 15px;
}

.property-listing-sec button {
  padding: 12px;
  background: transparent;
  border:1px solid #dadada;
}

.property-listing-sec button span{
  font-weight: 550;
  color:#000
}

.property-listing-sec ul li.pl-list
{
  border:1px solid #01884D;
  padding: 10px;
  background: #f8fffc;
  border-radius: 10px;
  border: 1px solid #cee7dc;
}

.property-listing-sec ul li.pl-list:hover
{
  box-shadow: 0 0 10px 1px lightgray;
}

.property-listing-sec ul li.pl-list:last-child{
  margin-bottom: 0!important;
}

.property-listing-sec .property-block .pb-carousel-block{
  width: 35%;
  margin-right: 15px;
}

.property-listing-sec .property-block .pb-content-block{
  width: 65%;
}

.property-listing-sec .property-block .share-like{
  position: absolute;
  top: 5px;
  right: 5px;
}

.property-listing-sec .property-block .share-like img{
  width: 20px;
}

.property-listing-sec .property-block .share-like i{
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color:#000; 
  -webkit-text-stroke-width: 1px;
}

.property-listing-sec .property-block .loc-map a
{
  font-family: ""Nunito Sans", sans-serif";
  font-size: 13px;
  font-weight: 700;
  line-height: 20.7px;
  text-align: left;
  color:#01884D;
  margin-right: 8px;
}

.property-listing-sec .property-block h4
{
  font-family: ""Nunito Sans", sans-serif";
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
}

.property-listing-sec .property-block .rating-price{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.property-listing-sec ul.main{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 600px;
}

.property-listing-sec ul.main::-webkit-scrollbar{
   width: 0px;
}


.property-listing-sec .property-block .rating-price ul li:first-child
{
  background: #01884D;
  color:#fff;
  padding: 5px 10px;
  font-family: ""Nunito Sans", sans-serif";
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  width: fit-content;
  height: fit-content;
  margin-right: 10px;
}

.property-listing-sec .property-block .rating-price ul li small{
  display: block;
  text-align: center;
  line-height: 10px;
}

.pb-banner .owl-dots
{
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
}

.pb-banner .owl-dots .owl-dot{
  width: 2px;
  height: 2px;
  background: lightgray;
}


.pb-banner .banner-img{
  height: 170px!important;
}


.filter-overlay
{
  width: 100%;
  position: fixed;
  height: 100vh;
  background: rgba(0,0,0,0.5);
  z-index: 100;
  left: -100%;
  top:0;
}

.filter-me{
  position: absolute;
  background: #01884D!important;
  width: fit-content;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 8px 20px !important;
}

.filter-me span{
 color:#ffffff!important;
}

.filter-me img{ 
  filter: invert(1);
}

.open-filter{
  position: relative;
  width: 20%;
  height: 100vh;
  background: #ffffff;
  box-shadow: 0 5px 10px 1px rgba(0,0,0,0.5);
  left: 0;
  top:0;
  z-index: 1000;
  overflow-y: scroll;
  overflow-x: hidden;
}

.open-filter::-webkit-scrollbar{
  width: 0px;
}

.open-filter ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.open-filter .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.open-filter .form-group label {
  position: relative;
  cursor: pointer;
  font-family: ""Nunito Sans", sans-serif";
  font-size: 15px;
  font-weight: 550;
  line-height: 17px;
}

.open-filter .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid lightgray;
  border-radius: 2px;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.open-filter .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #01884D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.open-filter .show-more-link, .service-facilities .show-more-link, .location-sec .show-more-link
{
  font-family: ""Nunito Sans", sans-serif";
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  color: #01884D;
}

.for-property-details {
  position: relative;
  width: 550px;
  padding: 25px 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}

.for-property-details .have-border{
  margin-right: 25px;
}
.for-property-details .have-border::before{display: none;}

.for-property-details .search {
  background: #01884D;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 0px;
  position: absolute;
  right: 12px;
  border: none;
}

.for-property-details .search img {
  width: 25px;
}

.detail-booking .share-like {
  position: absolute;
  top: 5px;
  right: 5px;
}

.detail-booking .share-like img {
  width: 20px;
}

.detail-booking .share-like i 
{
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #000;
  -webkit-text-stroke-width: 1px;
}

.detail-booking .search-box
{
  background: #ffffff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  padding: 10px;
  height: 220px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.prop-fr-btn{
  position: absolute;
  left: 0;
  bottom: 0;
}

.h-rules li{
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.h-rules li::before
{
  content: "\2714";
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}

.detail-booking .search-box input 
{
  width: 100%;
  border: none;
  color: #000;
}

.detail-booking .s-item{
  display: flex;
  align-items: center;
}

.detail-booking .s-item input, .detail-booking .s-item select
{
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 19px;
  margin-top: 3px;
  color:#bdbdbd;
  width: 100%;
  border: none;
}

.detail-booking .s-item input:focus, .detail-booking .s-item select:focus{
  outline: 0;
}

.detail-booking .s-item:first-child{
  border-right: 1px solid #dadada;
  margin-right: 10px;
  padding-right: 10px;
}

.detail-booking .s-item small{
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 15px;
}

.detail-booking button
{
  border: none;
  color:#ffffff;
  margin-top: -8px;
}

.highlight li{
  margin-right: 25px;
  display: flex;
  align-items: center;
}
.highlight li img{
  margin-right: 10px;
}

.service-facilities ul li strong{
  font-family: ""Nunito Sans", sans-serif";
  font-size: 14px;
  line-height: 15px;
  margin-left: 5px;
}


.service-facilities ul {
  justify-content: flex-start;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

.service-facilities ul li
{
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}

.interest-place ul li{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  background: #cee7dc;
  border-radius: 10px;
  overflow:hidden;
  border: 1px solid #cee7dc;
}

.interest-place ul li:hover{
  background: #01884D;
}

.interest-place ul li img{
  width: 150px!important;
  height: auto;
  margin-right: 10px;
}

.interest-place ul li h3, .transit h4{
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.interest-place ul li:hover h3{
  color:#ffffff;
}
.interest-place ul li:hover p{
  color:#ffffff;
}

.transit ul li{
  max-width: 100%;
}

.location-sec {
  background: #f8f9fa;
}

.hotel-list{
  height: 200px;
  min-height: 200px;
}

.page-template-property-details main {
  background: linear-gradient(35deg, rgba(206, 231, 220, 1) 0%, rgba(249, 252, 251, 0.3533788515406162) 35%, rgba(255, 255, 255, 0) 50%, rgba(244, 250, 247, 0.35057773109243695) 25%, rgba(206, 231, 220, 1) 100%);
}


#banner .owl-next {
  width: 45px;
  height: 45px;
  font-size: 1.8em !important;
  color: #fff !important;
  line-height: 0;
  background: #01884D;
  bottom: 32px;
  position: absolute;
  right: 20px;
}

#banner .owl-prev{
  display: none;
}

.home .detail-booking .search-box {
  width: 90%;
  margin: -15px auto 0;
  display: block;
  position: relative;
  z-index: 1;
}

.desk-hide{
  display: none!important;
  width:70px;
  height: 70px;
  margin-right: 10px;
}


#appart-list .owl-nav {
  width: 70px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: absolute;
  top: -50px;
  right: 15px;
}

#appart-list .owl-prev {
  width: 30px;
  height: 30px;
  font-size: 1.2em !important;
  color: #fff !important;
  line-height: 0;
  background: #01884D;
}

#appart-list .owl-next {
  width: 30px;
  height: 30px;
  font-size: 1.2em !important;
  color: #fff !important;
  line-height: 0;
  background: #01884D;
}

.modal-close{
  position: absolute;
  right: 0;
  top:0;
  border: none;
  background: #01884D;
  z-index: 100;
}

.hide-desk{
  display: none;
}

.show-appart-mobile{
  display: none;
}

.side-navigation{
  position: fixed;
  right:-100%;
  width: 25%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  height: 100vh;
  z-index: 9999;
  top:0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.side-navigation ul li{
  margin: 5px 0;
  border-bottom: 1px solid #f3f3f3;
  padding: 5px 0px 5px 15px;
}

.side-navigation ul li a{
  font-family: ""Nunito Sans", sans-serif";
  font-size: 20px;
  font-weight: 500;
  color: #000;
  display: block;
  padding: 10px 0;
}

#int-place img{
  min-height: 130px;
}

.w-90{
  width: 90%;
}

.show-half{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.set-img-height{
  height: 165px;
  min-height: 165px;
}

.hotel-fare span{
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color:#ffffff;
}

.faded-img{
  filter: opacity(0.4);
}

.wp-block-woocommerce-cart
{
  background: #ffffff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid whitesmoke;
}

.woocommerce-breadcrumb{
  display: none;
}

.wc-block-components-sale-badge{
  background: #4cab81;
  padding: 8px!important;
  border: none!important;
  color: #fff;
}

.wc-block-components-sale-badge span{
  color: #fff;
}

.wc-block-components-quantity-selector button{
  background: #000!important;
  color:#fff!important;
}

.wc-block-cart-item__remove-link {
  background: #ff0000 !important;
  padding: 5px 25px !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  position: absolute;
  right: 10px;
  bottom:37px;
  font-size: 15px!important;
}

.wc-block-cart__submit-button{
  background: #01884D !important;
  width: 100%;
  padding: 8px 20px;
} 

.wc-block-cart__submit-button span{
  color:#ffffff;
}

.is-discounted{
  font-weight: 800;
}

.woocommerce-checkout .wp-block-woocommerce-checkout{
  background: #ffffff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
  border: 1px solid whitesmoke;
}

.woocommerce-checkout .wc-block-components-radio-control{
  border: none!important;
}

.woocommerce-checkout .wc-block-components-radio-control-accordion-option{
  background: whitesmoke!important;
}

.wc-block-components-checkout-place-order-button{
  background: #01884D !important;
  border: none!important;
}

.wc-block-components-checkout-place-order-button span{
  color:#ffffff;
}





/*myaccount page*/
.woocommerce-account .woocommerce{
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  background: whitesmoke;
  width: 20%!important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 78%!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  padding: 15px 10px;
  border-bottom: 1px solid white;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
  background: #01884D;
  color: #ffffff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a{
  background: #01884D;
  color: #ffffff;
}

.woocommerce-account .woocommerce-Address
{
  background: #fbfbfb;
  border-radius: 10px;
  border:1px solid #e2e2e2;
  overflow: hidden;
  margin-top: 15px;
}

.woocommerce-account .woocommerce-Address-title{
  background: #333333;
  padding: 5px 8px;
}

.woocommerce-account .woocommerce-Address-title h3{
  margin: 0;
  color: #ffffff;
}

.woocommerce-account .woocommerce-Address address{
  padding: 10px;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-Address-title .edit {
  color: white;
  background: #01884d;
  font-size: 10px;
  padding: 3px;
  border-radius: 3px;
}

.woocommerce form .form-row input, .woocommerce form .form-row select
{
  width: 100%;
  background: transparent!important;
  border: 1px solid #bdbdbd!important;
  padding: 10px!important;
}

.woocommerce form .form-row input[type=checkbox]{
  width: auto;
}

.woocommerce form button
{
  padding: 10px!important;
  color:#ffffff!important;
  background: #01884D!important;
  width: 100%;
}

.woocommerce-cart .wc-block-cart-items__row{
  background: #f7f7f7;
}

.woocommerce-cart .wc-block-cart-items__row:last-child{
  border: none;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block{
  background: #f7f7f7;
  padding: 10px;
  border-radius: 10px;
}

.wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 0 20px!important;
}

.woocommerce-checkout .wc-block-checkout__terms {
  padding-top: 10px!important;
  margin-bottom: 10px!important;
}

.woocommerce-checkout .wc-block-checkout__actions{
  padding: 10px 0 0 0!important;
}

.woocommerce-order-received .woocommerce{
  background: #ffffff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.woocommerce-order-received .woocommerce-table--order-details thead{
  background: #d4d4d4;
}

.woocommerce-order-received .woocommerce-order-overview{
  margin: 15px 0 20px!important;
}

.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-button{
  display: block!important;
  text-align: center!important;
  background: green!important;
  color: #ffffff!important;
} 

.woocommerce-account .woocommerce-MyAccount-orders thead{
  background: #d4d4d4;
}

.woocommerce-account .woocommerce-order-details{
  margin-top: 20px;
}

.woocommerce-cart .wp-block-separator, .woocommerce-cart .wp-block-product-new{
  display: none;
}

.wc-block-components-totals-coupon__form button{
  background: #01884D !important;
  border: none !important;
}

.wc-block-components-totals-coupon__form button span{
  color:#ffffff;
}

.adjust-height{
  height: 500px!important;
  object-fit: cover;
}

.lb-details{
  display: none;
}

.loady-btn{
  background: #01884D;
  padding: 3px 0;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}


.woocommerce-cart .wc-block-components-product-details{
  margin: 20px 0!important;
}

.woocommerce-cart .wc-block-cart-item__product{
  position: relative;
}

.woocommerce-cart .wc-block-formatted-money-amount{
  font-weight: bolder;
}

.woocommerce-cart .wc-block-cart table.wc-block-cart-items, .woocommerce-cart .is-large.wc-block-cart {
  margin: 0 0 0 0!important;
}


.woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f6f5f8!important;
}

.pouluza-list{
  height: 250px;
  overflow: hidden;
}

.lindy-pouluza{
  height: auto;
  overflow: visible;
}

.spiny-cate{
  right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

/*Calendar Custom Css*/

.date-price {
  display: block;
  font-size: 8px;
  color: #333;
  bottom: -4px;
  position: absolute;
  color: #569ff7;
}

.flatpickr-day {
  display: flex!important;
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}



/*18-10-2024*/
.select2-container {
  width: 90% !important;
}

.select2-container--default .select2-selection--single {
  border: none !important;
}

.filter-box .setuila-widi {
 width: 25%;
}

.filter-box .setuila-widi small{
  font-weight: 700;
}

#amenities .ame-block img {
  filter: grayscale(100);
  opacity: 0.6;
}

.appartment-location-sec{
  background: #f1f8f5;
}

#selected-location-name{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: #01884d;
}

footer p.text-white{
  text-align:center;
}

.page-template-property-listing .search-box .d-flex{
  display:block!important;
}

.page-template-property-listing .search-box .d-flex .s-item{
  width:100%!important;
  margin-bottom: 30px;
}

.page-template-property-listing .detail-booking .search-box {
  height:auto;
}

.page-template-property-listing .property-block .share-like{
  display:none;
}

.single-product .share-like, .property-block .share-like{
  display:none!important;
}

.single-product header{
  padding-bottom:0!important;
}

.woocommerce-checkout-review-order-table dl.variation dt{
 float:none!important;
}

.why-sec .comm-header-small {
  font-size: 16px;
}

.whilee-blc{
  border-radius: 10px;
  background: #cee7dc;
  padding: 10px;
}

.whilee-blc:hover{
  background: #01884d;
}

.whilee-blc:hover h4{
  color:#ffffff;
}

.whilee-blc:hover p{
  color:#ffffff;
}

.why-sec iframe{
  border-radius: 10px;
}

.lolty{
  position: relative;
}

.lolty p{
  position: absolute;
  top: 35px;
  left: 67px;
  font-size: 10px;
  line-height: 10px;
  font-style: oblique;
  color:#01884D;
}

.room-available, .room-not-available{
  height: auto;
  position: relative;
  display: none;
}

.room-available .search-box, .room-not-available .search-box {
  height: auto;
}

.room-available .is-available, .room-not-available .is-available{
  padding: 10px 5px;
  background: #FFFEDF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.room-available .search-box .header
{
  background: #D3FFBB;
  box-shadow: 0 5px 10px 1px #DFFCCF;
  padding: 8px 0;
  border-radius: 10px;
  margin-bottom: 20px;
  flex-direction: row !important;
}

.room-not-available .search-box .header
{
  background: #FFE3E3;
  box-shadow: 0 5px 10px 1px #FFE3E3;
  padding: 8px 0;
  border-radius: 10px;
  margin-bottom: 20px;
}

.room-available .search-box .header h4, .room-not-available .search-box .header{
  margin-right: 5px;
}

.room-available input:disabled, .room-not-available input:disabled{
  background-color: white;
}


.wc-block-components-product-price__regular, .wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none;
}

.woocommerce-checkout .wp-block-group{
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.woocommerce-checkout .woocommerce-info {
  border-top:none!important;
  border-radius: 10px;
}

.woocommerce-checkout #place_order{
  width: fit-content;
  margin-top: 25px;
  padding: 10px 50px !important;
}

.woocommerce-checkout #payment {
  background: whitesmoke !important;
}

@media only screen and (max-width:991px){
  .woocommerce-checkout #place_order{
    width: 100%;
  }
}

.woocommerce-checkout #payment div.payment_box {
  padding: 0.56em!important;
  background-color: #f79f3b!important;
  color: #ffffff!important;
  font-weight: 700!important;
}

.woocommerce-checkout #payment div.payment_box p{
  color: #ffffff!important;
  font-weight: 700!important;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #f79f3b!important;
  border-right-color: transparent!important;
  border-left-color: transparent!important;
  border-top-color: transparent!important;
}

