/*welcome to style.css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Assistant&display=swap');


@font-face {
    font-family: 'Dorian CLM';
    src: url('fonts/DorianCLM-Book.eot');
    src: url('fonts/DorianCLM-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/DorianCLM-Book.woff2') format('woff2'),
        url('fonts/DorianCLM-Book.woff') format('woff'),
        url('fonts/DorianCLM-Book.ttf') format('truetype'),
        url('fonts/DorianCLM-Book.svg#DorianCLM-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	 font-family: 'Dorian CLM' !important;
	color: #3c3c3b;
	direction: rtl !important;
	overflow-x: hidden;
}
body.single-product{
	overflow-x:hidden;
}

.container {
	max-width: 1400px;
}

/*mobile start menu*/

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
	background: #3c3c3b;
}

.hc-offcanvas-nav .nav-close {
    /* display: none; */
    visibility: hidden;
}
.hc-offcanvas-nav li.nav-close span::before {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    margin-left: 0px;
    left: 11px;
    visibility: visible;
    content: "×";
    font-size: 61px;
    color: #3c3c3b;
    font-family: fontawesome;
}
.hc-nav-trigger.hc-nav-1 {
	left: 10%;
	top: 30px;
	right: auto  !important;
}

.hc-offcanvas-nav a,
.hc-offcanvas-nav .nav-item {
	font-size: 22px;
	text-transform: capitalize;
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content,
.nav-content {
	background: #ffffff;
}

.hc-offcanvas-nav ul {
	padding-top: 20px!important;
}

.hc-offcanvas-nav a:hover,
.hc-offcanvas-nav a:active {
	background: #fff;
	color:#cab099 !important;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.head-menu {
	display: flex;
	justify-content: end;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/*---------hover-effects----

.nav-menu>ul>li a:hover,
.nav-menu>ul>li a.active {
	color: #cab099;
	transition: 0.3s;
}
*/


footer ul li a:hover {
	color: #cab099;
	transition: 0.3s;
}


/* Desktop Navigation */

.header {
	padding: 14px 90px 14px 90px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header .logo {
	display: flex;
}
.header .logo a {
	margin: auto 0;
}
.header .logo a img {
	object-fit: contain;
	width: 290px;
	height: 39px;
}
/*menu css here*/
.nav-top-menu{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: end;
}
.nav-top-menu li{
	
	position: relative;
	margin-right: 6px;
}
.nav-top-menu li a{
	display: block;
	position: relative;
	color: #3c3c3b;
	transition: 0.3s;
	font-size: 15px;
	text-decoration: none;
	font-weight: 600;
	line-height: 18px;
	padding: 6px 18px 8px 18px;
	text-transform: uppercase;
	
}
.nav-top-menu li a:hover{
  color: #cab099;
   transition: 0.3s;	
}
.nav-top-menu .current-menu-item a{
	color: #cab099;
	transition: 0.3s;	
}
/*
.nav-menu>ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: end;
}
.nav-menu>ul>li {
	position: relative;
	margin-right: 6px;
}
.nav-menu>ul>li a {
	display: block;
	position: relative;
	color: #3b3b39;
	transition: 0.3s;
	font-size: 18px;
	text-decoration: none;
	font-weight: 400;
	line-height: 18px;
	text-transform: capitalize;
	padding: 6px 23px 8px 23px;
}
*/
body.has-favrt .my-names::before{
	content: '';
	background-image: url("../images/heart-fill.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -18px;
	width: 39px;
	height: 39px;
}
.my-names::before {
	content: '';
	background-image: url("../images/heart.png");
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -18px;
	width: 39px;
	height: 39px;
}
.wpcf7 .screen-reader-response{
	margin: 0px !important;
}
.shocial-links ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.shocial-links ul li a {
	text-decoration: none;
	display: block;
	padding: 1px 0px 0px 0px;
	margin-right: 12px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.shocial-links {
	margin-right: 48px;
}
a:hover {
	color: none;
	text-decoration: none;
}
a {
	text-decoration: none;
}

/*----------header-end----------*/

.banner-layout {
    height: fit-content;
    width: fit-content;
    /* clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 21% 0); */
    right: 0;
    display: flex; 
    margin: auto;
}
.banner-wraper {
    position: relative;
    margin-bottom: 32px;
}
.layout-content {
    max-width: -webkit-fill-available;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    width: 100%;
    border-bottom: 2px solid #000;
}
.checked-div {
    margin-left: 40px;
}
.banner-layout ul li:last-child{
	margin-left: 0px;
}
.layout-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
}
.layout-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin: 0;
}
.main-slider .slick-slide {
    height: 600px !important;
}
.layout-content p::before {
    content: '';
    background-image: url("../images/one-hand.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 28px;
    height: 44px;
    display: none;
}
.slider-wraper div {
	color: #000;
	background-color: #3b3b39;
	width: 200px;
}
.caption-wraper{
	margin-top: 6px;
}
.lay-out-wraper .cheak-in {
    color: #fff;
    display: block;
    width: fit-content;
    text-align: center;
    line-height: 69px;
    content: '';
    height: 70px;
    bottom: 0;
    font-size: 18px;
    font-weight: 500;
    left: 0;
    text-transform: uppercase;
    padding-top: 22px;
    z-index: 9;
    margin-left: auto;
    right: 400px;
    background: #000;
    padding: 0px 20px;
    border: 1px solid #fff;
}
.banner-layout ul {
    padding: 0;
    display: flex;
    /* height: 45px; */
    list-style: none;
    right: 0;
    margin: 0;
    margin-top: 6px;
}
.banner-layout ul li .inner-area img,
.banner-layout ul li a img {
	object-fit: contain;
	margin-left: 18px;
	margin: auto auto auto 18;
}
.banner-layout ul li {
	margin-left: 34px;
}
.banner-layout ul li .inner-area,
.banner-layout ul li a {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	display: flex;
	cursor: auto;
}
.main-title {
	max-width: 986px;
   margin-bottom:250px;
   text-align: center;
    margin: 0 auto;
}
.layout-content-wrap {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.main-title h2,
.main-title h1 {
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 120px;
    text-shadow: 2px 2px #160e0e;
}
.main-title h1 {width: fit-content; margin-left:auto;margin-right:auto}
.main-title p, h2.neh {
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    text-shadow: 2px 2px #160e0e;
}
.main-title h2::after,
.main-title h1::after {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    width: 70px;
    height: 3px;
    margin: auto;
    bottom: -70px;
    background-color: #fff;
}
.main-title h1::after,.main-title h2::after { width:90%; min-width:543px; max-width:543px;left: 50%;
  transform: translateX(-50%);
}
.banner-layout ul li .inner-area span,
.banner-layout ul li a span {
    line-height: 35px;
    text-transform: uppercase;
}
.lay-out-wraper {
    position: absolute;
   top: -15px;
    right: 0%;
    height: 893px;
    opacity: 0;
    box-shadow: 4px 4px 4px 0px #c2c2c2;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
    z-index: 999;
    width: 100%;
    display: flex;
    padding-right: 271px;
}
/*.lay-out-wraper.slide-down{
	top: -14px;
}*/
.lay-out-wraper.slide-down{
	opacity: 1;
	z-index:9999;
}
/* .slick-list { */
    /* padding-top: 14px !important; */
/* } */
.luxury-section .img-wraper {
	min-height: 280px;
	position: relative;
	height: 280px;
	overflow: hidden;
	position: relative;
}
.box .img-wraper img, 
.box .img-wraper a img {
    width: 100%;
    height: -webkit-fill-available;
	object-fit:cover;
}
.luxury-section .img-wraper .heart {
    position: absolute;
    top: 17px;
    left: 15px;
    width: auto;
    height: revert;
	z-index: 99;
}
.luxury-section .img-layout {
	position: absolute;
	padding-top: 18px;
	padding-right: 24px;
	padding-bottom: 20px;
	bottom: -1px;
	width: 100%;
	background-color: rgba(4, 37, 46, 0.7);
}
.luxury-section .img-layout.layout-2 {
	background-color: rgba(18, 150, 180, 0.7) !important;
}
.luxury-section .img-layout p {
	margin: 0;
	font-size: 19px;
	line-height: 20px;
	color: #fff;
}
.luxury-section .box {
	margin-bottom: 0px;
	padding-right: 15px;
}

.luxury-section .box .caption-wraper h3,
.luxury-section .box .caption-wraper h3 a {
	color: #3c3c3b;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 30px;
}
.luxury-section .box .caption-wraper p {
	color: #3c3c3b;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}
.hc-offcanvas-nav li.nav-close span, .hc-offcanvas-nav li.nav-parent span.nav-next, .hc-offcanvas-nav li.nav-back span {
    left: 0;
	right: auto;
}
.luxury-section .box .caption-wraper ul li a{
	position: relative;
}
.luxury-section .box .caption-wraper ul li a span {
	color: #3c3c3b;
	font-size: 18px;
	font-weight: 600;
	position: absolute;
    top: 5px;
    left: -12px;
    left: 0;
    right: 10px;
}
.luxury-section .box .caption {
	display: flex;
	justify-content: space-between;
}
.luxury-section .box .caption-wraper ul li {
	list-style: none;
	margin-left: 30px;
	position: relative;
    top: -10px;
}

.luxury-section .box .caption-wraper ul {
	padding: 0;
	display: flex;
	position: relative;
    bottom: 0;
    align-items: center;
}
.luxury-section .box .caption-wraper ul li img {
	/*width: 52px;*/
	object-fit: contain;
	/*height: 52px;*/
	margin-right: 30px;
	width: 40px;
	height: 35px;
}
.luxury-section .yamas-box-wraper h2,
.luxury-section .yamas-box-wraper h4 {
	color: #3c3c3b;
    font-size: 38px;
	font-weight: 400;
	line-height: 48px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.home-wraper.two {
    background-color: #f9f6f3;
}
.luxury-section .yamas-box-wraper p {
	color: #000;
	font-size: 25px;
	font-weight: 400;
	line-height: 60px;
}
.luxury-section .yamas-title {
	margin-bottom: 0;
	text-align: center;
}

/*
.slick-prev,
.slick-next{
	
	width:20px;
	height:27px;
}
.slick-prev:before {
  color:#000!important;
  opacity:1;
  
}
.slick-next:before {
 color:#000!important;
 opacity:1;
  
}

.about-us .about-us-text {
	padding-left: 180px;
	padding-right: 90px;
}*/
.about-us .about-us-text h3 {
	line-height: 50px;
	color: #3c3c3b;
    font-size: 38px;
    font-weight: 400;
    text-transform: uppercase;
}
.about-us .about-us-text .paragraph p {
	line-height: 30px;
	color: #3c3c3b;
	font-size: 17px;
	font-weight: 400;
	margin: auto;
	padding-left: 30px;
}
.about-us .about-us-text .paragraph {
	margin-top: 10px;
	margin-bottom: 38px;
}
/*.about-us .about-us-img {
	padding-left: 180px;
	padding-right:70px;
}*/
.about-us .time-yamas {
	margin-bottom: 30px;
}
.about-us .more-about {
	font-size: 18px;
    color: #fff;
    font-weight: 400;
    width: 200px;
    height: 60px;
    background-color: #b8957b;
    padding: 17px 44px;
}
.about-us {
	padding-top: 84px;
	padding-bottom: 126px;
}
.contact-sention {
	padding-top: 60px;
	padding-bottom: 5px;
}
.contact-sention .row {
    flex-direction: row-reverse;
}
.contact-sention .villa-title h3 {
    line-height: 40px;
    color: #1d1d1b;
    font-size: 40px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
}
.contact-sention input {
	text-align: right;
	width: 100%;
	border-bottom: 2px solid #42413f;
	background: transparent;
	border-right: none;
	border-left: none;
	border-top: none;
	padding-bottom: 10px;
	outline: none;
	text-transform: capitalize;
}
select::placeholder,
input::placeholder {
	color: #575867;
	font-weight: 600;
	font-size: 16px;
}
.contact-sention .input-wraper{
	margin-bottom: 76px;
}
.form-wraper .input-wraper{
	margin-bottom:40px!important;
}
.contact-sention .enjoy-yamas,
.contact-sention .villa-title {
	margin-bottom: 90px;
}
.contact-sention .enjoy-yamas {
	display: flex;
}
.contact-sention .enjoy-yamas a {
	margin-right: auto;
}
.contact-sention .submit {
	direction: rtl;
    width: 100%;
    height: 70px;
    border: 4px solid #cab099;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    top: -31px;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 440px;
    line-height: 60px;
}

/*-----footer-----*/
.footer {
    background-color: #f9f6f3;
    overflow: hidden;
    padding-bottom: 0;
}
.footer .container{
	background-color: #f9f6f3;
    padding-top: 70px;
    padding-bottom: 40px;
    max-width: 1510px;
}
.footer .container .row{
	max-width: 1400px;
    margin: 0 auto;
}
.footer ul {
	padding: 0%;
	list-style: none;
}
.footer ul li {
	line-height: 48px;
}
.footer ul li a {
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer .yamas-links .foot-logo {
	margin-bottom: 58px;
	margin-top: 15px;
}
.footer .contact-items {
	padding-left: 40px;
}
.footer .contact-items h3 {
	font-size: 35px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 30px;
}
.footer .links-items {
	padding-left: 40px;
}
.vacition {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/yamas-bag.png");
    width: 100%;
    height: 430px;
    padding-top: 0;
    position: relative;
    direction: initial;
}
.vacition .coma {
	margin-bottom: 48px;
	text-align: right;
	display: none;
}
.vacition .coma {
    margin-bottom: 48px;
    text-align: right;
    margin-left: auto;
    transform: rotatey(178deg);
    display: block;
    transform-style: preserve-3d;
    width: fit-content;
    display: none;
}
.vacition .paragraph {
    margin-bottom: 120px;
    max-width: 600px;
    text-align: right;
    margin-left: auto;
}
.vacition p {
	line-height: 30px;
	color: #1d1d1b;
	font-weight: 400;
	font-size: 18px;
	text-align: right;
	/*text-shadow: 2px 2px #160e0e;*/
}
.slider-two-btn{
	text-transform: uppercase;
}
.villa-section .Skiatos-wraper h3 {
	line-height: 50px;
	color: #3c3c3b;
	font-weight: 400;
	font-size: 40px;
	width: 60%;
}
.villa-section .price {
	display: flex;
	margin-top: 40px;
}
.villa-section .price p {
	color: #cab099 !important;
	font-weight: 600 !important;
	font-size: 21px !important;
	margin: 0;
	margin-right: 14px;
}
.villa-section .price img {
	object-fit: contain;
	margin-top: -29px;
}

/* Hide the images by default */
.mySlides {
	display: none;
	padding-left: 10px;
    padding-right: 10px;
}

/* Six columns side by side */
.villa-section .column {
	overflow: hidden;
	margin: 0px 10px;
	cursor: pointer;
}
.villa-section .column img {
	object-fit: cover;
	height: 100%;
	height: 170px;
}

/* Add a transparency effect for thumnbail images */
.villa-section .img-slider-wraper {
	height: 650px;
	overflow: hidden;
	margin-bottom: 24px;
}
.villa-section .img-slider-wraper img {
	height: 650px;
	width: 100%;
	object-fit: cover;
}
.villa-section .img-slider-wraper .slick-slider .slick-track, .slick-slider .slick-list {
	direction: ltr;
}
.page-template-template-villa .slick-lightbox .slick-prev:before,
.single-product .slick-prev:before,
#home-slider-wrap .slick-prev:before,
.villa-section .slick-prev:before {
	position: absolute;
    top: 60px;
    left: 60px;
    width: 80px;
    max-width: 80px;
    height: 50px;
    content: '';
    background-image: url(../images/b-arrow2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}
.page-template-template-villa .slick-lightbox .slick-next:before,
.single-product .slick-next:before,
#home-slider-wrap .slick-next:before,
.villa-section .slick-next:before {
	position: absolute;
	top: 60px;
	right: -70px;
	width: 80px;
	max-width: 80px;
	height: 50px;
	opacity: 1;
	content: '';
	background-image: url(../images/b-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 99999;
	visibility: visible;
}
.single-product .slick-lightbox .slick-next,
.page-template-template-villa .slick-lightbox .slick-next{
	right: 90px;
}
.villa-section .cheak-in {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 34px 20px 20px 20px;
	margin-bottom: 35px;
	margin-top: 10px;
}
.villa-section .cheak-in ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.villa-section .cheak-in ul li {
	list-style: none;
	width: 20%;
	margin-bottom: 56px;
}
.villa-section .cheak-in ul li a {
	display: grid;
}
.villa-section .cheak-in ul li a img {
	margin: auto;
	height: auto;
	object-fit: contain;
}
.villa-section .cheak-in ul li a span {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: center!important;
	margin-top: 17px;
	line-height: 16px;
	text-transform: uppercase;
}
.villa-section .first-child {
	width: 100% !important;
	padding-left: 44px;
}
.villa-section .first-child a {
	display: flex !Important;
}
.villa-section .first-child a img {
	margin-right: 10px !Important;
	margin-left: 0 !important;
}
.villa-section .cheak-in button {
	background-color: #cab099;
	color: #fff;
	font-weight: 400;
	font-size: 25px;
	height: 70px;
	outline: none;
	width: 457px;
	height: 59px;
    margin: 0 auto;
    text-align: center;
    display: block;
	border: none;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	border: 4px solid transparent;

}
.villa-section .cheak-in button:hover {
	background-color: #fff;
	color: #cab099;
	border: 4px solid #cab099;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.contact-sention input:focus {
border-color:#cab099 ;
color:#cab099;
}

.villa-section .skiatos-wraper p {
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}
.villa-section .img-gallery {
	margin-left: auto;
	margin-left: 90px;
	padding-right: 60px;
	position:relative;
}
.about-banner {
	background-image: url("../images/about-bg.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	padding-top: 144px;
	background-size: cover;
}
.about-banner img{
	margin-right: 80px;
    width: auto;
    float: left;
}
.about-us-section .box p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    text-align: right;
    width: 90%;
    
}
.woocommerce form .form-row .input-checkbox {
    margin: 9px 8px 0 0;
}
.woocommerce-terms-and-conditions-checkbox-text{
	font-size:14px;
	white-space:nowrap;
}
.woocommerce-terms-and-conditions-checkbox-text input{
	height:20px;
	width:20px;
	display:block;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox{
	display:flex;
}
.about-us-section .box .about-img-icone-title {
	margin-bottom: 30px;
	margin-top: 19px;
}
.about-us-section .box .about-img-icone-title a h2{
font-weight: 600;
font-size: 44px;
color:#000000;
}
.about-us-section .box .about-img-icone-title a h2 img{
	margin-top:-6px;
}
.about-us-section .box {
	max-width: 570px;
	margin-bottom: 80px;
	margin-top:-30px;
}
.about-us-section .box .about-img-icone {
	height: 80px;
}
.about-us-section .box .about-img-icone a{
	cursor:inherit;
}
.about-img-icone-title a{
	cursor:inherit;
}
.about-us-section {
	padding-top: 125px;
}
.about-us-section .img-wraper a img {
	width: 100%;
	height: auto;
	position: absolute;
	top: -200px;
}
.villa-find-section h4{
	font-size: 40px;
	margin-bottom: 50px;
	font-weight: 400;
	color: #000000;
	margin-right:14px;
}
.contact-sention .submit:hover {
background:#cab099;
color:#fff;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.shocial-links ul li a:hover {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.contact-sention .submit {
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 334px;
    margin: 0px auto;
    width: 100%;
    height: 70px;
    border: 1px solid #fff;
    font-size: 20px;
    background-color: #b8957b;
    position: relative;
    color: #fff;
    line-height: 70px;
	
}
.form-wraper .submit:hover {
	background:#cab099;
	color:#fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.form-wraper .input-wraper input:focus {
border-color:#cab099 ;
-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.about-us-section .img-wraper {
	position: relative;
	padding-left:75px;
}
.about-us-section .box h3 {
	font-size: 40px;
	font-weight: 600;
	color: #cab099;
	text-transform: uppercase;
}
.form-wraper .input-wraper input[type="tel"],
.form-wraper .input-wraper input {
	width: 100%;
	border-bottom: 3px solid #3c3c3b;
	border-right: none;
	border-left: none;
	border-top: none;
	padding-bottom: 10px;
	outline: none;
}
.form-wraper .submit {
	width: 100%;
	height: 70px;
	border: 4px solid #cab099;
	font-size: 25px;
	background-color: #fff;
	position: relative;
	text-transform:uppercase;
}
.form-wraper .input-wraper input,
.villa-approval-section .form-wraper p {
	font-size: 20px;
	font-weight: 400;
	line-height: 54px;
	color: #3c3c3b;
	margin-bottom: 44px;
	text-align: right;
}

/*.final-approval::before {
	clip-path: polygon(11% 0, 100% 0%, 100% 100%, 0% 100%);
	background-color: #8eccf0;
	width: 100%;
	top: 0;
	content: '';
	height: -webkit-fill-available;
	left: 0;
	position: absolute;
	transform-style: preserve-3d;
    transform: rotateY(180deg);
}
.final-approval {
	width: 100%;
	z-index: 1;
	padding-bottom: 28px;
	position: relative;
	margin-top: 87px;
}*/
.villa-approval-section {
	padding-top: 50px;
	padding-bottom: 34px;
}
.final-approval .img-wraper {
	position: relative;
	top: -70px;
	height: 570px;
}
.final-approval .img-wraper img {
    height: 100%;
    width: -webkit-fill-available;
    object-fit: cover;
}
.approval-links ul {
	padding: 0;
	margin: 0;
	padding-right: 67px;
}
.villa-section {
    padding-top: 70px;
    margin-bottom: 26px;
}
.approval-links ul li a {
	text-decoration: none;
	display: grid;
}
.approval-links ul li img {
	margin: 0 auto;
}
.approval-links ul li a span.bold {
	font-weight: 500 !important;
	font-size: 24px !Important;
}
.approval-links {
	position: relative;
	text-align: center;
	padding-top: 78px;
}
.approval-links ul li a span {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	margin-top: 22px;
	text-transform: uppercase;
}
/*.villa-approval-section .form-wraper {
	max-width: 510px;
	margin-left: 0;
	margin-right: auto;
}*/
.modal-box {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 74%;
	height: 570px;
	background: white;
	border-radius: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999 !important;
    background: #cab099 !important;
}
.approval-links ul li input{
    border:none;
	outline: none;
	background:transparent;
	margin-top: 22px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}
.villa-section .first-child input{
	border:none;
	outline: none;
	background:transparent;
	margin-top: 22px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
}
.approval-links ul li {
    list-style: none;
    margin-bottom: 40px;
    display: grid;
}
.villa-approval-section .modal-body {
	display: flex;
	/* width: fit-content; */	
	top: 0%;
	position: absolute;
	/* margin: auto auto; */	
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0;
}
.villa-approval-section .model-content {
	margin: auto;
	max-width: 734px;
}
.js-modal-close {
    position: absolute;
    right: 10px;
    color: #ddd;
    z-index: 99;
    font-size: 40px;
}
.villa-approval-section .model-content p {
	font-size: 35px;
	font-weight: 400;
	color: #000000;
	margin-top: 40px;
	line-height: 50px;
}
.villa-find-section .submit {
    width: 100%;
    height: 70px;
    border: 4px solid #cab099;
    font-size: 20px;
    background-color: #fff;
    position: relative;
	max-width: 334px;
	margin-top: 20px;
	margin:0px auto;
}
.villa-find-banner {
	background-image: url("../images/about-bg.png");
	background-repeat: no-repeat;
	width: 100%;
	height: 400px;
	padding-top: 144px;
	background-size: cover;
}
.villa-find-banner img{
	margin-right:100px;
	float:left;
}
.villa-find-section {
	padding: 34px 0px;
}
.villa-find-section .box select{
	color: #000000;
	font-weight: 400;
	font-size: 18px;
}

.villa-find-section .box select,
.villa-find-section .box input {
	width: 100%;
	border-bottom: 2px solid #000000;
	border-right: none;
	border-left: none;
	border-top: none;
	padding-bottom: 4px;
	height: fit-content;
	outline: none;
	margin-right: 16px;
	max-width: 360px;
	margin-top: 10px;
}
.villa-find-section .box ul {
	margin: 0;
	padding: 0;
}
.villa-find-section .box ul li {
	list-style: none;
	display: flex;
	margin-bottom: 58px;
	line-height: 34px;
	/*justify-content: space-evenly;*/
	justify-content:flex-end;
	min-height: 55px;
}
.villa-find-box-one{
	padding-left:50px;
}
.villa-find-box-two{
	padding-right:50px;
}
.villa-find-section .box ul li img {
	width: 65px;
	object-fit: scale-down;
	height: 64px;
	width: 120px;
}
.villa-find-section .box ul li > span {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	margin: auto 14px auto 0;
	margin-left:25px;
	margin-right:39px;
	width: 60px;
	/* min-width: 48px; */
	text-align: left;
	text-align: center;
}
.villa-find-section .box ul li input[type="checkbox"] {
	border-radius: 0%;
	width: 24px;
	height: 24px;
	outline: 2px solid #000000;
	border: none;
	outline-offset: -1px;
	margin: auto 0;
}
/*
.cheak-box {
	min-width: 300px;
	max-width: 300px;
	margin: auto;
}
*/
.skiatos-wraper {
	max-width: 530px;
	margin-left: 0;
	margin-right: auto;
}
.skiatos-wraper h3 {
	font-weight: 400;
	font-size: 28px;
	color: #000000;
	width: 60%;
	position: relative;
	top: -10px;
}
.for-top {
	margin-top: 74px;
}
.contact-section .img-wraper{
	margin-left: -100px;
}
.contact-section{
	padding-top:0px!important;
	padding-bottom:0px!important;
	
}
.contact-section .form-wraper{
	max-width: 415px;
	margin-left: auto;
	margin-right: 0;
	padding-top:120px;
}
.box-title{
	font-size: 35px;
	font-weight: 400;
	color:#000000;
	margin-bottom:31px;
}
.slider-buttons {
    background-color: rgba(255,255,255, 0.5);
    position: absolute;
    top: 93px;
    right: 0;
    height: auto;
    padding-left: 0;
    display: flex;
    padding-right: 0;
    z-index: 9999;
    width: 220px;
	display:none;
}
.slider-buttons ul {
    padding: 0;
    margin: 30px auto auto auto;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
.slider-buttons ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 35.4px;
    cursor: pointer;
    color: #3c3c3b;
	display: flex;
	padding-left:0px;
	margin-bottom: 5px;
    padding-right: 20px;
    width: 100%;
    text-transform: uppercase;
}
.slider-buttons ul li.active-button span, .slider-buttons ul li:hover span {
    transition: 0.3s;
    opacity: 1;
    color: #fff;
    background: #3c3c3b;
}
.slider-buttons ul li.hover-active-button, .slider-buttons ul li.active-button, .slider-buttons ul li:hover {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: transparent;
}
.slider-buttons ul li{
	transition: 0.3s;
    font-size: 16px;
	margin-bottom:5px;
}
.slider-buttons ul li span {
    padding: 0px 0px;
    font-size: 17px;
    transition: 0.3s;
    opacity: 0;
    margin-left: 7px;
    width: 45px;
    line-height: 46px;
    text-align: center;
    height: 45px;
    display: none;
}
/*---------villa-1 banner---------*/
.banner{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 880px;
}
.vila1-banner-wraper{
		position: relative;
		margin-bottom: 32px;
	}
.vila1-banner{
		background-image: url("../images/villa1-banner.png");
		background-position: bottom;
}
.vila1-banner-wraper .cheak-in {
  background-color:#f567b4 ;
}
.vila1-banner-wraper .banner-layout{
	background-color:rgba(246,103,181,0.5);
	
}
.vila1-banner-wraper .banner-layout ul{
background-color: rgba(236,42,128,0.6);
}

.slider-buttons ul li.villa1.active span{
	transition: 0.3s;
	opacity: 1;
	background-color: #fb48a9;
}

.slider-buttons ul li.villa1.active {
	background-color: #f667b5;
}
.slider-buttons ul li.villa1.active span,
.slider-buttons ul li.villa1:hover span{
	transition: 0.3s;
	opacity: 1;
	background-color: #000;
	color:#fff;
}
.slider-buttons ul li.villa1:hover {
	background-color: #fff;
	margin-bottom:5px;
}

/*---------villa-3 banner---------*/
.vila2-banner-wraper{
	position: relative;
	margin-bottom: 32px;
}
.vila2-banner{
	background-image: url("../images/villa2-banner.png");
	background-position: bottom;
}
.vila2-banner-wraper .cheak-in {
	background-color:#f0e796 ;
	color:#000000 !important;
  }
  .vila2-banner-wraper .banner-layout{
	background-color: rgba(190,176,75,0.4);
	  
  }
  .vila2-banner-wraper .banner-layout ul{
  background-color: rgba(190,176,75,0.6);
  }
  .slider-buttons ul li.villa2.active span{
	transition: 0.3s;
	opacity: 1;
	background-color: #f4e664;
}
.slider-buttons ul li.villa2.active {
	background-color: #f0e796;
}
  .slider-buttons ul li.villa2:hover span{
	  transition: 0.3s;
	  opacity: 1;
	  background-color: #f4e664;
  }
  .slider-buttons ul li.villa2:hover {
	  background-color: #f0e796;
  }
/*---------villa-3 banner---------*/
.vila3-banner-wraper{
	position: relative;
	margin-bottom: 32px;
}
.vila3-banner{
	background-image: url("../images/villa3-banner.png");
	background-position: bottom;
}
.vila3-banner-wraper .cheak-in {
	background-color:#80b0ba ;
  }
  .vila3-banner-wraper .banner-layout{
	  background-color:rgba(128,176,186,0.4);
	  
  }
  .vila3-banner-wraper .banner-layout ul{
  background-color: rgba(128,176,186,0.6);
  }
   .slider-buttons ul li.villa3.active span{
	transition: 0.3s;
	opacity: 1;
	background-color: #60adbc;
}
.slider-buttons ul li.villa3.active {
	background-color: #80b0ba;
}
  .slider-buttons ul li.villa3:hover span{
	  transition: 0.3s;
	  opacity: 1;
	  background-color: #60adbc;
  }
  .slider-buttons ul li.villa3:hover {
	  background-color: #80b0ba;
  }
/*---------villa-4 banner---------*/
.vila4-banner-wraper{
	position: relative;
	margin-bottom: 32px;
}
.vila4-banner{
	background-image: url("../images/villa4-banner.png");
	background-position: bottom;
}
.vila4-banner-wraper .cheak-in {
	background-color:#f7c880 ;
  }
  .vila4-banner-wraper .banner-layout{
	background-color: rgba(188,116,43,0.3);
	  
  }
  .vila4-banner-wraper .banner-layout ul{
  background-color: rgba(188,116,43,0.6);
  }
  .slider-buttons ul li.villa4.active span{
	transition: 0.3s;
	opacity: 1;
	background-color: #f6b34b;
}
.slider-buttons ul li.villa4.active {
	background-color: #f7c880;
}
  .slider-buttons ul li.villa4:hover span{
	  transition: 0.3s;
	  opacity: 1;
	  background-color: #f6b34b;
  }
  .slider-buttons ul li.villa4:hover {
	  background-color: #f7c880;
  }
/*---------villa-5 banner---------*/
.vila5-banner-wraper{
	position: relative;
	margin-bottom: 32px;
}
.vila5-banner{
	background-image: url("../images/villa5-banner.png");
	background-position: bottom;
}
.vila5-banner-wraper .cheak-in {
	background-color:#eb7342 ;
  }
  .vila5-banner-wraper .banner-layout{
	  background-color:rgba(108,20,5,0.3);
	  
  }
  .vila5-banner-wraper .banner-layout ul{
	background-color:rgba(108,20,5,0.6);
  }
  .slider-buttons ul li.villa5.active span{
	transition: 0.3s;
	opacity: 1;
	background-color: #eb5f26;
}
.slider-buttons ul li.villa5.active {
	background-color: #eb7342;
}
  .slider-buttons ul li.villa5:hover span{
	  transition: 0.3s;
	  opacity: 1;
	  background-color: #eb5f26;
  }
  .slider-buttons ul li.villa5:hover {
	  background-color: #eb7342;
  }
/*---------villa-6 banner---------*/
.vila6-banner-wraper{
	position: relative;
	margin-bottom: 32px;
}
.vila6-banner{
	background-image: url("../images/villa6-banner.png");
	background-position: bottom;
}
.vila6-banner-wraper .cheak-in {
	background-color:#9bbe70 ;
  }
  .vila6-banner-wraper .banner-layout{
	background-color:rgba(46,71,26,0.3);
	  
  }
  .vila6-banner-wraper .banner-layout ul{
	background-color:rgba(46,71,26,0.6);
  }
  .slider-buttons ul li.villa6.active span{
	transition: 0.3s;
	opacity: 1;
	background-color: #8bc14a;
}
.slider-buttons ul li.villa6.active {
	background-color: #9bbe70;
}
  .slider-buttons ul li.villa6:hover span{
	  transition: 0.3s;
	  opacity: 1;
	  background-color: #8bc14a;
  }
  .slider-buttons ul li.villa6:hover {
	  background-color: #9bbe70;
  }
/*---------villa-7 banner---------*/
.vila7-banner-wraper{
	position: relative;
	margin-bottom: 32px;
}
.vila7-banner{
	background-image: url("../images/villa7-banner.png");
	background-position: bottom;
}
.vila7-banner-wraper .cheak-in {
	background-color:#e78475 ;
  }
  .vila7-banner-wraper .banner-layout{
	background-color:rgba(76,25,23,0.3);
	  
  }
  .vila7-banner-wraper .banner-layout ul{
	background-color:rgba(76,25,23,0.6);
  }
  .slider-buttons ul li.villa7.active span{
	transition: 0.3s;
	opacity: 1;
	background-color: #f66a55;
}
.slider-buttons ul li.villa7.active {
	background-color: #f58c7c;
}
  .slider-buttons ul li.villa7:hover span{
	  transition: 0.3s;
	  opacity: 1;
	  background-color: #f66a55;
  }
  .slider-buttons ul li.villa7:hover {
	  background-color: #f58c7c;
  }
/*---------villa-8 banner---------*/
.vila8-banner-wraper{
	position: relative;
	margin-bottom: 32px;
}
.vila8-banner{
	background-image: url("../images/villa8-banner.png");
	background-position: bottom;
}
.vila8-banner-wraper .cheak-in {
	background-color:#cab099 ;
  }
  .vila8-banner-wraper .banner-layout{
	background-color:rgba(0,80,169,0.3);
	  
  }
  .vila8-banner-wraper .banner-layout ul{
	background-color:rgba(0,80,169,0.6);
  }
  .slider-buttons ul li.villa8.active span{
	transition: 0.3s;
	opacity: 1;
	background-color: #42b4f7;
}
.slider-buttons ul li.villa8.active {
	background-color: #8eccf0;
}
  .slider-buttons ul li.villa8:hover span{
	  transition: 0.3s;
	  opacity: 1;
	  background-color: #42b4f7;
  }
  .slider-buttons ul li.villa8:hover {
	  background-color: #8eccf0;
  }
/*---------villa-9 banner---------*/
.vila9-banner-wraper{
	position: relative;
	margin-bottom: 32px;
}
.vila9-banner{
	background-image: url("../images/villa9-banner.png");
	background-position: bottom;
}
.vila9-banner-wraper .cheak-in {
	background-color:#c09a81 ;
  }
  .vila9-banner-wraper .banner-layout{
	background-color:rgba(35,18,10,0.3);
	  
  }
  .vila9-banner-wraper .banner-layout ul{
	background-color:rgba(35,18,10,0.6);
  }
  .slider-buttons ul li.villa9.active span{
	transition: 0.3s;
	opacity: 1;
	background-color: #8c6952;
}
.slider-buttons ul li.villa9.active {
	background-color: #c09a81;
}
  .slider-buttons ul li.villa9:hover span{
	  transition: 0.3s;
	  opacity: 1;
	  background-color: #8c6952;
  }
  .slider-buttons ul li.villa9:hover {
	  background-color: #c09a81;
  }
/*---------villa-10 banner---------*/
.vila10-banner-wraper{
	position: relative;
	margin-bottom: 32px;
}
.vila10-banner{
	background-image: url("../images/villa10-banner.png");
	background-position: bottom;
}
.vila10-banner-wraper .cheak-in {
	background-color:#758d72 ;
  }
  .vila10-banner-wraper .banner-layout{
	background-color:rgba(35,18,10,0.5);
	  
  }
  .vila10-banner-wraper .banner-layout ul{
	background-color:rgba(43,56,35,0.6);
  }
  .slider-buttons ul li.villa10:hover span{
	  transition: 0.3s;
	  opacity: 1;
	  background-color: #496346;
  }
  .slider-buttons ul li.villa10.active span{
	transition: 0.3s;
	opacity: 1;
	background-color: #496346;
}
.slider-buttons ul li.villa10:hover {
  background-color: #789075;
}
.slider-buttons ul li.villa10.active {
background-color: #789075;
}

/*------------------*/
.lay-out-bag {
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    position: absolute;
    top: 0;
    bottom: 0;
	-webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    width: -webkit-fill-available;
    text-align: center;
    opacity: 0;
    display: flex;
}
.luxury-section .box .lay-out-bag.no-hover,
.luxury-section .box:hover .lay-out-bag{
	-webkit-transform: scale(1.1);
    background-color: rgba(4, 37, 46, 0.7);
    /*background-color: #fff;*/
	-webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
	opacity: 1;
}
.txt_se{
	position: relative;
    top: -10px;
    max-width: 1238px;
    margin: 0 auto;
}
.luxury-section .box:hover .lay-out-bag a {
    margin:auto;
}
.lay-wraper {
    display: flex;
}
.home-wraper{
	padding-top:70px;
}
.luxury-section .box:hover .lay-out-bag a {
    margin: auto;
	display: block;
	height: 100%;
	width: 100%;
}
.luxury-section .box .lay-out-bag  img,
.luxury-section .box .lay-out-bag a  img {
    object-fit: none !important;
    width: 100%;
}
.yith-wcwl-add-to-wishlist {
    position: absolute;
    color: #cab099 !important;
    font-size: 32px;
    z-index: 99;
    left: 15px;
	top:18px;
}
.skiatos-wraper .detail-page-btn{
	display: inline-block;
    width: 100%;
    text-align: center;
    height: 70px;
    border: 4px solid #cab099;
    line-height: 61px;
    font-size: 25px;
	
    color: #fff;
	transition:0.3s;
	background: #cab099 ;
} 
.skiatos-wraper .detail-page-btn:hover{
	background: #fff;
    color: #cab099;
	border: 4px solid #cab099;
}

/* Custom CSS Start Here */

.wpcf7 form .wpcf7-response-output{
	width: 50%;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 40px;
}
.home .header{
	box-shadow: none;
}
.luxury-section .img-wraper .yith-wcwl-add-button a.delete_item{
	visibility: hidden;
}
.luxury-section .img-wraper .yith-wcwl-add-button a i.yith-wcwl-icon.fa.fa-heart{
	visibility: visible;
}
.yith-wcwl-add-button .fa-heart{
 	position: absolute;
    top: 0;
    color: #cab099 !important;
    font-size: 32px;
    z-index: 99;
    left: 0;
    text-shadow: 1px 1px 3px #000000de;
}
.about-us .more-about{
	transition: 0.3s;
}
.about-us .more-about:hover{
	color: #000000;
    transition: 0.3s;
}
.villa-find-section form{
	text-align: center;
}
.villa-find-section input[type="submit"]{
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 334px;
    margin: 0px auto;
    width: 100%;
    height: 70px;
    border: 4px solid #cab099;
    font-size: 25px;
    background-color: #fff;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}
.villa-find-section input[type="submit"]:hover{
	background: #cab099;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.no-post-found-here{
	text-align: center;
	clear: both;
    padding-top: 200px;
    padding-bottom: 190px;
}
.no-post-found-here h2{
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.no-post-found-here a.no-post-return-home{
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 334px;
    margin: 0px auto;
    width: 100%;
    height: 70px;
    border: 4px solid #cab099;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    line-height: 60px;
    color: inherit;
}
.no-post-found-here a.no-post-return-home:hover{
	background: #cab099;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.single-product .contact-sention .submit{
	max-width: 100%;
}
.villa-approval-section .wpcf7 form .wpcf7-response-output{
	float: right;
}
.page-template-template-thank-you .villa-approval-section .model-content{
	padding-bottom: 80px;
}
.home .contact-sention .submit{
	max-width: 100%;
}

/* Cart Page Style */

.woocommerce-cart p.return-to-shop{
	display: none;
}
.woocommerce-cart p.return-to-shop a{
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 334px;
    margin: 0px auto;
    width: 100%;
    height: 70px;
    border: 4px solid #cab099;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    color: inherit;
}
.woocommerce-cart p.return-to-shop a:hover{
	background: #cab099;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/* Woocommerce checkout */

.woocommerce-checkout .villa-approval-section .model-content{
	max-width: 98%;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table{
	border: none;
}
.woocommerce-checkout tr.order-total th,
.woocommerce-checkout tr.order-total td{
	border: none;
	text-align: center;
	font-size: 18px;
}
.woocommerce-checkout #payment p{
	font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    line-height: 35px;
}
.woocommerce-checkout #payment label{
	font-size: 20px;
	font-weight: 600;
}
.woocommerce-checkout tr.order-total{
	position: relative;
    top: 20px;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p{
	text-align: left;
}
.woocommerce-checkout .woocommerce-privacy-policy-text a{
    text-decoration: none;
    color: #cab099;
}
.woocommerce-checkout #payment #place_order, 
.woocommerce-checkout #payment #place_order{
	float: left;
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 334px;
    margin: 0px auto;
    width: 100%;
    height: 70px;
    border: 4px solid #cab099;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    color: inherit;
}
.woocommerce-checkout #payment #place_order:hover, 
.woocommerce-checkout #payment #place_order:hover{
	background: #cab099;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hc-offcanvas-nav a, 
.hc-offcanvas-nav .nav-item{
	color: #3c3c3b !important;
	border-bottom: 1px solid #3c3c3b;
	    width: 100%;
}

.woocommerce-checkout .woocommerce-message{
	display: none;
}

/* Woo Commerce My Account Page Style */

.woocommerce .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    padding: 20px 0;
    list-style: none;
    border-bottom: 1px solid #000;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 20px;
    font-size: 20px;
    color: inherit;
    text-decoration: none;
     -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #000;
     -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 65%!important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    -ms-flex: 0 0 100.333333%;
    flex: 0 0 100.333333%;
    max-width: 100.333333%}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    -ms-flex: 0 0 46.666667%;
    flex: 0 0 100.666667%;
    max-width: 101.666667%}
.woocommerce-page .col2-set {
    margin-top: 30px;
}
.u-column2.col-2.woocommerce-Address, .u-column1.col-1.woocommerce-Address {
    padding-left: 0;
    margin-bottom: 20px;
}
.woocommerce-account .addresses .title .edit {
    color: #000!important;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 30px;
}
form.woocommerce-EditAccountForm.edit-account fieldset legend {
    color: #000;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide span.password-input {
    width: 100%
}
.woocommerce-account .woocommerce{
	padding-top: 20px;
	padding-bottom: 50px;
}
li.woocommerce-MyAccount-navigation-link.is-active{
	color: #cab099;
	font-weight: 700;
}
.woocommerce-MyAccount-navigation ul li:hover a{
	color:#cab099 !important;
}
.woocommerce-Addresses address, .woocommerce-account .woocommerce-MyAccount-content p{
	font-size: 20px;
	margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover{
	color:#cab099 !important;
}
.woocommerce-account td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a{
	color: inherit;
}
.woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info a{
	height: 50px;
    line-height: 40px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info a:hover {
    background: #bb9b48;
}
.woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info a,
.woocommerce-account a.woocommerce-button.button.view{
	display: inline-block;
    text-decoration: none;
    background: #cab099;
    color: #fff;
    text-align: center;
    font-weight: 700;
    outline: none;
    border: none;
}
.woocommerce-account header.woocommerce-Address-title.title{
	position: relative;
    bottom: 0;
    width: auto;
    background: none;
    opacity: 0.9;
    left: auto;
    height: auto;
}
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button{
	display: inline-block;
    width: 150px;
    height: 78px;
    text-decoration: none;
    background: #cab099;
    color: #000;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    font-weight: 700;
    outline: none;
    float: left;
    border: none;
}

.woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info a{
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 334px;
    margin: 0px auto;
    width: 100%;
    height: 60px;
    border: 4px solid #cab099;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    color: inherit;
}
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button:hover,
.woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info a:hover{
	background: #cab099;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.woocommerce-account form .form-row input.input-text, 
.woocommerce-account form .form-row textarea{
	width: 100%;
    border-bottom: 4px solid #000000;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-bottom: 10px;
    outline: none;
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content button.woocommerce-Button.button{
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 334px;
    margin: 0px auto;
    width: 100%;
    height: 60px;
    border: 4px solid #cab099;
    font-size: 20px;
    background-color: #fff;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    color: inherit;
}

/* Woo Commerce My Account Page Style Ends */

/* Wishlist Page Style */

.woocommerce-wishlist h1{
	margin-bottom: 40px;
}
.woocommerce-wishlist .wishlist-title-container{
	display: none;
}
.woocommerce-wishlist table.wishlist_table tr th.product-stock-status,
.woocommerce-wishlist table.wishlist_table tr th.product-price{
	text-align: center;
}
.woocommerce-wishlist table.wishlist_table tr th {
    font-size: 16px;
}
.woocommerce-wishlist tbody.wishlist-items-wrapper td.product-name a{
	color: inherit;
	transition: 0.3s;
}
.woocommerce-wishlist tbody.wishlist-items-wrapper td.product-name a:hover{
	color: #cab099;
    transition: 0.3s;
}
.woocommerce-wishlist tbody.wishlist-items-wrapper td.product-add-to-cart a{
	-webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 154px;
    margin: 0px auto;
    width: 100%;
    height: 50px;
    border: 4px solid #cab099;
    font-size: 16px;
    background-color: #fff;
    position: relative;
    text-transform: uppercase;
    line-height: 40px;
    color: inherit;
}
.woocommerce-wishlist tbody.wishlist-items-wrapper td.product-add-to-cart a:hover{
	background: #cab099;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.woocommerce-wishlist table.shop_table{
	border-top: none;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share i{
	font-weight: 400;
    font-family: FontAwesome;
}
.woocommerce-wishlist table.shop_table th, .woocommerce-wishlist table.shop_table td {
    padding: 20px 20px;
}

/* Wishlist Page Style Ends */

.footer ul li a:hover{
	padding-left: 10px;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.luxury-section .box .caption-wraper h3 a{
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.luxury-section .box .caption-wraper h3 a:hover{
	color: #cab099;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.single-product .contact-sention .submit {
    text-transform: uppercase;
    font-size: 22px;
}
/*.nav-top-menu li:last-child {
    margin-left: 10px;
}*/
.footer .contact-items ul li:last-child a {
    cursor: initial;
}
/*
.villa-section .cheak-in ul li:nth-child(2) a {
    float: right;
    padding-right: 20px;
}
*/
/*body.page-template-template-contact,
body.page-template-template-about-us{
	overflow-x: hidden;
}*/
/*.main-slider .slick-slide:nth-child(2) .layout-content p,
.main-slider .slick-slide:nth-child(2) .layout-content h3,
.main-slider .slick-slide:nth-child(2) .lay-out-wraper a {
    color: #000;
}*/
.main-slider .slick-slide:nth-child(2) .lay-out-wraper span{
	color: #fff;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p{
	font-size: 20px;
	line-height: 30px;
}
.woocommerce-checkout .woocommerce-privacy-policy-text a{
	 -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.woocommerce-checkout .woocommerce-privacy-policy-text a:hover {
    color: inherit;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.villa-approval-section .form-wraper{
	margin-bottom: 30px;
}
.about-us-section .box.first-here p{
	width: 100%;
}
img.alignnone.size-full.wp-image-357 {
    margin-right: -8px;
}
/*.contact-section .img-wraper img{
	height: 816px;
}*/
body.hc-nav-open{
	top: 0 !important;
}
.search-results .luxury-section{
	margin-left: -10px;
}
.search-results .luxury-section .container{
	padding-left: 0;
}
span.checkin-wrap {
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
    z-index: 99;
    margin-right: 0;
    right: 680px;
    height: fit-content;
    margin: auto;
}
.search-results .villa-section .first-child{
	padding-left: 40px;
}
body.page-template-template-thank-you:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(202 176 153 / 0.7);
    height: 100vh;
    min-height: 100%;
    z-index: 999;
    bottom: 0;
    right: 0;
}
.page-template-template-thank-you .villa-approval-section .model-content{
	margin: auto;
    max-width: 1570px;
    z-index: 9999999;
    position: relative;
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-template-template-thank-you .villa-approval-section .model-content a{
	margin-bottom: 50px;
	display: block;
}
.page-template-template-thank-you .villa-approval-section .model-content p{
	max-width: 734px;
    text-align: center;
    margin: 0 auto;
}
.page-template-template-villa-approval .villa-approval-section .form-wraper p,
.page-template-template-villa-approval .form-wraper .input-wraper input,
.page-template-template-contact .form-wraper .input-wraper input{
	margin-bottom: 0;
}
.page-template-template-contact .contact-sention .input-wraper{
	margin-bottom: 46px;
}
.page-template-template-villa-approval .wpcf7-not-valid-tip{
	font-size: 20px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout{
	display: none;
}
.woocommerce-checkout .villa-approval-section .form-wraper span.woocommerce-input-wrapper .input-text{
	font-size: 20px;
}
.fancybox-close-small{
	background: rgba(30,30,30,.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 401;
}
.search-page-margin-top{
	margin-top:100px;
}
/*.vacition .paragraph p{
	font-family: 'Assistant', sans-serif;
}*/
.villa-find-section .box ul li input[type="checkbox"]{
	position: relative;
}
.villa-find-section .box ul li input[type="checkbox"]:checked::before {
    content: "";
    content: '';
    position: absolute;
    width: 14px;
    height: 9px;
    background: rgba(0, 0, 0, 0);
    top: 5px;
    right: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate( -45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
    z-index: 9;
}
.villa-find-section .box ul li input[type="checkbox"]:checked::after {
    content: "";
    height: 24px;
    width: 24px;
    background: #cab099;
    position: absolute;
    top: 0;
    left: 0;
}
.slider-two-contact-form .slider-two-form{
	
	display:none;
}
.slider-two-contact-form form{
position:absolute;
	left:32%;
	bottom:-4%;
	z-index:1;
	}
.slider-two-contact-form form input{
	display:block;
	transition:2s;
	
}
.slider-two-btn{
	border: none;
    position: absolute;
    right: 15%;
    bottom: -29px;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    max-width: 300px;
    margin: 0px auto;
    width: 80%;
    height: 60px;
    font-size: 18px;
    background-color: #b8957b;
    color: #3c3c3b;
	color: white;
    border: 1px solid #fff;
}
.slider-two-btn:hover{
	background: #cab099;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.contact-sention.add-review{
	max-width: 410px;
	padding-top: 0;
	padding-bottom: 0;
}
.contact-sention.add-review .input-wraper{
	margin-bottom: 35px;
}
.contact-sention.add-review .submit{
	margin-top: 30px;
}
.slider-two-form .wpcf7 form .wpcf7-response-output{
	width: 90%;
}
.slider-two-contact-form form input{
	background: transparent;
}

.villa-approval-section .form-wraper p{
	font-size:20px;
}

.main-slider .slider {
	position: relative;
	height: 600px;
}
.main-slider .slider .slide{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}/*
.main-slider .slider .slide.active-slide {
}*/
/*.main-slider .slider .slide.active-slide .lay-out-wraper{*/
	/*top: -14px;*/
/*}*/

.woocommerce-checkout form .form-row .input-checkbox{
	margin: 0px 8px 0 0;
}
.about-us-section .box .about-img-icone img{
	width: 82px;
    height: 76px;
    object-fit: contain;
}
.banner-layout-bg{
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	/*clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0 100%, 21% 0);*/
	-webkit-transition: width 1s ease-out;
	-moz-transition: width 1s ease-out;
	-o-transition: width 1s ease-out;
	transition: width 1s ease-out;
	/* top:15px; */
}

.slide-down .layout-content-wrap{
	top:0;
	margin: auto auto 24px auto;
	width: fit-content;
	height: fit-content;
}
.slide-down .banner-layout-bg{
	width:100%;
}
.contact-sention.add-review span.close{
	position: relative;
	float: right;
	font-size: 30px;
	top: -20px;
	cursor: pointer;
}
.page-template-template-thank-you a.no-post-return-home{
	margin-top: 40px;
}
.page-template-template-thank-you span.close{
	float: right;
    position: relative;
    right: 50px;
    bottom: 60px;
    font-size: 30px;
    cursor: pointer;
}
.page-template-template-thank-you span.close a{
	color: #000;
}
.home .js-modal-close,
.single-product .js-modal-close,
.page-template-template-contact .js-modal-close,
.page-template-template-villa-approval .js-modal-close{
	right: 0;
    cursor: pointer;
    color: #000;
    top: 30px;
    padding-right: 30px;
}
.page-template-template-villa-approval .no-post-found-here{
	padding-top: unset;
    padding-bottom: unset;
}
.home .wpcf7-response-output,
.single-product .wpcf7-response-output,
.page-template-template-contact .wpcf7-response-output,
.page-template-template-villa-approval .wpcf7-response-output{
	display: none;
}
span.detail-price-text {
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    padding-right: 0px;
    line-height: 33px;
}
body.home .modal-box{
	left: 0 !important;
    right: 0 !important;
    margin: auto;
}
.slider-arrows-wrap {
    display: none;
}
.page-template-template-villa-approval span.wpcf7-form-control.wpcf7-acceptance span {
    margin-right: 0;
    font-size: 14px;
    margin-bottom: 30px;
    direction: rtl;
}
.page-template-template-villa-approval .wpcf7-list-item-label::before{
	padding-right: 8px;
}
.woocommerce form .form-row .required{
	display: none;
}
.main-slider.mobile-only{
	overflow: hidden;
}
p.hide-me {
    display: none;
}
.nav-top-menu li.home-menu {
    display: none;
}
i.yith-wcwl-icon.fa.fa-heart-o {
    color: #cab099 !important;
}
.luxury-section .img-layout p,
.home .luxury-section .img-layout p{
	width: auto;
    float: right;
    line-height: 33px;
}
span.detail-price-text{
	line-height: 33px;
    display: inline-block;
    width: auto;
}
.home span.detail-price-text{
	color: #fff;
	line-height: 33px;
    display: inline-block;
    width: auto;
}

/* Range Slider CSS */
.irs--flat .irs-handle>i:first-child{
	background-color: transparent !important;
}
.irs--flat .irs-from,
.irs--flat .irs-to, 
.irs--flat .irs-single,
.irs--flat .irs-bar{
	background-color: #cab099 !important;
}
.irs--flat .irs-single:before{
	border-top-color: #cab099 !important;
}

span.irs.irs--flat.js-irs-0{
	width: 100%;
	margin-left: 6px;
	margin-right: 0;
	max-width: 100%;
}
.irs--flat .irs-line{
	height: 12px !important;
	background-color: transparent !important;
	border-bottom: 2px solid #000 !important;
	border-radius: 0 !important;
	border-bottom-left-radius: 6px !important;
}
.irs--flat .irs-bar--single{
	border-radius: 50px;
    height: 12px;
	top: 28px;
}

.irs--flat .irs-handle {
	top: 26px;
	width: 16px;
	height: 16px;
	background-color: #0d92be !important;
	border-radius: 50%;
}
p.checkout-date{
	position: relative;
    top: -60px;
    font-size: 12px;
    left: -24px;
    width: auto;
    margin: auto;
}

/*
 * .text-after-location1{
	margin-top:5px!important;
	margin-right:10px!important;	
	text-align: left !important;
}
.text-after-location{
	margin-top: 25px!important;
    position: relative;
    left: -44px;
    text-align: left !important;
}
 * */
.price-range-div{
	width: 100%;
}
p.budget-label{
	text-align: left;
    margin: 0;
    padding-left: 20px;
}
.villa-find-section .box input.req-error{
	border-bottom: 2px solid red;
}
p#requiredmsg {
    margin-top: 20px;
    display: none;
}
.single-product .yith-wcwl-add-to-wishlist {
    position: absolute;
    color: #cab099 !important;
    font-size: 32px;
    z-index: 99;
    left: auto;
    top: -10px;
    right: -20px;
}
.single-product .yith-wcwl-add-button{
	visibility: hidden;
}
.single-product .yith-wcwl-add-button .fa-heart{
	visibility: visible;
	left: auto;
    right: 0;
}
.single-product i.yith-wcwl-icon.fa.fa-heart-o{
	visibility: visible;
}
.single-product .yith-wcwl-add-to-wishlist{
	left: 90px;
    top: 0px;
}
.search span.detail-price-text{
	color:#fff;
}
.get-product-id.hide{
	display:none !important;
}

/* Custom Date Style */

.single-product .villa-section .first-child input#changeable-end,
.single-product .villa-section .first-child input#changeable-start,
.single-product .villa-section .first-child input[type="date" i]{
    width: 40%;
    font-size: 15px;
    display: inline-block;
}
.single-product .villa-section .first-child span.date-sep {
    padding-left: 20px;
}
.single-product .yith-wcwl-add-to-wishlist{
	right: 90px !important;
    top: 0;
    left: 860px;
}
.single-product .yith-wcwl-add-button .fa-heart{
	position:unset;
}

/* Search Style CSS */

 .search-drop-box h3 {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 18px;
}
  .search-drop-box{
	  margin-right: 20px;
	  max-width: 192px;
	  width: 100%;
	  border: 1px solid #faf7f5;
	  display: flex;
    align-items: center;
  }
  .search-box-wraper {
    max-width: 1600px;
    margin: 0px auto 0px auto;
    padding: 26px 10px 20px 10px;
    display: flex;
    flex-wrap: wrap;
	  justify-content: center;
}
.search-drop-box.guest span{direction:ltr}
.search-drop-box.checkout,
.search-drop-box.guest,
.search-drop-box.checkin{
	max-width: 185px;
}
.search-drop-box.checkout .selectBox,
.search-drop-box.checkin .selectBox
{
	left: 20px;
}
.wrap.user{
	text-align: center;
	margin: 0 auto;
}
.search-drop-box.location {
    max-width: 185px;
}
.wrap.location{
	text-align: center;
    margin: 0 auto;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 999999999 !important;
}
  .search-box-wraper input {
    border: none;
    outline: none;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.001' height='8.165' viewBox='0 0 14.001 8.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121 %7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z' transform='translate(0 -59.382)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
    background-color: transparent;
	 width: 100%;
}
.search-drop-box{
	height: 60px;
}
  .search-box-wraper .shadow {
    box-shadow: none !important;
    margin-right: 20px;
}
.search-box-wraper .button{
	background-color: #b8957b;
	color: #272521;
	font-size: 15px !important;
	font-weight: 600;
	border:none;
	display: block;
	width: 220px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-size: 24px;
	text-transform: uppercase;
	border: 1px solid #faf7f5;
}

  .selectBox__value.date::after {
    content: '';
    background-image: url("../images/clander-1.png");
    width: 32px;
    height: 32px;
    position: absolute;
    top: -6px;
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
    right: 0px;
    visibility: hidden;
}
.selectBox__value.user::after {
    content: '';
    background-image: url("../images/users-1.png");
    width: 42px;
    height: 42px;
    position: absolute;
    top: -6px;
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
    right: 0px;
}
.selectBox__value.location::after {
    content: '';
    background-image: url("../images/location-1.png");
    width: 35px;
    height: 35px;
    position: absolute;
    top: -6px;
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
    left: 0px;
}
.selectBox {
	position: relative;
	padding: 0px 0px;
	cursor: pointer;
	width: fit-content;
}
.selectBox__value {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	font-weight: 300;
	font-size: 15px;
	color: #3c3c3b;
	position: relative;
	padding-right:76px;
	width: fit-content;
}
.selectBox:after {
	position: absolute;
	right: -28px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	transition: all 0.2s ease-in-out;
}
.selectBox .dropdown-menu {
	transition: all 0.5s ease-in-out;
	opacity: 0;
	display: block;
	top: 130%;
	width: 100%;
	max-height: 250px;
	z-index: -1;
	overflow-y: auto;
	transform: translateY(-15%);
	visibility: hidden;
}
.selectBox .dropdown-menu::-webkit-scrollbar {
	width: 4px;
	height: auto;
}

.selectBox .dropdown-menu::-webkit-scrollbar-track {
	background: #C9D2DC;
}

.selectBox .dropdown-menu::-webkit-scrollbar-thumb {
	background: #cab099;
	padding: 0px !important;
}

.selectBox.show {
	background-color: #fff;
}
.selectBox.show:after {
	transform: translateY(-50%) rotate(180deg);
}
.selectBox.show .dropdown-menu {
	transition: all 0.3s ease-in-out;
	visibility: visible;
	opacity: 1;
	z-index: 999;
	transform: translateY(0);
}
.selectBox__value.user{
	padding-left: 53px !important;
}
.home-search{
	background-color: #cab099;
}

.wrap{
	max-width: 200px;
}
.search-box-wraper .select {
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    width: fit-content;
}
.search-box-wraper select {
	display: none;
}

.search-box-wraper .custom-select {
    background-color: transparent;
    color: #2f292c;
    -moz-transition: all 0.2s ease-in;
    width: fit-content;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-right: 17px; font-weight: 600;
    margin-left: 14px;
}
.search-box-wraper .custom-select:after {
    position: absolute;
    top: 10px;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.001' height='8.165' viewBox='0 0 14.001 8.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121 %7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z' transform='translate(0 -59.382)'/%3E%3C/svg%3E");
    left: -35px;
}
/*.custom-select:hover {
	background-color: #b83729;
}
*/
.custom-select:active, .custom-select.active {
	background-color: transparent;
	color: #3c3c3b;
}
.custom-select:active:after, .custom-select.active:after {
	transform: translateY(-50%) rotate(180deg);
}
.custom-select:focus{
   outline: 2px;
}
.search-box-wraper .select-options {
	max-height: 200px;
	overflow-y: auto;
	display: none;
	position: absolute;
	top: 108%;
	right: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 0px 0px 5px 5px;
	background-color: #fff;
	border:2px solid #ddd;
	width: 200px;
}
.search-box-wraper .select-options li {
	color: #3c3c3b;
	margin: 0;
	padding: 12px 0;
   /* text-indent: 15px;
   */
   /* border-top: 1px solid #AED581;
   */
	-moz-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
	padding-right: 15px;
	font-weight: 600;
}

.search-box-wraper .select-options li:hover {
	color: #000000;
	background: #fff;
}
.search-box-wraper .select-options li[rel="hide"] {
	display: none;
}
.search-box-wraper ::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
	border-radius: 0 0 5px 0;
}
.search-box-wraper ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color:#cab099;
}
.wrap.location .custom-select::before {
    content: '';
    background-image: url("../images/location-2.png");
    position: absolute;
    right: 0px;
    top: -5px;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    transform: translateX(100%);
}
.wrap.user .custom-select::before {
    content: '';
    background-image: url("../images/users-2.png");
    position: absolute;
   	right: -10px;
    top: -5px;
    width: 40px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(100%);
}
.villa-section .skiatos-wraper p{
	margin-bottom: 0;
}
.skiatos-wraper h3{
	position:relative;
}
#video1 {
    position: absolute;
    right: -40%;
    top: -7%;
    display: inline-block;
}
#v1{
	display:none;
}
#video1 img{
	width:50px;
	height:50px;
}
/*
.location span{
	margin-top:35px!important;
}

.location img{
    margin-right: 19px!important;
}

.single,
.double{
	margin-top:3px;
}
.bath,
.airport,
.beach{
	margin-top:4px;
}
.service{
	margin-top:16px;
}
.port {
	margin-top:8px;
}
.flight{
	margin-top:10px;
}
.cleaning{
	margin-top:2px;
}
*/
.search-box-wraper input.date-end.hasDatepicker {
    background-position: 0px center; width: 100%;;
}
.search-box-wraper input.button{
	background-image: none;
}
.search-box-wraper input::placeholder{
	font-size: 14px;
	font-weight: 600; color: #2f292c;
}
.home #requiredmsg{
	color:red;
	text-align: center;
}
/*icons css*/
#changeable-start{
	width:100px;
	border:0;
	direction: rtl;
}
#changeable-end{
	width:100px;
	border:0;
	direction: rtl;
}
.date-location .single-location{
	margin-left:30px;
}

/*
.date-location .date-sep{
	
}
*/
.date-location{
	display:flex;
}
.date-location .single-date{
	width:61%;
}
.date-location .single-location {
    width: 16%;
    text-align: center;
    display: grid;
    font-size: 13px;
}
.date-location .book-flight {
    width: 22%;
    display: grid;
    font-size: 13px;
	text-align:center;
	display:none;
}
.date-location .book-flight a{
	display:grid;
}
.date-location .book-flight img{
	margin:0 auto;
}
.icons-second-row{
	display:flex;
}
.icons-second-row .airport a,	
.icons-second-row .sea-port a,	
.icons-second-row .beach a{
	display:grid;
}
.icons-second-row img{
	width:40px;
	height:40px;
	margin:auto;
}
.icons-second-row span{
	text-align:center;
	margin:auto;
}
.icons-second-row .airport,	
.icons-second-row .sea-port,	
.icons-second-row .beach{
	text-align:center;
}		
.icons-third-row{
	display:flex;
	flex-direction:row;
}
.icons-third-row .people a,
.icons-third-row .single-bed a,
.icons-third-row .double-bed a,
.icons-third-row .bath a,
.icons-third-row .cleaning a, 
.icons-third-row .concierge a{
	display:grid;
}
.icons-third-row img{
	width:40px;
	height:40px;
	margin:auto;
}
.icons-third-row .people,
.icons-third-row .single-bed,
.icons-third-row .double-bed,
.icons-third-row .bath,
.icons-third-row .cleaning, 
.icons-third-row .concierge{
	width:25%;
	text-align:center;
}
.icons-five-row .pool,
.icons-five-row .grill,
.icons-five-row .wifi,{
	width:33%;
	text-align:center;
}
.icons-five-row{
	display:flex;
}
.icons-five-row span a{
	display:grid;
}
.icons-five-row img{
	width:40px;
	height:40px;
	margin:auto;
}
.icons-five-row span{
	text-align:center;
	margin:auto;
}
.icons-five-row .grill,
.icons-five-row .pool{
	position:relative;
	top:4px;
}
.icons-four-row{
	display:flex;
}
.icons-four-row span{
	text-align:center;
	margin:auto;
}
.icons-four-row span a{
	display:grid;
}
.icons-four-row img{
	width:40px;
	height:40px;
	margin:auto;
}
.icons-four-row .concierge{
    position: relative;
    top: 3px;
}
.icons-four-row .cleaning{
	width:19%!important;
}
.icons-four-row .chef{
	position:relative;
	top:8px;
}
.date-location,
.icons-second-row,
.icons-third-row,
.icons-four-row,
.icons-five-row{
	margin-bottom:60px;
}
.date-location,
.icons-second-row,
.icons-third-row,
.icons-four-row,
.icons-five-row{
	margin-bottom:60px;
}
.date-location span span,
.icons-second-row span span,
.icons-third-row span span,
.icons-four-row span span,
.icons-five-row span span{
	margin-top:15px;
	color:#000;
}
.logo-tagline {
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    top: 5px;
    left: 4px;
    font-weight: 500;
	letter-spacing: 0.5px;
	display: block;
	color: #000;
	text-align: left;
}
.header .logo a{
	text-decoration: none;
}
.header{
	z-index:99999;
}
.logged-in .header{
	z-index:9999;
}
.mySlides video{
	top: 0;
    height: 650px;
    width: 100%;
    object-fit: cover;
	position: unset !important;
}
.fancybox-slide--html .fancybox-close-small {
    right: 70px !important;
    top: 50px !important;
    background: #fff !important;
}

.buttonizer.buttonizer-group{
    bottom:0% !important;
}
.woocommerce-wishlist span.detail-price-text{
	color:#fff;
}
.single-product span.detail-price-text{
	order:1;
}
.shocial-links{
	margin-right: 0;
}
#header-menu-social-icons{
	display:none;
}
/*.header-flag{
	display:none;
}*/
.home-search-heading{
	margin-top: 80px;
}
.home-search-heading h2{
	font-size: 30px;
    line-height: 43px;
    font-weight: 500;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    letter-spacing: 2.4px;
}
.home-search-heading p{
	font-size: 20px;
	line-height: 39px;
	font-weight: 400;
	width: 87%;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1.6px;
}

/* Yamas API CSS */

.villa-section-external .price{
	margin-bottom: 10px;
}
.villa-section-external .villa-dates {
    margin-bottom: 10px;
}
.villa-section-external .skiatos-wraper p{
	font-size: 16px;
}
.villa-section-external .main-desc{
	margin-bottom: 20px;
}
.villa-section-external .villa-desc-box h3{
	margin-bottom: 3px;
	margin-top: 20px;
    top: 0;
}
.villa-section-external .villa-desc-box ul.aminities-services{
	padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.villa-section-external .main-desc p {
    margin-bottom: 15px;
}
a.detail-page-btn.external-villa-detail{
	margin-top: 20px;
	margin-bottom: 25px;
}
.villa-section-external .date-end-internal,
.villa-section-external .date-start-internal{
	border-bottom: 2px solid #000000;
    border-right: none;
    border-left: none;
    border-top: none;
    padding-bottom: 4px;
    height: fit-content;
    outline: none;
    margin-left: 6px;
    max-width: 360px;
    margin-top: 10px;
    width:64%;
}
.villa-section-external .price{
	align-items: center;
}
.villa-section-external span.total-price{
	margin-right: auto;
	color: #cab099 !important;
}
.villa-section-external .skiatos-wraper p.booking-api-error{
	color: #721c24;
}

/* Loading Spinner */

.villa-find-section .box ul li{
	position: relative;
}
.villa-find-section .box ul li span.loading-spinner{
	position: absolute;
    z-index: 9999;
    right: 20px;
    top: 16px;
    -webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
span.loading-spinner i{
	color: #fff;
}
.search-box-wraper .shadow{
	position: relative;
}
.search-box-wraper .shadow span.loading-spinner{
	position: absolute;
    z-index: 9999;
    right: 40px;
    top: 25px;
    -webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
span.loading-spinner{
	display: none;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.fancybox-container{
	z-index: 999999;
}
.page-template-template-villa-approval span.detail-price-text{
	display: none;
}
.page-template-template-villa span.detail-price-text{
	display: none;
}
.villa-section-external .main-desc{
	text-align: left;
}
img.img-calender {
    width: 32px;
    height: 32px;
    position: absolute;
    top: -6px;
    background-size: cover;
    background-position: inherit;
    background-repeat: no-repeat;
    right: 30px;
}
.villa-section-external .skiatos-wraper p{
	text-align:left;
}
.villa-section-external .villa-desc-box h3{
	width:100%;
	text-align:left;
}
.villa-section-external .villa-desc-box ul.aminities-services{
	text-align:left;
}
.villa-section-external .villa-desc-box ul.aminities-services li {
    text-align: left;
    direction: ltr;
}
.loading-villas {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000000b0;
	z-index: 99999999999;
	font-size: 40px;
	color: #fff;
	align-items: center;
	justify-content: center;
	display: none;
}
.loading-villas p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.luxury-section .img-layout{
	left: 0;
}
/*.luxury-section .box .lay-out-bag.no-hover{
	height: 355px;
}*/
.home-wraper .yith-wcwl-add-to-wishlist{
	display: none;
}
.home-wraper.two {
    padding-top: 30px;
}
.home-wraper.three {
    padding-top: 20px;
}
.luxury-section .img-layout{
	display: none;
}
.caption-inner-wraper{
	display: flex;
	justify-content: space-between;
}
.caption-wraper {
    padding-left: 10px;
    padding-right: 10px;
}
.special-services-section {
    padding-top: 60px;
    overflow-x: hidden;
}
.special-services-section h3{
	text-align: center;
	margin-bottom: 60px;
	color: #3c3c3b;
    font-size: 38px;
    font-weight: 400;
}
.special-services-section .container-fluid img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.special-services-section .container-fluid .col-lg-6{
	overflow: hidden;
}
.special-services-section .img-wrapper{
	position: relative;
	height: 448px;
}
.special-services-section .img-wrapper .image-caption-area{
	position: absolute;
    bottom: -100%;
    background-color: #9c8e5cd9;
    left: 0;
    right: 0;
    height: 180px;
    text-align: center;
    color: #fff;
    -webkit-transition:1s;
	transition: 1s;
	transition: 1s; padding-left: 15px; padding-right: 15px;
}
.special-services-section .img-wrapper .image-caption-area p{
	top: 45%;
    position: relative;
    font-size: 25px;
}
.special-services-section .img-wrapper:hover .image-caption-area{
	bottom: 0;
	-webkit-transition:1s;
	transition: 1s;
	transition: 1s;
}
.about-button-wrapper{
	text-align: center;
}
.about-us-img{
	padding-right: 10px;
}
h3.review-title-head{
	padding-top: 50px;
	padding-bottom: 30px;
	text-align: right;
	color: #1d1d1b;
	/*text-shadow: 2px 2px #160e0e;*/
}
.review-by{
	display: none;
}
.talk-section {
    background-color: #cab099;
    padding-top: 35px;
    padding-bottom: 50px;
    text-align: center;
}
.talk-section h2{
	color: #1d1d1b;
	margin-bottom: 30px;
}
.talk-section .call-info-section {
    display: flex;
    justify-content: center;
}
.talk-section .call-area a {
    color: inherit;
    font-size: 20px;
    margin-left: 40px;
}
.talk-section .email-area a img,
.talk-section .call-area a img{
	margin-left: 12px;
}
.talk-section .email-area a{
	color: inherit;
    font-size: 20px;
}
.talk-section .icon{
	margin-bottom: 40px;
}
.vacition{
	margin-bottom: 60px;
}
.col-lg-6.col-md-12.col-sm-12.yamas-logo{
	visibility: hidden;
}
.new-contact-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-sention .villa-title{
	margin-bottom: 32px;
}
.header .container-fluid .row{
	align-items: center;
}
.about-us-content-one{
	margin-top: 50px;
}
.about-us-content-one .row{
	position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    align-items: center;
}
.about-us-content-one .row.bg:after{
	position: absolute;
    background-color: #f9f6f3;
    content: '';
    width: 70%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 10px;
}
.about-inner-content-wrapper{
	padding-right: 75px;
}
.about-us-content-one .img-wrapper{
	padding-right: 75px;
}
.about-inner-content-wrapper p{
	font-size: 16px;
    line-height: 26px;
}
.about-us-content-two .custom-columns-two{
	width: 496px;
}
.about-us-content-two .custom-columns-two .img-wrapper{
	height: 230px;
	overflow: hidden;
}
.about-us-content-two.bg{
	background-color: #f9f6f3;
	padding-top: 30px;
}
.about-us-content-two .custom-columns-two .img-wrapper img{
	width: 100%;
	height: 100%;
}
.about-us-content-two .custom-columns{
	display: flex;
	width: 100%;
	gap: 150px;
}
.about-us-content-two {
    margin-top: 50px;
    margin-bottom: 50px;
}
.banner-layout-bg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-template-template-contact .for-top{
	margin-top: 0;
}
.search-box-wraper .search-drop-box.location .select-options {
    top: 108%;
    left: 0;
    right: 0;
    width: 270px;
    text-align: right;
}
.villa-approval-section .row{
	position: relative;
    padding-top: 45px;
    padding-bottom: 0px;
    align-items: center;
}
.villa-approval-section .row.bg:after{
	position: absolute;
    background-color: #f9f6f3;
    content: '';
    width: 70%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 10px;
}
.villa-approval-section .form-wraper.main{
	padding-right: 75px;
}
.page-template-template-villa-approval .villa-approval-section .img-wraper{
	padding-right: 75px;
	width: 588px;
    height: 375px;
}
.form-wraper .input-wraper input, 
.villa-approval-section .form-wraper p{
	background-color: transparent;
}
.villa-approval-section .form-wraper p{
	font-size: 22px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 500;
}
.page-template-template-villa-approval .form-wraper .input-wraper input{
	text-transform: capitalize;
}
.page-template-template-villa-approval .form-wraper .input-wraper input[type="tel"], 
.page-template-template-villa-approval .form-wraper .input-wraper input{
	padding-bottom: 0;
	border-bottom: 1px solid #3c3c3b;
	width: 67%;
}
.page-template-template-villa-approval .form-wraper .input-wraper{
	margin-bottom: 20px!important;
}
.page-template-template-villa-approval .form-wraper .submit{
	width: 402px;
	height: 60px;
	border: none;
    font-size: 20px;
    background-color: #b8957b;
    text-transform: uppercase;
    color: #fff;
}
.page-template-template-villa-approval span.wpcf7-form-control.wpcf7-acceptance span{
	text-transform: initial;
	margin-bottom: 20px;
}
.page-template-template-villa-approval .wpcf7-not-valid-tip{
	text-transform: initial;
    font-size: 16px !important;
}
.page-template-template-villa-approval .search-drop-box {
    max-width: 172px;
}
.page-template-template-villa .search-drop-box a,
.single-product .search-drop-box a,
.page-template-template-villa-approval .search-drop-box a {
    text-align: center;
    margin: 0 auto;
    color: inherit;
}
.page-template-template-villa .search-box-wraper,
.page-template-template-villa-approval .search-box-wraper{
	max-width: 1450px;
}
.page-template-template-villa-approval .search-drop-box a span{
	position: relative;
	top: 3px;
	text-transform: uppercase;
}
.single-product .about-inner-content-wrapper h1,
.about-inner-content-wrapper h3{
	color: #3c3c3b;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
    text-transform: capitalize;
}
.about-inner-content-wrapper p br{
	display: none;
}
.page-template-template-villa-approval .home-search .container{
	max-width: 1470px;
}
.about-us-content-one .row .col-lg-6 img{
	width: 100%;
	height: 360px;
	object-fit: cover;
}
.page-template-template-villa-approval .villa-approval-section .img-wraper img{
	width: 100%;
}
.final-approval::before{
	display: none;
}
.about-us-content-two.bg .custom-columns-one{
	padding-right: 70px;
}
.banner-layout-bg.island{
	background-image: url(../images/island-bg.jpg);
}
.page-template-template-island .search-drop-box.checkout, 
.page-template-template-island .search-drop-box.guest, 
.page-template-template-island .search-drop-box.checkin,
.page-template-template-island .search-drop-box.location {
    max-width: 205px;
}
.page-template-template-island .search-box-wraper .button{
	width: 205px;
	height: 60px;
	font-size: 18px !important;
	font-weight: 500;
}
.page-template-template-island .search-box-wraper{
	align-items: center;
	justify-content: center;
}
.island-main-wrapper{
	margin-top: 10px;
	margin-bottom: 40px;
}
.island-main-wrapper .title-wrapper {
    margin: 0 auto;
    text-align: center;
    max-width: 860px;
}
.island-main-wrapper .title-wrapper p{
	margin-bottom: 30px;
}
.home-banner {
    position: relative;
    height: 700px;
    overflow: hidden;
}
.intro {
    width: 100%;
    position: relative;
    max-height: 700px;
    height: 100%;
}
.popout-video {
    width: 100%;
    position: relative;
}
.popout-video video {
    width: 100%;
    vertical-align: middle;
}

.page-template-template-villa .search-box-wraper,
.single-product .search-box-wraper{
	max-width: 1820px;
	justify-content: center;
    align-items: center;
}
.page-template-template-villa .search-drop-box.checkout,
.page-template-template-villa .search-drop-box.price, 
.page-template-template-villa .search-drop-box.guest, 
.page-template-template-villa .search-drop-box.checkin,
.page-template-template-villa .search-drop-box.location{
	max-width: 205px;
	text-align: center;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}

.single-product .search-drop-box.checkout, 
.single-product .search-drop-box.d-bed, 
.single-product .search-drop-box.s-bed,
.single-product .search-drop-box.bath,
.single-product .search-drop-box.price, 
.single-product .search-drop-box.guest, 
.single-product .search-drop-box.checkin,
.single-product .search-drop-box.location {
    max-width: 205px;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.search-drop-box.price p.ajax-price{
	margin-bottom: 0;
}
.single-product .about-inner-content-wrapper {
    padding-left: 75px;
    padding-right: 0;
}
.single-product .about-us-content-one .row.bg:after {
    left: 10px;
    right: auto;
}
.single-product .about-us-content-one .row.bg .img-wrapper {
    padding-right: 0;
    width: 568px;
    height: 360px;
   	margin-left: auto;
}
.single-product .about-us-content-one .row{
	margin-bottom: 50px;
}
.single-product .about-us-content-one .row.bg.reverse:after {
    left: auto;
    right: 10px;
}
.single-product .about-us-content-one .row.bg.reverse .img-wrapper{
	margin-left: inherit;
	margin-right: auto;
}
.single-product .row.bg.reverse .about-inner-content-wrapper {
    padding-right: 75px;
    padding-left: 0;
}
.single-villa-content-two{
	position: relative;
}
.single-villa-content-two .main-content{
	position: relative;
    width: 100%;
    max-width: 547px;
    margin: auto;
}
.single-villa-content-two .main-content{
	margin-bottom: 50px;
}
.single-villa-content-two .main-content:after{
	position: absolute;
    background-color: #f9f6f3;
    content: '';
    height: calc(100% - 180px);
    z-index: -1;
    bottom: 0;
    right: -30px;
    left: -30px;
}

.single-villa-content-wrapper{
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.single-villa-content-wrapper h3{
	text-align: center;
	padding-top: 40px;
    padding-bottom: 20px;
}
.single-villa-content-wrapper p br {
	display: none;
}
.single-villa-content-two .main-content .img-wrapper img{
	width: 100%;
}
.luxury-section .box .caption-wraper p,
.luxury-section .box .caption-wraper h3 a{
	text-transform: uppercase;
}
.search .yith-wcwl-add-to-wishlist{
	display: none;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after{
	height: 2px;
}
.hc-nav-trigger span{
	width: 40px;
}
.villa-approval-section form{
	direction: rtl;
}
.search-drop-box img{
	width: 32px;
	height: 32px;
}
.home .search-drop-box img{
	width: 32px;
	height: 32px;
}
.search-box-wraper input{
	text-transform: uppercase;
}
.home .search-drop-box.guest .custom-select {
    margin-top: 3px;
}
.search-drop-box.guest .select-options{
	right: 0;
	width: 210px;
}
.home .about-us-text{
	margin-top: -65px;
}
.caption-inner-wraper{
	height: 46px;
}
.slider-two-contact-form form{
	background-color: #b8957b;
}
.slider-two-contact-form form input::placeholder{
	color: #fff;
}
.contact-sention.add-review input{
	border-bottom: 2px solid #ffffff;
}
.contact-sention.add-review span.close{
	color: #fff;
}
.talk-section h2{
	font-weight: 400;
}
.col-lg-6.col-md-12.col-sm-12.yamas-logo{
	display: none;
}
.page-template-template-island .luxury-section .box .caption-wraper h3 a{
	line-height: 20px;
}
.island-main-wrapper .title-wrapper h1,
.island-main-wrapper .title-wrapper h4{
	text-transform: uppercase;
}
.page-template-template-about-us .wpcf7 form .wpcf7-response-output{
	margin-bottom: 0;
}
a.detail-page-btn.external-villa-detail{
	font-weight: 700;
}
.search-box-wraper .custom-select.active-now:after{
	transform: rotate(180deg);
	top: 0;
}
.page-template-template-villa-approval span.wpcf7-form-control.wpcf7-acceptance span a{
	color: inherit;
}
.woocommerce-terms-and-conditions-checkbox-text{
	width: 25px;
	height: 16px;
}
.page-template-template-villa-approval span.wpcf7-form-control.wpcf7-acceptance span{
	position: relative;
	top: -2px;
}
.single-product .search-drop-box.checkin span{
	display: inline-grid;
}
.single-product .search-drop-box.checkin span input{
	background-image: none;
}
@keyframes slide-up {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}
.slide-up {
    animation: slide-up 2s forwards;
}
/*.elems {
    transform: translateY(0);
}*/
/*.home-search .search-box-wraper input {
    position: relative;
    top: 1px;
}*/
.page-template-template-villa .search-drop-box.checkin a span input{
	border-bottom: none;
	background-position: 120%;
	background-size: 10px;
}
.search-drop-box{
	position: relative;
}
.search-box-wraper .custom-select{
	position: relative;
}
.hc-offcanvas-nav{
	z-index: 9999999;
}
.single-product #home-slider-wrap .slick-next:before{
	right: 60px;
}
.single-product #home-slider-wrap .slick-prev:before{
	left: 80px;
}
.slick-prev{
	z-index: 999;
}
.slick-next {
    right: 90px;
}
.slick-prev {
    left: 170px;
}
.home .slick-next{
	display: none;
}
.home .slick-prev{
	display: none;
}
.home .slick-next {
    right: 280px;
}
.home .slick-prev {
    left: 70px;
}
.about-us-content-two .custom-columns-two .img-wrapper img{
	object-fit: cover;
}
.single-villa-content-two .main-content .img-wrapper img{
	height: 364px;
}
.about-us-content-two .custom-columns-two .img-wrapper img{
	object-fit: cover;
}
.embed-container {
	position: relative;
}
.embed-container iframe{
	width: 100%;
    height: 855px;
    object-fit: cover;
    position: absolute;
    top: 0px;
}
.about-us-content-two .custom-columns .custom-columns-one{
	max-width: 800px;
}
.search-box-wraper .shadow .button,
.contact-sention .submit,
.home .contact-sention .submit,
.contact-sention input,
.home .contact-sention .submit,
.contact-sention.add-review input,
.home-search .search-box-wraper input{
	border-radius: 0 !important;
}
.hc-offcanvas-nav.hc-nav-1{
	z-index: 9999999 !important;
}
.page-template-template-villa-approval .form-wraper .submit,
.page-template-template-villa-approval .form-wraper .input-wraper input[type="tel"], 
.page-template-template-villa-approval .form-wraper .input-wraper input{
	border-radius: 0 !important;
}
.lay-out-bag.no-hover .lay-wraper{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.lay-out-bag{
	left: 0;
	right: 0;
}
.island-main-wrapper .home-wraper{
	padding-top: 30px;
}
.island-main-wrapper .title-wrapper h1,
.island-main-wrapper .title-wrapper h4{
	margin-bottom: 25px;
}
.search-drop-box.price,
.book-now-btn {
    /* background-color: #b8957b; */
    background-color: transparent;
}
.book-now-btn a{
	font-weight: 700;
}
span.ajax-price {
    font-weight: 700;
}
.home-slider-products .slick-prev:after{
	position: absolute;
    top: -40px;
    left: -10px;
    width: 80px;
    max-width: 80px;
    height: 50px;
    content: '';
    background-image: url(../images/p-arrow2.svg);
    /*background-image: url(../images/p-arrow2-new.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}
.home-slider-products .slick-next:after{
	position: absolute;
    top: -40px;
    right: -35px;
    width: 80px;
    max-width: 80px;
    height: 50px;
    content: '';
    background-image: url(../images/p-arrow.svg);
    /*background-image: url(../images/p-arrow-new.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}
.home-slider-products .slick-prev,
.home-slider-products .slick-next{
	visibility: hidden;
}
.home-slider-products .slick-prev {
    left: -30px;
}
.home-slider-products .slick-next {
    right: -25px;
}
.page-template-template-villa .slick-prev{
	left: 0;
}
.page-template-template-villa .search-drop-box.checkin a span input::placeholder{
	font-size: 14px; font-weight: 600;
}
.home .embed-container iframe{
	height: 800px;
	top: -60px;
}
/*.short-content-villa p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/
.caption-wraper{
	direction: rtl;
}
.luxury-section .box .caption-wraper p{
	width: 50%;
	
}
.caption-inner-wraper p{
	direction: ltr;
}

.single-product .search-box-wraper{
	max-width: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.single-product .search-box-wraper .data-set-one{
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.single-product .search-box-wraper .data-set-two{
	display: flex;
    width: 100%;
    justify-content: center;
}
.single-product .book-now-btn a.detail-page-btn,
.single-product .search-drop-box.price p.ajax-price{
	font-weight: 700;
}
/*.page-template-template-premium-villas .slick-prev{
	left: 0;
}*/



.short-content-villa{
	height: 225px;
	overflow: hidden;
}
.show-full-content {
	cursor: pointer;
	color: #cab099;
}
.single-villa-content-wrapper.activeContent .short-content-villa{
	height: auto;
}
.show-full-content .less-text,
.show-full-content.activeShow .more-text{
	display: none;
}
.show-full-content.activeShow .less-text {
	display: block;
}
.about-us-content-two .custom-columns-two .img-wrapper.d-flex img {
    width: 50%;
}
.luxury-section .lay-wraper{
	margin: auto;
}
.caption-inner-wraper p{
	text-align: left;
}
.page-template-template-villa .single-product .about-inner-content-wrapper{
	text-align: right;
	direction: rtl;
}
.page-template-template-villa .search-drop-box img{
	height: 40px;
}
.single-product #home-slider-wrap .slick-prev{
	display: block !important;
}
.page-template-template-contact .slick-prev,
.page-template-template-about-us .slick-prev,
#home-slider-wrap .slick-prev{
	display: none !important;
}
.single-product #home-slider-wrap .slick-next{
	display: block !important;
}
.page-template-template-contact .slick-next,
.page-template-template-about-us .slick-next,
#home-slider-wrap .slick-next{
	display: none !important;
}
.breadcrums.top a{
	color: #3c3c3b;
}
.breadcrums.top a:hover{
	color: #cab099;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.bread {
    margin-top: 5px;
}
.breadcrums.top {
    margin-top: 15px;
}
.page-template-template-villa-approval .search-box-wraper{
	justify-content: center;
}
.page-template-template-sitemap .about-us-content-one .row{
    align-items: baseline;
}
.page-template-template-premium-villas .inner-yamas-content p{
	color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.inner-yamas-content {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.approval-checkboxes input{
	width: 25px;
	height: 16px;
}
.approval-checkboxes span.wpcf7-list-item.first{
	margin-right: 0;
}
.approval-checkboxes p {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #212529 !important; 
}
video{
	top: 0;
}
.slick-lightbox{
	z-index: 999999;
}
.page-template-template-villa span.detail-price-text,
.single-product span.detail-price-text{
	font-size: 13px;
}
.single-product .search-drop-box.price{
	display: block !important;
}
.single-product p.ajax-price,
.single-product span.detail-price-text{
	width: 100%;
}
.footer .yamas-links .foot-logo{
	width: 265px;
}
.slick-lightbox-close:before{
	font-size: 50px;
}
.slick-lightbox-close{
	height: 50px;
	width: 50px;
}
.nav-top-menu ul{
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: var(--trans3);
	pointer-events: none;
	position: absolute;
	
	top: 34px;
	margin: auto;
	background-color: rgb(224, 224, 224);
	box-shadow: 0px 3px 29.76px 2.24px rgb(0 0 0 / 13%);
	min-width: 229px;
	padding: 0px 0px 0px 0;
	min-height: auto;
	width: fit-content;
	z-index: 99999;
	border: 1px solid rgb(255, 255, 255);
	 left: 50%;
    transform: translateX(-50%);
	padding-top: 13px;
	padding-bottom: 15px;
}
.nav-top-menu li:hover ul{
	visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.nav-top-menu ul li{
	list-style: none;
	text-align: center;
	margin-left: 0 !important;
	margin-right: 0;
}
nav#mobile-nav{
	display: none;
}
.search .no-post-found-here {
    text-align: center;
    clear: both;
    padding-top: 50px;
    padding-bottom: 120px;
}
/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.luxury-section .box .caption-wraper p.loc-name{
	width: 100% !important;
}
.single-product .search-drop-box.price.here{
	display: flex;
}
#popup2{
	left: 0 !important;
    right: 0;
    margin: 0 auto;
}
.search-drop-box.checkout.req-error,
.search-drop-box.checkin.req-error{
	border-color: #721c24;
}
.footer .yamas-links .foot-logo img{
	height: 76px;
}
.header .logo a img {
    object-fit: contain;
    width: 290px;
    height: 79px;
}
.logo-tagline{
	display: none;
}
.special-services-section .img-wrapper .image-caption-area p a{
	text-decoration: none;
	color: inherit;
}
html {
  scroll-padding-top: 80px; /* height of your sticky header */
}

.hc-offcanvas-nav span.nav-next::before, .hc-offcanvas-nav li.nav-back span::before{
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}
.hc-offcanvas-nav li.hide-me {
    visibility: hidden;
}
.luxury-section .box .lay-out-bag img.book-now-btn{
	width: 80%;
    height: fit-content;
    margin: auto;
    margin-top: 10%;
}
.luxury-section .lay-wraper{
	display: block;
}

.nav-top-menu ul li a {
    padding-left: 0;
    padding-right: 0;
}
h2.neh:after{content:none;}

.nav-top-menu{
	display:none;
}

.page-template-template-villa .search-drop-box a,
.page-template-template-villa .search-drop-box.price p.ajax-price,
.page-template-template-villa .search-drop-box span{
	font-weight: normal;
	color: #2f292c;
}
.single-product .search-drop-box a,
.search-drop-box.price p.ajax-price,
.single-product .search-drop-box span{
	font-weight:bold;
}
.single-product #changeable-end::placeholder{
	font-weight:bold;
}
.single-product #changeable-start::placeholder{
	font-weight:bold;
}
.about-inner-content-wrapper.activeContent .short-content-villa {
	height: auto;
}

.villa-search{
	margin-top:69px;
	background:unset;
	/* background-color: #000!important; */
	 /* background-color: rgba(0, 0, 0, 0.6)!important;  */
	 position:relative;
}
.villa-search:before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background:#000;
	opacity:0.8;
	z-index:-1;
}
.villa-search .search-box-wraper{
	color:#fff!important;
}
.villa-search .search-drop-box input{
	color:#fff;
}
.villa-search .search-drop-box.price, 
.villa-search .book-now-btn {
    background-color: transparent;
}
.page-template-template-villa .villa-section {
    padding-top: 39px;
}
.page-template-template-villa .villa-search .search-drop-box.price,
.page-template-template-villa .villa-search .search-drop-box.book-now-btn{
    background-color: #fff;
	color:#000;
}
/*.custom-font-class h1,*/
/*.custom-font-class li,*/
/*.custom-font-class h3,*/
/*.custom-font-class p,*/
/*.custom-font-class span{*/
	/*font-family: 'Montserrat', sans-serif !important;*/
/*}*/
/*.custom-font-class .box .caption-inner-wraper h3,*/
/*.page-template-template-villa .custom-font-class h1,*/
/*.page-template-template-villa .custom-font-class p,*/
/*.page-template-template-villa .custom-font-class li,*/
/*.page-template-template-villa .custom-font-class h3{*/
	/*font-family: 'Catchy Mager' !important;*/
/*}*/
/*.page-template-template-island .custom-font-class p{*/
	/*font-family: 'Catchy Mager' !important;*/
/*}*/
.page-template-template-island .luxury-section .box .caption-wraper ul li{
	margin-left: unset !important;
}
.search-drop-box.price .wrap.user .custom-select::before{
	visibility: hidden;
}
.lay-out-bag img {
    filter: invert(1);
}

.rtl .foot-logo img {
    margin-right: -15px;
}
@media (max-width:480px)
{
	.rtl .foot-logo img {
	    margin-right: -6px;
	}
}

@media (max-width:767px)
{
	.luxury-section .box .lay-out-bag img, .luxury-section .box .lay-out-bag a img
	{
		object-fit: contain !important;
		width: 80% !important;
	}
}
/*Hide search box*/
/*.page-template-template-hotelsvillas .home-search,*/
/*.page-template-template-about-us .home-search,*/
/*.home-search{*/
	/*display: none !important;*/
/*}*/
/*.home .contact-sention {*/
	/*padding-top: 30px;*/
/*}*/
/*.page-template-template-hotelsvillas.page-id-10867 .home-search{*/
	/*display: block !important;*/
/*}*/
/*.home-search.villa-search {*/
	/*display: block !important;*/
/*}*/


/***************/

/*New Villa rooms css*/

.single-product .about-us-content-one .row.bg.new-rooms-info .img-wrap {
	width: 300px;
	height: 200px;
}
.single-product .about-us-content-one .row.bg.new-rooms-info .img-wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-us-content-one .row.bg.new-rooms-info:after{
	width: 100%;
}
.single-product .about-us-content-one .row.bg.new-rooms-info .main-area{
	display: flex;
	gap: 30px;
	text-align: right;
	direction: rtl;
	padding-left: 45px;
}
.single-product .about-us-content-one .row.bg.new-rooms-info .rooms-info-area{
	width: 650px;
}
.single-product .about-us-content-one .row.bg.new-rooms-info ul.amenities-list{
	list-style: disc;
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
}
.single-product .about-us-content-one .row.bg.new-rooms-info ul.amenities-list li{
	margin-left: 24px;
}
.single-product .about-us-content-one .row.bg.new-rooms-info .order-now-area a{
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	max-width: 212px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	font-size: 18px;
	background-color: #b8957b;
	color: #3c3c3b;
	color: white;
	border: 1px solid #fff;
}
.single-product .about-us-content-one .row.bg.new-rooms-info .price-area{
	width: 150px;
}
.single-product .about-us-content-one .row.bg.new-rooms-info .order-now-area{
	width: 150px;
}
.anem-details p {
	margin-bottom: 0;
	margin-top: 15px;
}
.anem-details small p{
	margin-top: 0;
}

/*Set Cart Page 50 50 column*/
.cart-page-center{
	display: flex;
	gap:30px;
	margin-top: 50px;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
	width: 50%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float: none;
	width: 100%;
}
.cart-page-center form.woocommerce-cart-form{
	width: 70%;
}
.woocommerce-cart a.checkout-button.button.alt.wc-forward{
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin: 0px auto;
	width: 100%;
	border: 1px solid #fff;
	font-size: 20px;
	background-color: #b8957b;
	position: relative;
	color: #fff;
	border-radius: 0 !important;
}
.woocommerce-cart a.checkout-button.button.alt.wc-forward:hover{
	background: #cab099;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.woocommerce-cart h1{
	line-height: 40px;
	color: #1d1d1b;
	font-size: 40px;
	font-weight: 400;
	text-align: right;
	text-transform: uppercase;
}
.woocommerce-cart .cart_totals h2{
	display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	text-align: right;
	width: 60%;
	border-bottom: 2px solid #42413f;
	background: transparent;
	border-right: none;
	border-left: none;
	border-top: none;
	padding-bottom: 10px;
	outline: none;
	text-transform: capitalize;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin: 0px auto;
	border: 4px solid #cab099;
	background-color: #fff;
	position: relative;
	text-transform: capitalize;
	text-align: center;
	margin: 0 auto;
	text-decoration: none;
	color: inherit;
	border-radius: 0 !important;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover{
	background: #cab099;
	color: #fff;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.main-checkout{
	margin-top: 100px;
	margin-bottom: 80px;
}
.checkout-page form.checkout.woocommerce-checkout{
	padding-right: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	gap: 70px;
	align-items: flex-start;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
}
.woocommerce-checkout .checkout-page .col.shopping{
	width: 48%;
}
span.select2-selection.select2-selection--single,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	text-align: right;
	width: 100%;
	border-bottom: 2px solid #42413f;
	background: transparent;
	border-right: none;
	border-left: none;
	border-top: none;
	padding-bottom: 10px;
	outline: none;
	text-transform: capitalize;
	border-radius: 0 !important;
}
.checkout-page {
	margin-top: 70px;
	margin-bottom: 70px;
}
.woocommerce form .form-row {
	margin-bottom: 25px;
}
.woocommerce-checkout .checkout-page tr.order-total th, .woocommerce-checkout .checkout-page tr.order-total td{
	text-align: right;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table {
	margin-bottom: 135px;
}
.woocommerce-additional-fields {
	margin-top: 50px;
}
.woocommerce-checkout textarea#order_comments {
	height: 110px;
}
.woocommerce-checkout .checkout-page #payment p {
	font-size: 16px;
	line-height: 32px;
}
.woocommerce-checkout .checkout-page p.pay-detail{
	padding-right: 16px;
}
.woocommerce-checkout .checkout-page #payment #place_order, .woocommerce-checkout .checkout-page #payment #place_order {
	float: left;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	max-width: 100%;
	margin: 0px auto;
	width: 100%;
	height: 70px;
	border: 4px solid #cab099;
	font-size: 20px;
	position: relative;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
}
.home-search .container{
	max-width: 1600px;
}
.page-template-template-villa .villa-search .search-drop-box.book-now-btn{
	display: none !important;
}
.gt_container--1p3tgf .gt_switcher{
	width: 143px !important;
}
.gt_container--1p3tgf .gt_switcher .gt_selected a {
	width: 130px !important;
}
.page-template-template-villa .villa-search .search-drop-box.price{
	display: none !important;
}
.search-drop-box.price{
	display: none !important;
}
.gtranslate_wrapper{
	display: flex;
	align-items: center;
	gap:4px;
}
.gtranslate_wrapper{
	position: relative;
	top: 5px;
}
.page-template-template-villa .villa-search .search-drop-box.book-now-btn.villa.show,
.page-template-template-villa .villa-search .search-drop-box.book-now-btn.villa.show{
	display: block !important;
}
header a.cart-icon{
	margin-right: 10px;
}
.nav-top-menu li a{
	padding-left: 10px;
}
.head-menu{
	justify-content: center;
	width: 100%;
}
.woocommerce-form-coupon-toggle {
	max-width: 1400px;
	margin: auto;
}
.woocommerce-form-coupon-toggle a.showcoupon{
	color: inherit;
	text-decoration: underline;
}
.woocommerce-checkout .woocommerce{
	margin-top: 100px;
}
form.checkout_coupon.woocommerce-form-coupon {
	max-width: 1400px;
	margin: 0 auto;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button{
	 font-size: 18px;
	 color: #fff;
	 font-weight: 400;
	 width: 200px;
	 background-color: #b8957b;
	 padding: 17px 44px;
 }
.woocommerce-cart table.cart td.product-name a:first-child {
	display: none;
}
.search-drop-box.checkout, .search-drop-box.guest, .search-drop-box.checkin {
	max-width: 205px;
}
.translated-ltr .search-drop-box.checkout,
.translated-ltr .search-drop-box.guest,
.translated-ltr .search-drop-box.checkin {
	max-width: 205px;
}
.page-template-template-hotelsvillas .home-wraper{
	padding-bottom: 50px;
}
th.product-quantity,
td.product-quantity {
	display: none !important;
}
.woocommerce form .form-row {
	margin-bottom: 25px;
	width: 49%;
}
.woocommerce-billing-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-bottom: 0;
}
.page-template-template-villa .villa-search {
	background-color: #cab099;
}
.page-template-template-villa .search-drop-box.guest img,
.page-template-template-villa .search-drop-box.checkin img,
.page-template-template-villa .search-drop-box.location img{
	width: 35px;
	height: 35px;
	object-fit: contain;
}
.page-template-template-villa .search-drop-box.checkin a span input{
	color: #2f292c;
}
.page-template-template-villa .home-search.villa-search {
	margin-top: 0;
	position: sticky;
	top: 80px;
	z-index: 99999;
}
.page-template-template-villa .villa-search:before{
	display: none !important;
}
.page-template-template-villa .search-drop-box.checkin a span input{
	font-weight: normal !important;
}
.woocommerce-checkout img.checkout-room-image {
	width: 100%;
	height: 200px;
	display: inline-block;
	clear: both;
	max-width: 300px;
	margin-bottom: 3px;
	object-fit: cover;
}
.woocommerce-checkout a.remove-item-checkout {
	position: absolute;
	top: 10px;
	right: -10px;
}
.woocommerce table.shop_table td{
	position: relative;
}
.woocommerce-checkout p.pay-detail {
	display: none;
}
.woocommerce-checkout label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.woocommerce-checkout .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox{
	margin: 0;
}
.woocommerce-checkout p#order_comments_field {
	width: 100%;
}
.woocommerce-checkout .checkout-page .col.shopping,
.woocommerce .col2-set, .woocommerce-page .col2-set{
	padding: 20px;
	background-color: #f9f6f3;
}
.woocommerce-cart a.remove-item-checkout{
	display: none;
}
.woocommerce-checkout strong.product-quantity{
	display: none;
}
header a.cart-icon{
	display: none;
}
div#order_review .heading h4{
	display: none;
}
.page-template-template-villa form#find-villa-form-state{
	max-width: 1820px;
	justify-content: center;
	align-items: center;
	width: 100%;
	display: flex;
}
.required-messages{
	width: 100%;
}
.page-template-template-villa form#find-villa-form-state{
	flex-wrap: wrap;
}
.villa-search .search-box-wraper{
	width: 100%;
}
.kids .wrap.user .custom-select::before{
	background-image: url(../images/kids.png);
}
.woocommerce-checkout .checkout-page #payment p.checkout-text-added {
	position: absolute;
	top: -50px;
}
.woocommerce-checkout #payment{
	position: relative;
}
.woocommerce-info {
	font-size: 18px;
	border-top-color: #3c3c3b !important;
}
.woocommerce-info::before {
	color: #3c3c3b !important;
}
/*.single-product .about-us-content-one .row.bg.new-rooms-info .img-wrap a{*/
	/*display: none;*/
/*}*/
.single-product .about-us-content-one .row.bg.new-rooms-info .img-wrap a:first-child {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;

}
@media screen and (max-width:1200px){
.special-services-section .img-wrapper .image-caption-area p {
    top: 23%;
}
}
@media screen and (max-width:1080px){
.special-services-section .img-wrapper .image-caption-area p{font-size: 17px;}
}
@media screen and (max-width:767px){
.social_media a{display: flex
;display: flex;

direction: ltr;
flex-direction: row-reverse;
    justify-content: flex-end;
    width: 195px;}
}
@media screen and (max-width:600px){
	
	.main-title h1::after, .main-title h2::after { width:90%; min-width:350px !important; max-width:350px !important;}
}
@media screen and (max-width:500px){
	
	.main-title h1::after, .main-title h2::after { width:90%; min-width:280px !important; max-width:280px!important ;}
	.search-box-wraper input::placeholder{
	font-size: 12px;
	
}
}

@media screen and (max-width:320px){
	
	.main-title h1::after, .main-title h2::after { width:90%; min-width:250px !important; max-width:250px !important;}
}