body{
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
	}
	

	#map{
		width: 100%;
		height: 250px;
	}
	#edit_map{
		width: 100%;
		height: 250px;
	}

	.pac-container { z-index: 100000; }

	/* my css */
	.wrapper{
		display: flex;
		flex-wrap: wrap;
		gap:20px
	}

   .box-st{
		width: 115px;
		min-height: 135px;
		background-color: #fff;
		border:1px solid #000;
		border-radius: 8px;
		text-align: center;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		margin-left:auto;
		margin-right:auto;
-   }

   .box-st input {
		width: 20px !important;
   }

   .box-st input[type="radio"]{
		position: absolute;
		z-index: 1;
		left: 10px;
		top: 10px;
		width: 100%;
		cursor: pointer;
   }

   .box-st img{
		width: 100%;
		height: auto;
		border-radius: 8px;
		margin: 0 auto;
		object-fit: cover;
		cursor: pointer;
   }

   .box-st .product-name{
	font-weight: 600;
	width: 140px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	margin-bottom: 10px;
	z-index: 2;
   }

   .box-st label{
	margin: 0 auto;
   }

   .price input, .price label{
		display: block;
		margin-bottom: 0;
   }
	.price {
		max-width: 100%;
		display: flex;
		justify-content: center;
	}
	.price label p {
		display: inline;
	}
	@media screen and (max-width: 768px){
		.price * {
			font-size: 1rem;
			max-width: 100% !important;
		}
		#booking-show .begin-end .end .listed-booking {
			position: relative;
			margin-top: auto;
		}
		.box-st{
			width: 65px;
			min-height: auto;
	-   }
		.wrapper {
			display: flex;
			flex-wrap: wrap;
			gap: 5px;
		}
	}
	@media screen and (max-width: 425px){
		.price label p {
			display: block;
		}
		.box-st {
			width: 75px;
			min-height: auto;
		}
	}
   .price .price-standard, .price .price-fast{
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 15px;
		font-size: 18px;
		font-weight: 600;
   }

   .vc-btn{
		display: block;
		margin: 35px auto 50px auto;
		padding: 10px 20px;
		background-color: orangered;
		border: unset;
		border-radius: 8px;
		font-weight: 600;
		color: #fff
   }

   .nav-btn{
		border: none;
   }

   .nav-btn img{
		height: 40px;
		border-radius: 1.75px;
		border-radius: 4px
   }

  @media screen and (max-width: 990px){
	.form-fee .ct-label-start{
		width: 150px;
   }

   .form-fee .ct-label-end{
		width: 50px;
   }
  }
  .hidden-shawdow{
	box-shadow: none !important
  }

  .mobile{
		display: none;
		position: fixed;
		left: 0;
		width: 100%;
		z-index: 1029;
		bottom: 62px;
		box-shadow: 0px -1px 10px rgb(0 0 0 / 15%)!important;
	}

  .mobile .action {
	display: flex;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
  }

  .mobile .action .action-product{
	height: 61.5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 6px;
	cursor: pointer;
	border-radius: unset !important;
  }

  .mobile .action .action-product:nth-child(1){
	width: 25%;
	background: #fff;
	border-right: 1px solid #ccc;
  }

  .mobile .action .action-product:nth-child(2){
	width: 25%;
	background: #fff;
  }

  .mobile .action .action-product:nth-child(3){
	width: 50%;
	background: var(--primary);
	color: var(--light);
	text-transform: uppercase !important;
  }

  .mobile .action .action-product.chat,
  .mobile .action .action-product.phone{
	width: 50%;
  }

  .mobile .action .action-product.phone{
	display: flex;
	flex-direction: row;
	gap: 5px;
	color: #000 !important;
  }

  .mobile .action .action-product.phone span,
  .mobile .action .action-product.phone i{
	display: block;
	font-size: 14px !important;
  }

  .mobile .action .action-product.cart,
  .mobile .action .action-product.item-hidden{
	display: none !important;
  }

  .mobile .action .action-product .text-phone{
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #fff !important;
  }

  .mobile .action .action-product .text-phone #call-phone{
	color: #fff !important;
  }

  .text_white{
	color: #fff !important;
	-webkit-text-fill-color: #fff;
  }

  .mobile .action .action-product:nth-child(1) i{
	font-size: 20px;
  }

  .mobile .action .action-product:nth-child(2) i{
	font-size: 25px;
  }

  .mobile .action .action-product:nth-child(3) i{
	font-size: 25px;
  }

  .mobile .action .action-product:nth-child(1) i,
  .mobile .action .action-product:nth-child(2) i{
	color: var(--primary)
  }

  @media screen and (max-width: 1200px){
	.desktop{
		display: none !important;
	}

	.desktop-chat{
		display: none !important;
	}

	.mobile{
		display: block !important;
	}
  }

@media screen and (max-width: 545px){
	.mobile .action .action-product:nth-child(1){
		background: #fff;
		border-right: 1px solid #ccc;
		text-align: center
	}

	.mobile .action .action-product:nth-child(2){
		background: #fff;
		text-align: center
	}

	.mobile .action .action-product:nth-child(3){
		background: var(--primary);
		color: var(--light);
	}

	.mobile .action .action-product:nth-child(1) span,
	.mobile .action .action-product:nth-child(2) span{
		font-size: 12px !important
	}
}

@media screen and (max-width: 375px){
	.mobile{
		bottom: 64px !important;
		height: 76.5px !important;
	}
}
.upload{
	text-align:center;
	padding:10px 5px;
	border:1px dotted #ccc;
}
.upload .fileupload .fa {
	color:#ccc;
}
.fileupload {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background: ...; /* and other things to make it pretty */
	text-align:center;
}
.fileupload img {
	max-width:100px;
	height:auto;
}
.fileupload p{
	margin-bottom:3px
}
.fileupload p.title {
	margin: 0 0 4px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.4rem;
    font-weight: 300;
    overflow: hidden;
    display: block;
    height: 3rem;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.fileupload input {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0.0;
    filter: alpha(opacity=0); /* and all the other old opacity stuff you
                                 want to support */
    font-size: 300px; /* wtf, but apparently the most reliable way to make
                         a large part of the input clickable in most browsers */
    height: 200px;
}
.daterange {
	display:inline;
}
.daterange .hidden {
	display:none;
}
.daterange .show {
	display:block;
}
.daterange .date{
	position:relative;
	float:left;
	margin-top:10px;
	margin-left:15px;
}
.daterange .seldate {
	float:left;
	position:relative;
	margin-top:3px;
}
.select-menu {
  max-width: 330px;
  margin: 50px auto;
}
.select-menu .select-btn {
  display: flex;
  height: 55px;
  color:#000;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.select-menu .options {
  position: absolute;
  width: 330px;
  overflow-y: auto;
  max-height: 295px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
}
.select-menu .options .option {
  display: flex;
  height: 55px;
  cursor: pointer;
  padding: 0 16px;
  border-radius: 8px;
  align-items: center;
  background: #fff;
}
.select-menu .options .option a {
	font-size:14px;
	color:#000;
}
.select-menu .options .option:hover {
  background: #f2f2f2;
}
.select-menu .options .option .option-text {
  font-size: 18px;
  color: #333;
}
.select-menu.active .options {
  display: block;
  opacity: 0;
  z-index: 10;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 30px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
}
/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width:100%;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width:100%;
}
#lang-change.dropdown{
	width:auto;
}
#lang-change a.dropdown-toggle {
	color:#fff !important;	
}
.dropdown.sel-category {
	width:100%;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 100%;
  overflow-y:scroll;
  max-height:150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 10000;
  padding:10px;
}
.sel-category .dropdown-content {
	padding:0px;
}
.sel-category .dropdown-content .aiz-checkbox {
    display: inline-block;
    position: relative;
	padding-left:0px;
    margin-bottom: 1px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
.custom-price {
	position:relative;
	margin-top:5px;
	margin-left:0px;
}
.dropbtn-advanced {
    background-color: transparent;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    cursor: pointer;
    width: auto;
	border:1px solid rgba(54,67,123,0.6);
}
.dropbtn-advanced:hover {
	color:#e62e04;
}
/*#search-advanced {
	display:none;
}*/
/*#search-advanced.show {
	display:block;
	padding:0.5rem 0.58rem 0rem 0.58rem;
}*/

.bottom-custom {
	border-bottom:1px solid rgba(54,67,123,0.6);
}
@media (max-width:768px){
	.lb-mobile { display:none }
	.custom-price {
		position: relative;
		margin-top: 0px;
		margin-left: 6px;
	}
	.visible-sm {
		display:none;
	}
}
.aiz-titlebar {
	background:#ffffff;
	padding:15px 15px;
}
.aiz-titlebar .alert {
	color:var(--primary) !important;
	font-size:16px;
	font-weight:400;
}