/** Shopify CDN: Minification failed

Line 4486:76 Unexpected "*"

**/
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/**
   * ----------------------------------------------------------------------------
   * FARO FONT FACE YÜKLEME BAŞLANGIÇ
   * ----------------------------------------------------------------------------
    */
  
   /* @font-face {
      font-family: 'normal';
      src: url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Regular.eot?v=1729667615');
      src: url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Regular.eot?v=1729667615?#iefix') format('embedded-opentype'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Regular.woff2?v=1729667615') format('woff2'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Regular.woff?v=1729667615') format('woff'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Regular.ttf?v=1729667615') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'bold';
      src: url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Bold.eot?v=1729667724');
      src: url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Bold.eot?v=1729667724?#iefix') format('embedded-opentype'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Bold.woff2?v=1729667724') format('woff2'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Bold.woff?v=1729667724') format('woff'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Bold.ttf?v=1729667724') format('truetype');
      font-weight: normal;
      font-style: normal;
  } */
  
  
  /**
   * ----------------------------------------------------------------------------
   * FARO FONT FACE YÜKLEME BİTİŞ
   * ----------------------------------------------------------------------------
   */



   /**
   * ----------------------------------------------------------------------------
   * SATOSHI FONT FACE YÜKLEME BAŞLANGIÇ
   * ----------------------------------------------------------------------------
 
  
    @font-face {
      font-family: 'normal';
      src: url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Regular.eot?v=1729667615');
      src: url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Regular.eot?v=1729667615?#iefix') format('embedded-opentype'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Regular.woff2?v=1729667615') format('woff2'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Regular.woff?v=1729667615') format('woff'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Regular.ttf?v=1729667615') format('truetype');
      font-weight: normal;
      font-style: normal;
  }
  
  @font-face {
      font-family: 'bold';
      src: url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Medium.eot');
      src: url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Medium.woff2') format('woff2'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Medium.woff') format('woff'),
           url('https://cdn.shopify.com/s/files/1/0508/3421/0985/files/Satoshi-Medium.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  } 
  
  
  /**
   * ----------------------------------------------------------------------------
   * SATOSHI FONT FACE YÜKLEME BİTİŞ
   * ----------------------------------------------------------------------------
   */


body {
	
	background-color: var(--erra-bg-color);
    letter-spacing: 0;
    font-family: overpass-variable, sans-serif;
    font-weight: 300;
}

.home-bg-style {
	background-color: #fff;
	background-image: url(../images/desk-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}



html{

	font-size: 15px;

    font-family: overpass-variable, sans-serif;
    font-weight: 300;
}

.pl-70 {
	padding-left: 70px;
}

ul {
	list-style: none;
}

.home-header {
	background-color: #A87E5F;
}

.person-icon {
	width: 24px;
	height: 24px;
}



.kamera-icon {
	width: 200px;
	height: 55px;
}

.not-gorsel {
	max-width: 93px;
	height: auto;
}

.kamera-button {
	background: #fff;
    border: 1px solid #b0b0b0;
    padding: 15px 10px;
    border-radius: 10px;
    transition: all .3s;
    margin-top: 5px;
    appearance: none;
}

.top-header {
	background-color: #3c362f;
	padding: 8px 0;
}

.top-header .top-header__text {
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #fff !important;
}

.top-header .top-header__text a {
	color: #fff !important;
}

.top-header .top-header__text::before {
	content: '';
	background-image: url(../images/ph_phone-call-thin.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
}

.navbar-brand {
	display: flex;

}

.navbar-brand .logo-text {
	color: var(--erra-yeni-primary-color);
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	background-color: #EEEDEB;
	border-radius: 50px;
	padding: 7px 25px;
	letter-spacing: 1.5px;
	display: inline-flex;
}

.navbar-brand .logo-text-trans {
	color: #CAB48B;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 1.5px;
	display: inline-flex;
}

.navbar-brand img {
	max-width: 250px;
}

.erra-login {
	background-color: var(--erra-primary-color);
	color: #fff !important;
	border-radius: 50px;
	outline: 0;
	border: 0;
}

.show-apartments {
	background-color: var(--erra-logo-color);
	color: #fff !important;
	border-radius: 50px;
	outline: 0;
	border: 0;
	font-size: 14px;
}

button {
	outline: 0;
	border: 0;
	background-color: transparent;
}

.erra-advantages-icon-content p {
  margin-bottom:0;
}


.content-banner {
	background-image: url(../images/bg.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content-banner img {
	max-height: 600px;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 20px;
	object-fit: cover;
}

.content-banner h1 {
	letter-spacing: -1px;
	line-height: 1.2;
}

.content-banner p {
	font-size: 16px;
}

.content-banner .content-banner-button {
	background-color: var(--erra-primary-color);
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
	font-size: 16px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 20px 50px;
	font-weight: 500;
}

.content-banner .content-banner-button::before {
	content: '';
	background-image: url(../images/letter.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 26px;
	height: 20px;
}

.evini-kirala-container {
	padding: 0 30px;
}

.evini-kirala-container.right-image img {
	min-height: 550px;
	border-bottom-right-radius: 100px;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.evini-kirala-container.left-image img {
	min-height: 550px;
	border-top-left-radius: 100px;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.evini-kirala-container.right-image div {
	border-bottom-left-radius: 100px;
}

.evini-kirala-container.left-image div {
	border-top-right-radius: 100px;
}

.kare-button::before {
	width: 24px !important;
	height: 24px !important;
	background-image: url(../images/home.svg) !important;
}


body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

.screen-darken{
	height: 100%;
	width:0%;
	z-index: 30;
	position: fixed;
	top: 0;
	right: 0;
	opacity:0;
	visibility:hidden;
	background-color: #fff;
	transition:opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active{
	z-index:100000; 
	transition:opacity .3s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.font-20 {
	font-size: 16px;
	
}

.font-16 {
	font-size: 16px;
	
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px;
}

.font-12 {
	font-size: 12px;
}

.font-11 {
	font-size: 11px;
}

.font-10 {
	font-size: 10px;
}

.green-color {
	color: var(--erra-primary-color);
}

.pets-button {
	padding: 0;
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
	font-size: 1rem;
	width: max-content;
	text-decoration: underline;
}

.foto-galeri-buton, .kat-plani-buton {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 30px;
	border-radius: 10px;
	font-size: .9rem;
	padding: 6px 16px;
	background-color: #fff;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 12px;
	border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.foto-galeri-buton + .kat-plani-buton {
	left: 200px !important;
}

.foto-galeri-buton::before {
	content:'';
	background-image: var(--bg-image);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 14px;
}



.z-index-99 {
	z-index: 99;
}

.home-icon {
	width: auto;
	height: 64px;
}

.advantage-icon {
	width: 36px;
	height: 36px;
}

.odeme-logo-paytr {
	width: 36px;
	height: 36px;
}

.content-icon {
	width: :auto;
	height: 60px;
}


.daire-info li, .daireler-liste li {
	flex: 1 0 auto;
}



.sss h3 {
	font-size: 18px !important;
}

.daire-details .job {
	font-size: 16px;
	font-weight: 500;
}

.daire-details .job::before {
	content: '';
	background-image: url(../images/workman.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-flex;
}

.daire-details .location {
	font-size: 16px;
	font-weight: 400;
}

.daire-details .location::before {
	content: '';
	background-image: url(../images/location.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	display: inline-flex;
}


.daire-option ul {
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.daire-option ul li {
	flex: 0 0 45%;
}

#optionsModal .daire-option ul li {
	flex: 0 0 100%;
}

.daire-price {
	position: -webkit-sticky;
	position: sticky;
  top: 8rem;
}

.rezervasyon-daire-bilgileri {
	border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
	background-color: #fff;
}

.daire-price-container {
	border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
	background-color: #fff;
}

.daire-price .daire-price__sale {
	background-color: rgba(168, 126, 95, .1);
	border-radius: 10px;
	color: var(--erra-primary-color);
	display: inline-flex;
}


.extra-fee {
	background-color: rgba(168, 126, 95, .1);
	border-radius: 10px;
	color: var(--erra-primary-color);
	font-size: 11px;
	padding: 5px 10px;
	border: 1px solid var(--erra-primary-color);
	
}

.all-options {
	border-radius: 10px;
	color: var(--erra-primary-color);
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid var(--erra-primary-color);
}

.modal-content .close svg {
  width: 20px;
  height: 27px;
}

#optionsModal .modal-content {
/*	max-height: 600px;
	overflow-y: auto; */
}

/*
#optionsModal .modal-body {
	margin-top: -70px;
} */

#cancelModal .modal-content {
/*	max-height: 600px; 
	overflow-y: auto;*/
}

#cancelModal .modal-body {
/*	margin-top: -70px; */
}

#cancelModal .cancel-list__item {
	list-style-type: none;
	margin: 10px 0;
}


/******** Slider Elements **********/

.slide-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	flex-direction: column;
  }
  
  .arrow {
	width: 2rem;
	margin: 0 1rem;
	cursor: pointer;
  }

  #apartments section, #references section {
	width: 100%;
	/* height: 300px; */
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	/* border: 1px solid black; */
	transition: all 0.3s;
  }
  
  #apartments section::-webkit-scrollbar, #references section::-webkit-scrollbar {
	height: 4px;
	width: 1px;
	border: 1px solid #d5d5d5;
	background: #d5d5d5;
  }
  
  #apartments section::-webkit-scrollbar-track, #references section::-webkit-scrollbar-track {
	--webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  
  #apartments section::-webkit-scrollbar-thumb, #references section::-webkit-scrollbar-thumb {
	background-color: var(--erra-logo-color);
	outline: 1px solid #eee;
	/* border-radius: 100px; */
  }
  
  #apartments section .thumbnail, #references section .thumbnail {
	flex: 0 0 auto;
	object-fit: cover;
	cursor: pointer;
	margin: 10px;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	margin-bottom: 40px;
  }

  #apartments section .thumbnail:first-child, #references section .thumbnail:first-child {
	flex: 0 0 auto;
	object-fit: cover;
	cursor: pointer;
	margin: 10px 10px 40px 0;
	overflow: hidden;
	transition: all 0.3s;
  }
  
  /*
  section .thumbnail:hover {
	transform: scale(1);
  } */

  #apartments section .thumbnail img {
	max-height: 400px;
  }

  #references section .thumbnail img {
	max-height: 150px;
  }


  #apartments section .thumbnail::before {
	content: '';
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom,transparent,black);
	z-index: 1;
  }
  
  .product-details {
	text-align: center;
	padding: 20px 30px;
    width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: left;
  }
  
  .product-details h2 {
	font-size: 2rem;
  }

  .product-details h3 {
	font-size: 1.5rem;
  }


  .product-details h2, .product-details h3 {
	color: #fff;
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
  }
  
  .product-details p {

  }
  
  .product-details p span {
	color: #fff;

	padding: 0 10px;
	border-right: 1px solid #fff;
  }

  .product-details p span:first-child {
	padding: 0 10px 0 0;
  }

  .product-details p span:last-child {
	border-right: 0;
  }
  
  .product-details a {
	font-size: 1rem;
	text-decoration: none;
	background-color: var(--color-sec);
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 3px;
  }
  
  .product-details a:hover {
	background-color: var(--color-primary);
  }
  
  .scroll-right {
	transform: translateX(250px);
  }

  .comments {
	padding: 100px 0;
  }

  .comments .col-12 {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
  }

  .daire-price__info .daire-price__info--text p:first-child {
	color: var(--erra-primary-color);
  }

  .daire-price__info .daire-price__info--date p {
	text-align: right;
  }

  .daire-price__info .daire-price__info--date p:last-child {
	color: var(--erra-logo-color);
  }

  .reservation-button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	background-color: var(--erra-logo-color);
	color: #fff;
    font-size: 1rem;
    padding: 12px 20px;
    border: 1px solid var(--erra-logo-color);
  }
	
  .reservation-button-text {
	border-radius: 50px;
	border: 2px solid var(--erra-primary-color);

	text-align: center;
  }



  .erraacademy img {
	  max-height: 450px;
	  width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 50px;
  }

  .daire-price__info--warning {
	font-size: 13px;
	color: var(--erra-dark-gray-color);
	background-color: var(--erra-light-gray-color);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	border-radius: 10px;
	gap: 10px;
  }

  .daire-price__info--warning::before {
	content: '';
	background-image: url(../images/solar_info-circle-broken.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 48px;
	height: 48px;
  }


  


/*
  =========================================================================================
                                    Social Icons
  =========================================================================================
  */
  
	
  .round-btn {display: inline;float: left;}
  .round-btn a {display: block !important;padding: 7px 12px;font-size: 18px;border-radius: 50%;}
  .round-btn .icon {padding: 3px;}
  .round-btn .icon img{height: 24px; width: 32px;margin-top: 6px;}
  .standard_social_links {
	display: flex;
	gap:10px;
  }
  
	/*
	=========================================================================================
									  footer
	=========================================================================================
	*/

footer {
	margin-top: 50px;
    border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
    background: #fff;
}
	
	.footer-wrap {
	  padding-top: 43px;
	  background-size: cover;
  }
  
  .footer-wrap h3 {
	  font-size: 16px;
	  margin-bottom: 25px;
  }
  
  .footer-wrap p {
	  font-size: 14px;
	  margin-top: 15px;
  }
  
  .footer-wrap p a {
	  text-decoration: underline;
	  font-style: italic;
  }
  
  .footer-wrap p a:hover {
	  text-decoration: none;
  }

  .footer-links {
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  
  .footer-links li a {
	  font-size: 14px;
	  text-decoration: none;
  }
  
  .footer-category {
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  
  .footer-category li a {
	  font-size: 14px;
	  text-decoration: none;
  }

  
  .address {
	  
	  font-size: 14px;
	  position: relative;
	  padding-left: 30px;
	  line-height: 30px;
  }
  
  .address:before {
	  content: "\f277";
	  font-family: 'FontAwesome';
	  position: absolute;
	  top: 0;
	  left: 0;
  }
  
  .info a {
   
	  font-size: 14px;
	  line-height: 30px;
	  font-weight: normal;
  }
  
  .fa-phone:before {
	  content: "\f095";
  }
  
  .info a {
  
	  font-size: 14px;
	  line-height: 30px;
	  font-weight: normal;
  }
  
  .fa-fax:before {
	  content: "\f1ac";
  }
  
  .copyright {
	  border-top: 1px solid #111;
	  font-size: 14px;
	  padding-top: 15px;
	  text-align: center;
	  padding-bottom: 15px;
	  background: #222;
  }

  footer .first_class {
	  padding-bottom: 21px;
	  border-bottom: 1px solid #444;
  }
  footer .first_class p, footer .first_class h3{
	  margin: 0 0;
	  
  }

  
  footer .newsletter input[type="email"] {
	  width: 100%;
	  background: #fff;
	  color: #303030;
	  border: 1px solid var(--erra-light-gray-color);
	  padding: 14px 20px;
	  border-radius: 50px;
	  margin-top: 12px;
	  font-size: 14px;
  }

  footer .newsletter {
	position: relative;
  }
  
  .newsletter .newsletter_submit_btn {
	  background: #fff;
	  position: absolute;
	  right: 20px;
	  border: 0;
	  top: 22px;
	  font-size: 17px;
	  color: #333;
  }


  .newslatter-icon {
	width: 40px;
	  height: 21px;
  }
  
  footer .btn-envelop a {
	  color: #D6403A;
	  font-size: 15px;
	  padding: 12px 12px;
  }

	  
  footer dl, ol, ul {
	  padding-left: 0;
  }
	  footer li{
		  list-style: none;
	  }
  
/********* Modal *********/


.intro{
	background: #fff;
	padding: 60px 30px;
	color: #333;
	margin-bottom: 15px;
	line-height: 1.5;
	text-align: center;
 }
 .intro h1 {
	font-size: 18pt;
	padding-bottom: 15px;
 
 }
 .intro p{
	font-size: 14px;
 }
 
 .action{
	text-align: center;
	display: block;
	margin-top: 20px;
 }
 
 .github:before{content: "\f09b"}
 .down:before{content: "\f019"}
 .back:before{content:"\f112"}
 .credit{
	 background: #fff;
	 padding: 12px;
	 font-size: 9pt;
	 text-align: center;
	 color: #333;
	 margin-top: 40px;
 
 }
 .credit span:before{
	font-family: FontAwesome;
	color: #e41b17;
	content: "\f004";
 
 
 }
 .credit a{
	color: #333;
	text-decoration: none;
 }
 .credit a:hover{
	color: #1DBF73; 
 }
 .credit a:hover:after{
	 font-family: FontAwesome;
	 content: "\f08e";
	 font-size: 9pt;
	 position: absolute;
	 margin: 3px;
 }

 
 article li{
	color: #444;
	font-size: 15px;
	margin-left: 33px;
	line-height: 1.5;
	padding: 5px;
 }
 article h1,
 article h2,
 article h3,
 article h4,
 article p{
	padding: 14px;
	color: #333;
 }
 article p{
	font-size: 15px;
	 line-height: 1.5;
 }
  
 /*
 @media only screen and (min-width: 720px){
	 main{
	   max-width: 720px;
	   margin-left: auto;
	   margin-right: auto; 
	   padding: 24px;
	 }
 } */
 
 .set-overlayer,
 .set-glass,
 .set-sticky {
	 cursor: pointer;
	 height: 45px;
	 line-height: 45px;
	 padding: 0 15px;
	 color: #333;
	 font-size: 16px;
 }
 .set-overlayer:after,
 .set-glass:after,
 .to-active:after,
 .set-sticky:after {
	 font-family: FontAwesome;
	 font-size: 18pt;
	 position: relative;
	 float: right;
 }
 .set-overlayer:after,
 .set-glass:after,
 .set-sticky:after {
	 content: "\f204";
	 transition: .6s;
 }
 
 .to-active:after {
	 content: "\f205";
	 color: #008080;
	 transition: .6s;
 }
 .set-overlayer,
 .set-glass,
 .set-sticky,
 .source,
 .theme-tray {
	 margin: 10px;
	 background: #f2f2f2;
	 border-radius: 5px;
	 border: 2px solid #f1f1f1;
	 box-sizing: border-box;
 }
 /* Syntax Highlighter*/
 
 pre.prettyprint {
	 padding: 15px !important;
	margin: 10px;
	 border: 0 !important;
   background: #f2f2f2;
   overflow: auto;
 }
 
 .source {
	 white-space: pre;
	 overflow: auto;
	 max-height: 400px;
 }
 code{
	 border:1px solid #ddd;
	 padding: 2px;
	 border-radius: 2px;
 }

 .modal.show .modal-dialog {
	-webkit-transform: translate(0,0);
    transform: translate(0,0);
 }

 .modal-open .modal {
	overflow-y: hidden;
 }

 .modal-content {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--erra-bg-color);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);

    outline: 0;

	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);

	overflow: hidden !important;
	height: 100vh;
 }

 .modal-header {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
 }

 .close:not(:disabled):not(.disabled) {
	cursor: pointer;
 }

 .modal-header .close {
	padding: .5rem;
	margin-left: auto;
  /*  margin: -1rem -1rem -1rem auto; */
 } 
 #photoModal .modal-header .close {
	padding: .5rem;
	margin-left: 0;
	font-size: 14px;
	font-weight: 400;    
	display: flex;
    align-items: center;
  /*  margin: -1rem -1rem -1rem auto; */
 } 

 button.close {
	padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
 }

 .close {
	float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
 }

 .modal-body {
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
	overflow-y: auto;
	height: max-content;
 }

 .form-group {
	margin-bottom: 1rem;
 }

 .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
 }

 [type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button;
 }

 .btn-block {
	display: block;
    width: 100%;
 }

.reservationCalendar .modal-body #result-4 {
	margin-bottom: 10px !important;
	font-size: .9rem !important;
	display: none !important;
}

 .reservationCalendar .lightpick {
	box-shadow: none;
 }

 .reservationCalendar .lightpick__months {
	background-color: #fff;
 }



 .reservationCalendar .lightpick__months {
	background-color: var(--erra-bg-color) !important;
 }

 .lightpick__month {
	background-color: var(--erra-bg-color) !important;
	padding: 0 !important;
	color: var(--erra-primary-color) !important;

	width: 100% !important;
 }

 .lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped {
	border-radius: 50px !important;
 }

 .lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
	border-radius: 50px !important;
 }

 .lightpick__month-title-bar {
	margin-bottom: 0 !important;
	padding: 10px 0 !important;
 }

 .lightpick__month-title {
	display: flex !important;
    margin: 0 !important;
    width: 100% !important;
 }

 .lightpick {
	padding: 0 !important;
	border-radius: 0 !important;
	background-color: var(--erra-bg-color) !important;
	margin-top: 10px !important;
 }

 .lightpick__day-of-the-week {
	font-weight: normal !important;
	font-size: .8rem !important;
	padding: 15px 10px !important;
 }

 .lightpick__day {
	font-size: .8rem !important;
	padding: 12px !important;
	height: inherit !important;
 }

 .lightpick__month-title {
	font-size: 1rem !important;
	height: inherit !important;
 }

 .lightpick__day.is-start-date, .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover {
	font-family: overpass-variable, sans-serif !important;
    font-weight: 500 !important;
 }

 .lightpick__month-title > .lightpick__select-months {
	font-family: overpass-variable, sans-serif !important;
    font-weight: 500 !important;
	color:var(--erra-primary-color) !important;
	width: max-content !important;
	margin-left: 10px !important;
 }

 .lightpick__month-title, .lightpick__select .lightpick__select-years {
	color:var(--erra-primary-color) !important;
 }

.lightpick__select-years {
	color:var(--erra-primary-color) !important;
 }

 .lightpick__previous-action, .lightpick__next-action, .lightpick__close-action {
	color:var(--erra-primary-color) !important;
	height: 40px !important;
	width: 40px !important;
 }

 .lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
	background-color: var(--erra-primary-color) !important;
 }

 .lightpick__day.is-start-date.is-in-range {
	background-color: var(--erra-primary-color) !important;
 }

 .lightpick__day.is-start-date, .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%233c362f' cx='16' cy='16' r='16'/%3E%3C/svg%3E") !important;
 }
 
 .lightpick__months {
	grid-gap: 60px !important;
	
 }

 .lightpick--2-columns .lightpick__months {
	justify-content: center;
/*	min-height: 380px; */
 }

 .date-list:not(.splide__list) {
	display: flex;
	gap: 15px;
 }

 .date-list .date-list__item {
	border: 2px solid var(--erra-primary-color);
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
 }

 .date-list .date-list__item p:first-child {
	background-color: rgba(168, 126, 95, .1);
 }




  .modal-dialog {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	min-height: inherit !important;
    margin: 0 auto;
    height: 90vh;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) !important;
  }

  .modal-dialog .modal-content {
	padding: 1rem;
  }



 


  
  
  .form-title {
	margin: -2rem 0rem 2rem;
  }
  
  .btn-round {
	border-radius: 3rem;
  }
  
  .delimiter {
	padding: 1rem;
  }
  
  .social-buttons .btn {
	margin: 0 0.5rem 1rem;
  }
  
  .signup-section {
	padding: 0.3rem 0rem;
  }




  /******** Accordion *********/

  .accordion {
	cursor: pointer;
	padding: 1.5rem 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	transition: all 0.4s;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--erra-primary-color);
  }

  .accordion p {
	margin-bottom: 0 !important;
	color: var(--erra-primary-color);
	font-size: 1.1rem;
	max-width: 90%;
    font-weight: 500;
  }
  
  .active,
  .accordion:hover {

  }
  
  .accordion::after {
	content:'';
	background-image: url('../assets/bottom-arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 30px;
	transition: transform 0.3s ease;
  }
  .accordion.active::after {
	transform: rotate(180deg);
  }
  
  /*
  .active::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f068";
	color: var(--erra-primary-color);
  }
  */
  
  .desc {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease;
  }

  .desc p {
	padding: 1.5rem 0;
	margin-bottom: 0;
	font-size: 1rem;
  }


/******** Banner Slide *********/

.bx-wrapper {
	border: 0 !important;
	box-shadow: none !important;
	background: none !important;
}

.bx-wrapper img {
	width: 100% !important;
	object-fit: cover !important;
	max-height: 600px;
}


.select-box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	color: #60666d;
  }

  .select-box .filter-content {
	width: max-content;
	background-color: #fff;
	padding: 20px;
  }

  .select-box .lightpick {
	box-shadow: none;
  }
 /* @media (min-width: 768px) {
	.select-box {
	  width: 70%;
	}
  }
  @media (min-width: 992px) {
	.select-box {
	  width: 50%;
	}
  }
  @media (min-width: 1200px) {
	.select-box {
	  width: 30%;
	}
  } */
  .select-box__current {
	position: relative;
	box-shadow: 0 15px 10px -15px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	outline: none;
  }
  
  
  .select-box__current:focus + .select-box__list,
  .select-box__list:hover {
	opacity: 1;
	-webkit-animation-name: none;
			animation-name: none;
  }
  .select-box__current:focus + .select-box__list .select-box__option {
	cursor: pointer;
  }
  .select-box__current:focus .select-box__icon {
	transform: translateY(-50%) rotate(180deg);
  }
  .select-box__icon {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	width: 12px;
	opacity: 0.3;
	transition: 0.2s ease;
  }
  .select-box__value {
	display: flex;
  }
  .select-box__input {
	display: none;
  }
  .select-box__input:checked + .select-box__input-text {
	display: block;
  }
  .select-box__input-text {
	display: none; 
	width: 100%;
	margin: 0;
	padding: 15px;
	background-color: #fff;
	font-size: 14px;
  }

  .select-box__input-text_open {
	display: block; 
	width: 100%;
	margin: 0;
	padding: 15px;
	background-color: #fff;
	font-size: 14px;
  }
  .select-box__list {
	position: absolute;
/*	width: 100%; */
	width: max-content;
	min-width: 250px;
	padding: 0;
	list-style: none;
	opacity: 0;
	-webkit-animation-name: HideList;
			animation-name: HideList;
	-webkit-animation-duration: 0.5s;
			animation-duration: 0.5s;
	-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
	-webkit-animation-timing-function: step-start;
			animation-timing-function: step-start;
	box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  }
  .select-box__option {
	display: block;
	padding: 15px;
	background-color: #fff;
	font-size: 14px;
  }
  .select-box__option:hover, .select-box__option:focus {
	
  }
  
  @-webkit-keyframes HideList {
	from {
	  transform: scaleY(1);
	}
	to {
	  transform: scaleY(0);
	}
  }
  
  @keyframes HideList {
	from {
	  transform: scaleY(1);
	}
	to {
	  transform: scaleY(0);
	}
  }

  .daireler-ilce {
	width: 100%;

  }

.ilce-container {
	display: flex;
	cursor: pointer;
	font-size: 1.1rem;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	flex: 0 0 45%;
	align-items: center;
	gap: 15px;
	position: relative;
  }

  /* Hide the browser's default checkbox */
.ilce-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: relative;
	height: 24px;
	width: 24px;
	min-width: 24px;
	border-radius: 5px;
	background-color: #fff;
    border: 1px solid #B0B0B0;

  }
  
  /* On mouse-over, add a grey background color */
  .ilce-container:hover input ~ .checkmark {
	border: 1px solid var(--erra-primary-color);
  }
  
  /* When the checkbox is checked, add a blue background */
  .ilce-container input:checked ~ .checkmark {
	background-color: var(--erra-primary-color);
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .ilce-container input:checked ~ .checkmark:after {
	display: block;
  }
  
  /* Style the checkmark/indicator */
  .ilce-container .checkmark:after {
	left: 8px;
	top: 4px;
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
  }

  .rez-time, .rez-person {
	flex: 0 0 100%;
	width: 100%;
  }


/*  .rez-person svg > path {
	fill: var(--erra-primary-color);
	color: #fff;
} */
.rez-person label {
	user-select: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.rez-person .custom-number-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 10px;
}

.rez-person .counter-input-group {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    flex: 0 0 35%;
    max-width: 35%;
}
.rez-person .button {
	display: inline-block;
	padding: 0.5rem;
    border: 1px solid #ddd;
	border-radius: 100%;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: 0.5s;
}
.rez-person .button svg {
	width: 1rem;
	height: 1rem;
	pointer-events: none;
}
.rez-person .button:hover {
	border: 1px solid var(--erra-primary-color);
}
.rez-person input[type="number"] {
	text-align: center;
	height: inherit;
	width: 100%;
	border: none;
	outline: none;
	color: var(--erra-primary-color);
}
.rez-person input[type="number"]::-webkit-outer-spin-button,
.rez-person input[type="number"]::-webkit-inner-spin-button
 {
	-webkit-appearance: none;
	appearance: none;
}
.rez-person input[type="number"]::-moz-inner-spin-button,
.rez-person input[type="number"]::-moz-outer-spin-button {
	-moz-appearance: none;
	appearance: none;
}
.rez-person input[type="number"]::-ms-inner-spin-button,
.rez-person input[type="number"]::-ms-outer-spin-button {
	-ms-appearance: none;
	appearance: none;
}


.credit-card-content .form-container .field-container:first-of-type {
	grid-area: name;
  }
  
  .credit-card-content .form-container .field-container:nth-of-type(2) {
	grid-area: number;
  }
  
  .credit-card-content .form-container .field-container:nth-of-type(3) {
	grid-area: expiration;
  }
  
  .credit-card-content .form-container .field-container:nth-of-type(4) {
	grid-area: security;
  }
  
  .credit-card-content .field-container input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  .credit-card-content .field-container {
	position: relative;
  }
  
  .credit-card-content .form-container {
	display: grid;
	grid-column-gap: 10px;
	grid-template-columns: auto auto;
	grid-template-rows: 70px 70px 70px;
	grid-template-areas: "name name" "number number" "expiration security";
	max-width: 450px;
	padding: 0;
	color: var(--erra-primary-color);
  }
  
  .credit-card-content label {
	padding-bottom: 5px;
	font-size: 13px;
  }
  
 /* .credit-card-content input {
	margin-top: 3px;
	padding: 15px;
	font-size: 16px;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
  } */
  
  .credit-card-content .ccicon {
	height: 38px;
	position: absolute;
	right: 6px;
	top: calc(50% - 17px);
	width: 60px;
  }
  
  /* CREDIT CARD IMAGE STYLING */
  .credit-card-content .preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
  }
  
  .credit-card-content .container {
	width: 100%;
	max-width: 400px;
	max-height: 251px;
	height: 54vw;
	padding: 0;
	margin-left: 0;
  }
  
  .credit-card-content #ccsingle {
	position: absolute;
	right: 15px;
	top: 20px;
  }
  
  .credit-card-content #ccsingle svg {
	width: 100px;
	max-height: 60px;
  }
  
  .credit-card-content .creditcard svg#cardfront,
  .credit-card-content .creditcard svg#cardback {
	width: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 6px;
	border-radius: 22px;
  }
  
  .credit-card-content #generatecard {
	cursor: pointer;
	float: right;
	font-size: 12px;
	color: #fff;
	padding: 2px 4px;
	background-color: #909090;
	border-radius: 4px;
	cursor: pointer;
	float: right;

	opacity: 0;
  }
  
  /* CHANGEABLE CARD ELEMENTS */
  .credit-card-content .creditcard .lightcolor,
  .credit-card-content .creditcard .darkcolor {
	-webkit-transition: fill 0.5s;
	transition: fill 0.5s;
  }
  
  .credit-card-content .creditcard .lightblue {
	fill: #03a9f4;
  }
  
  .credit-card-content .creditcard .lightbluedark {
	fill: #0288d1;
  }
  
  .credit-card-content .creditcard .red {
	fill: #ef5350;
  }
  
  .credit-card-content .creditcard .reddark {
	fill: #d32f2f;
  }
  
  .credit-card-content .creditcard .purple {
	fill: #ab47bc;
  }
  
  .credit-card-content .creditcard .purpledark {
	fill: #7b1fa2;
  }
  
  .credit-card-content .creditcard .cyan {
	fill: #26c6da;
  }
  
  .credit-card-content .creditcard .cyandark {
	fill: #0097a7;
  }
  
  .credit-card-content .creditcard .green {
	fill: #66bb6a;
  }
  
  .credit-card-content .creditcard .greendark {
	fill: #388e3c;
  }
  
  .credit-card-content .creditcard .lime {
	fill: #d4e157;
  }
  
  .credit-card-content .creditcard .limedark {
	fill: #afb42b;
  }
  
  .credit-card-content .creditcard .yellow {
	fill: #ffeb3b;
  }
  
  .credit-card-content .creditcard .yellowdark {
	fill: #f9a825;
  }
  
  .credit-card-content .creditcard .orange {
	fill: #ff9800;
  }
  
  .credit-card-content .creditcard .orangedark {
	fill: #ef6c00;
  }
  
  .credit-card-content .creditcard .grey {
	fill: #bdbdbd;
  }
  
  .credit-card-content .creditcard .greydark {
	fill: #616161;
  }
  
  /* FRONT OF CARD */
  .credit-card-content #svgname {
	text-transform: uppercase;
  }
  
  .credit-card-content #cardfront .st2 {
	fill: #ffffff;
  }
  
  .credit-card-content #cardfront .st3 {
	font-family: "Source Code Pro", monospace;
	font-weight: 600;
  }
  
  .credit-card-content #cardfront .st4 {
	font-size: 54.7817px;
  }
  
  .credit-card-content #cardfront .st5 {
	font-family: "Source Code Pro", monospace;
	font-weight: 400;
  }
  
  .credit-card-content #cardfront .st6 {
	font-size: 33.1112px;
  }
  
  .credit-card-content #cardfront .st7 {
	opacity: 0.6;
	fill: #ffffff;
  }
  
  .credit-card-content #cardfront .st8 {
	font-size: 22px;
  }
  
  .credit-card-content #cardfront .st9 {
	font-size: 36.5498px;
  }
  
  .credit-card-content #cardfront .st10 {
	font-family: "Source Code Pro", monospace;
	font-weight: 300;
  }
  
  .credit-card-content #cardfront .st11 {
	font-size: 16.1716px;
  }
  
  .credit-card-content #cardfront .st12 {
	fill: #4c4c4c;
  }
  
  /* BACK OF CARD */
  .credit-card-content #cardback .st0 {
	fill: none;
	stroke: #0f0f0f;
	stroke-miterlimit: 10;
  }
  
  .credit-card-content #cardback .st2 {
	fill: #111111;
  }
  
  .credit-card-content #cardback .st3 {
	fill: #f2f2f2;
  }
  
  .credit-card-content #cardback .st4 {
	fill: #d8d2db;
  }
  
  .credit-card-content #cardback .st5 {
	fill: #c4c4c4;
  }
  
  .credit-card-content #cardback .st6 {
	font-family: "Source Code Pro", monospace;
	font-weight: 400;
  }
  
  .credit-card-content #cardback .st7 {
	font-size: 27px;
  }
  
  .credit-card-content #cardback .st8 {
	opacity: 0.6;
  }
  
  .credit-card-content #cardback .st9 {
	fill: #ffffff;
  }
  
  .credit-card-content #cardback .st10 {
	font-size: 24px;
  }
  
  .credit-card-content #cardback .st11 {
	fill: #eaeaea;
  }
  
  .credit-card-content #cardback .st12 {
	font-family: "Rock Salt", cursive;
  }
  
  .credit-card-content #cardback .st13 {
	font-size: 37.769px;
  }
  
  /* FLIP ANIMATION */
  .credit-card-content .container {
	perspective: 1000px;
  }
  
  .credit-card-content .creditcard {
	width: 100%;
	max-width: 400px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: -webkit-transform 0.6s;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
	cursor: pointer;
  }
  
  .credit-card-content .creditcard .front,
  .credit-card-content .creditcard .back {
	position: absolute;
	width: 100%;
	max-width: 320px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	color: #47525d;
  }
  
  .credit-card-content .creditcard .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);

	top: -20px;
  }
  
  .credit-card-content .creditcard.flipped {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
  }


  .wrapper {
	display: flex;
	flex-direction: column;
  }
  
 
  .time-radio-filter {
	border-color: var(--erra-primary-color) !important;
    border-width: 1px !important;
    border-style: solid;
    color: var(--erra-primary-color);
    appearance: none;
    background: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid var(--erra-primary-color);
    border-radius: 100%;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
	cursor: pointer;
  }

  .time-radio-filter:checked[type=radio] {
	border-width: 7px !important;
  }

  .rez-time ul label:not(:last-child) {
	border-bottom: 1px solid #ddd;
  }
  

  .rez-time label {
	cursor: pointer;
  }

  
  .wrapper .price-input {
	display: flex;
	width: 100%;

  }
  
  .wrapper .price-input .field {
	display: flex;
	width: 100%;
	height: 45px;
	align-items: center;
  }
  
  .price-input input {
	width: 100%;
	height: 100%;
	outline: none;
	border: 1px solid #999;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	margin-left: 12px;
  }
  
  .price-input input::-webkit-outer-spin-button,
  .price-input input::-webkit-inner-spin-button {
	display: none;
  }
  
  .wrapper .seperator {
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
  }
  
  .wrapper .slider {
	height: 5px;
	position: relative;
	background-color: #ddd;
	border-radius: 5px;
  }
  
  .wrapper .progress {
	position: absolute;
	height: 100%;
	left: 5%;
	right: 65%;
	background-color: var(--erra-primary-color);
	border-radius: 5px;
  }
  
  .wrapper .range-input {
	position: relative;
  }
  
  .wrapper .range-input input {
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	left: 0;
	pointer-events: none;
	background: none;
	appearance: none;
	accent-color: var(--erra-primary-color);
  }
  
  .wrapper .range-input input::-webkit-slider-thumb {
	height: 15px;
	width: 15px;
	background-color: var(--erra-primary-color);
	border-radius: 50%;
	pointer-events: auto;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  }

  .save-button {
	color: #60666d;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid transparent;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
  }

  .save-button::before {
	content: '';
	background-image: url(../images/ph_bell-ringing-light.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
  }

  .daireler-harita {
	height: 100vh;
	position: fixed;
	overflow-y: hidden;
  }

  #rezervasyon-back {
	padding: 20px 0;
	transition: all .2s;
	}

  #daireler-filtre {

  }

  #daireler-filtre .row {
	position: relative;
	z-index: 10000;
	}


  .filtre-sticky {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: var(--erra-bg-color);
    padding: 15px 20px;
	max-width: inherit;
	box-shadow:4px 4px 20px rgba(0, 0, 0, 0.2);
	transition: all .2s;
  }

  .foto-galeri-sticky {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 90;
    background: var(--erra-bg-color);
    padding: 15px 20px;
	max-width: inherit;
/*	box-shadow:4px 4px 20px rgba(0, 0, 0, 0.2); */
	transition: all .2s;
  }

  .rezervasyon-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    background: var(--erra-bg-color);
	max-width: inherit;
/*	box-shadow:4px 4px 20px rgba(0, 0, 0, 0.2); */
	transition: all .2s;
  }

  .harita-sticky {
    position: fixed !important;
    top: 100px;
    right: 0;
  }

  .daireler-liste ul img {
	width: 20px;
	height: 20px;
  }

  .daireler-liste .daire-item {
	padding: 10px;
	background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 1px rgba(39,54,86,.1), 0 1px 6px rgba(39,54,86,.2);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all .3s ease;
	border: 2px solid transparent;
  }

  .rezervasyon-content {
	margin-top: 150px;
  }

  

  /*

  .daireler-liste .daire-item:hover {
	border: 2px solid var(--erra-primary-color);
  } */

  .daireler-liste .bx-wrapper {
	margin-bottom: 0;
  }

  .daireler-liste .bx-wrapper .bx-pager {
	bottom: 10px;
  }

  .daireler-liste .daire-item .daire-etiket-fiyat {
	background-color: var(--erra-primary-color);
	z-index: 2;
	font-size: 13px;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;

  }

  .daireler-liste .daire-price__info {
	background-color: rgba(168, 126, 95, .1);
	border-radius: 10px;
	padding: 10px;
	border-radius: 6px;

	}

	.daireler-liste .daire-price__info--date p {
		font-size: .8rem;
	}

	.daireler-liste .daire-price__info--date .date-p {
		font-size: 1rem;
	}

  .daireler-liste .daire-item .daire-etiket-fiyat__line, .daire-price__info .daire-etiket-fiyat__line, .daire-price__cart .daire-etiket-fiyat__line {
	font-size: 12px;
/*	text-decoration: line-through; */
	line-height: 1;
	text-align: right;
	color: var(--erra-logo-color);
  }

  .daireler-liste .daire-item .daire-etiket-fiyat__net, .daire-price__info .daire-etiket-fiyat__net, .daire-price__cart .daire-etiket-fiyat__net {
	font-size: 1.4rem;

	line-height: 1;
	color: var(--erra-primary-color);
  }

  .daireler-liste .daire-item .daire-etiket-fiyat__time, .daire-price__info .daire-etiket-fiyat__time, .daire-price__cart .daire-etiket-fiyat__time {
	font-size: 12px;
	line-height: 1;
  }

  .daire-etiket-fiyat__time {
	margin-left: 5px;
  }

  /*
  .daireler-liste .daire-etiket-fiyat__price::before {
	content: '';
	background-image: url(../images/info-icon.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
  }
  */

  .daire-price__info .daire-etiket-fiyat__net {
		font-size: 1.4rem;
		font-weight: 500;
  }

 .pets-module .qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    line-height: 26px;
    padding: 0 2px
    ;min-width: 35px;
    text-align: center;
}
.pets-module .qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    }
	.pets-module .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}
.pets-module .minus:hover{
    background-color: #717fe0 !important;
}
.pets-module .plus:hover{
    background-color: #717fe0 !important;
}
/*Prevent text selection*/
.pets-module span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.pets-module input{  
    border: 0;
    width: 2%;
}
.pets-module input::-webkit-outer-spin-button,
.pets-module input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.pets-module input:disabled{
    background-color:white;
}
         
.text-right {
	text-align: right !important;
}



  .more-options .select-box__list {
	max-height: 400px;
	overflow-y: auto;
  }

  .view-apartment {
	color: var(--erra-primary-color);
	font-size: 14px;
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
	text-transform: uppercase;
	margin: 10px 0;
	width: max-content;
	border-radius: 50px;
	padding: 5px 30px;
	display: flex;
	align-items: center;
	gap: 10px;
	border: .5px solid var(--erra-primary-color);
  }

  .view-apartment:hover {
	color: #fff;
	background-color: #f87966;
  }

  .view-apartment::after {
	content: '';
	background-image: url(../images/right22.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 10px;
	height: 10px;
  }

  
  .info-wrap {
	
}
	.info-wrap h3 {
	 }
	.info-wrap .dbox {
	  width: 100%;
	 
	  margin-bottom: 10px; }
	  .info-wrap .dbox:last-child {
		margin-bottom: 0; }
	  .info-wrap .dbox p {
		margin-bottom: 0; }
		.info-wrap .dbox p span {
		  font-weight: 500;
		   }
		.info-wrap .dbox p a {
		   }
	  .info-wrap .dbox .icon {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		border: 2px solid rgba(255, 255, 255, 0.2); }
		.info-wrap .dbox .icon span {
		  font-size: 20px;
		  color: #A87E5F;
		   }
	  .info-wrap .dbox .text {
		width: calc(100% - 50px); }

#contactForm .form-control, #contactForm .form-select {
	border-radius: 5px;
	padding: 1rem 1rem !important;
}

.grid-banner-container {
	border-radius: 45px;
    box-shadow: 0 2px 1px rgba(39,54,86,.1), 0 1px 6px rgba(39,54,86,.2);
    width: 100%;
	margin-bottom: 50px;
    background-color: var(--erra-yeni-bg-gray-color);
}

.new-home-banner-container {
	border-radius: 90px;
	box-shadow: 0 2px 1px rgba(39,54,86,.1), 0 1px 6px rgba(39,54,86,.2);
	width: 100%;
	margin: 0 auto;
	background-color: var(--erra-yeni-bg-gray-color);
	position: relative;
}

.new-home-banner__button {
	font-size: 1rem;
	border: 1px solid var(--erra-primary-color);
	border-radius: 50px;
	width: max-content;
	text-decoration: none;
	padding: 1rem 2rem;
	transition: all .2s;
}

.new-home-banner__button:hover {
	background-color: var(--erra-primary-color);
	color: #fff;
}


.new-home-banner-container .home-banner__content h2 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 6px;
	line-height: 1.6;
}

.new-home-banner-container .home-banner__content h3 {
	font-size: 24px;
	letter-spacing: 4px !important;
	font-weight: 500 ;
	font-style: italic !important;
}

.new-home-banner-container .home-banner__content h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 3px !important;
}

.new-home-banner-container .home-banner__content p {
	font-size: 14px;
	letter-spacing: 1.5px !important;
}




.new-small-banner-container .home-banner__content h2 {
	font-size: 24px;
	font-weight: 600 ;
	letter-spacing: 2px !important;
	line-height: 1.6;
	text-align: center;
}

.new-small-banner-container .home-banner__content h3 {
	font-size: 30px;
	letter-spacing: 6px !important;
	font-weight: 400 ;
	font-style: italic !important;
}

.new-small-banner-container .home-banner__content h4 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px !important;
	text-align: center;
	line-height: 1.6;
}

.new-small-banner-container .home-banner__content p {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1.5px !important;
	text-align: center;
}

.new-home-banner-container .home-banner__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
}

.new-home-banner-container .home-banner__svg-img {
	max-width: 65px;
}



.grid-system h2 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 3px !important;
	line-height: 1.8;
}

.grid-system h4 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1.5px !important;
	line-height: 1.5;
}

.grid-banner-img {
	width: 100%;
	object-fit: cover;
}

.bottom-radius {
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.top-radius {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

.full-radius {
	border-radius: 30px;
}


.example-grid .column, .example-grid .columns {
    margin-bottom: 15px;
}

.example-grid .column, .example-grid .columns {
    border-radius: 4px;
    font-size: 1rem;
    padding: 10px 0 10px 0;
    letter-spacing: 0.1rem;
}
    
.hero-banner-container {
	position: relative;
	padding: 0;
	margin: 0;
}

.hero-banner-container .hero-banner-content {
	position: absolute;
	top: 50%;
	left: 35%;
	transform: translate(-35%, -50%);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 2;
}

.hero-banner-container .hero-banner-content h1 {
	text-shadow: rgba(0, 0, 0, 0.3) 0px 6px 16px;
}

.hero-banner-container .hero-banner-content p {
	max-width: 40%;
	text-shadow: rgba(0, 0, 0, 0.3) 0px 6px 16px;
}

.hero-banner-container .hero-banner-container-img {
	width: 100%;
	min-height: 70vh;
	max-height: 70vh;
	object-fit: cover;
	filter: brightness(0.9);
}

.hero-banner-button {
	background-color: var(--erra-bg-color);
    color: var(--erra-primary-color);
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    padding: 1rem 3rem;
	transition: all .2s;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 16px;
}

.hero-banner-button:hover {
	background-color: var(--erra-logo-color);
	color: #fff;
}

.owl-carousel .owl-dots {
	margin-top: 2rem !important;
}

.owl-carousel .owl-nav {
    align-items: center;
    justify-content: center;
	margin-top: 2.5rem !important;
	gap: .5rem !important;
	display: none !important;
}


.owl-carousel .owl-nav button {
	display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff !important;
    border-radius: 100% !important;
    background-color: var(--erra-primary-color) !important;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    transform-origin: center;
    transition: all ease .25s;
	cursor: pointer;
}

.owl-carousel .owl-nav button:hover {
	scale: 1.2;
}

.owl-carousel .owl-nav button span {
	font-size: 1.5rem;
    
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin: 0;
    margin-top: -3px;
}

.daire-fotolari .owl-carousel .owl-nav {
	display: none !important;
}

.daire-fotolari .owl-carousel .owl-dots {
	margin-top: 10px !important;
}

.one-cikan-daireler .owl-carousel .owl-item img {
	border-radius: 1rem;
}

.one-cikan-daireler .one-cikan-daireler-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  /*  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12); */
    padding: 16px;
    border-radius: 1rem;
	gap: 1rem;
    text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	transition: all .3s;
}

.one-cikan-daireler .one-cikan-daireler-item:hover {
/*	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.3);
	scale: 1.03; */
	border: 1px solid var(--erra-dark-gray-color);
}

.one-cikan-daireler .owl-carousel .owl-stage {
	padding-left: 0 !important;
}

.one-cikan-daireler .home-owl-img {
	width: 20px;
	height: 20px;
}


.one-cikan-daireler .one-cikan-daireler-item .daire-info span {
	font-size: .9rem;
}

button:has(.hamburger-icon) {
	padding: 0;
} 

.hamburger-icon {
	width: 28px;
	height: 28px;
}

.text-underline {
	text-decoration: underline !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}


.font-semibold {
	font-weight: 600 !important;
}


.daireler-liste.favoriler .daire-item {
	width: 31%;
  }

  .daire-info img {
	  max-width: 24px;
  }







.daire-fav-icon {
	background-image: url(../images/carbon_favorite.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}

.daire-fav-icon:focus {
	background-image: url(../images/carbon_favorite-filled.svg);
}

.daire-fav-icon.aktif {
	background-image: url(../images/carbon_favorite-filled.svg);
}

.daire-fav-icon.aktif:focus {
	background-image: url(../images/carbon_favorite.svg);
}









/********* YENİ KODLAR   ******/

.bx-wrapper .bx-controls-direction a {
	z-index: 9 !important;
}

.owl-theme .owl-dots .owl-dot span {
	width: 6px !important;
	height: 6px !important;
}

.daire-option img {
	height: 28px !important;
	width: 28px !important;
}

.daire-option ul li span {
	font-size: 1.1rem;
}

.icon-img {
	width: 26px;
}

.tooltip-img {
	width: 16px;
	margin-top: -2px;
	margin-left: 2px;
	cursor: pointer;
}

.pxp-sp-pois-nav {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: .9rem !important;
	align-items: center !important;
}

.pxp-sp-pois-nav > div {
	font-family: overpass-variable, sans-serif !important;
    font-weight: 500 !important;
	margin: 0 !important;
	border: 1px solid var(--erra-light-gray-color) !important;
	padding: 8px 16px !important;
	background: #fff !important;
	border-radius: 5px !important;
}

.pxp-sp-pois-nav > div.pxp-active {
	border: none !important; 
	color: var(--erra-primary-color) !important;
	background: var(--erra-logo-color) !important;
	color: #fff !important;
}

.arrow-img {
	width: 20px;
}

.profile-img {
	width: 36px;
}

.close-icon-img {
	width: 20px;
}

.font-info {
	font-style: italic;
	color: #8d9196;
}

.msger {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 100%;
	border-radius: 5px;
	padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 10px;
	min-height: 600px;
	max-height: 600px;
	overflow-y: auto;
  }
  
  .msger-chat {
	overflow-y: auto;
	padding: 0;
	background: transparent;
	margin: 0;
  }
  .msger-chat::-webkit-scrollbar {
	width: 6px;
  }
  .msger-chat::-webkit-scrollbar-track {
	background: #ddd;
  }
  .msger-chat::-webkit-scrollbar-thumb {
	background: #bdbdbd;
  }
  .msg {
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
	gap: 10px;
  }
  .msg:last-of-type {
	margin: 0;
  }
  .msg-img {
	width: 42px;
	height: 42px;
	background: #F4F6F9;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	border-radius: 50%;
  }


  .msg-bubble {
	padding: 15px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #b0b0b0;
  }
  .msg-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
  }
  .msg-info-name {
	margin-right: 10px;
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
  }
  .msg-info-time {
	font-size: 0.8rem;
  }
  
  .left-msg .msg-bubble {
	border-bottom-left-radius: 0;
  }

  
  .right-msg {
	flex-direction: row-reverse;
  }

  .right-msg .msg-bubble {
	background: rgba(39,90,92,.8);
	color: #fff;
	border-bottom-right-radius: 0;
  }
  
  .msger-inputarea {
	display: flex;
	padding: 5px 10px;
	align-items: center;
	border-radius: 15px;
    background: #fff;
    border: 1px solid #b0b0b0;
	margin-top: 20px;
  }
  .msger-inputarea * {
	border: none;
	border-radius: 3px;
	font-size: 1rem;
  }
  .msger-input {
	flex: 1;
	border-radius: 10px;
	padding: 10px;
  }
  .msger-send-btn {
	margin-left: 10px;
	color: #fff;
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
	cursor: pointer;
	background-image: url(../images/send.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	-webkit-appearance: none;
	appearance: none;
	transition: background 0.23s;
  }



  
  



.bold {
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
}

 .logo-img {
	width: 100%;
	max-width: 160px;
}



.border-bottom-gray {
	border-bottom: 1px solid #ececec;
}

.kiraci-header {
	border-bottom: 1px solid #ececec;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 6%;
	padding-right: 6%;
}

.kiraci-list-item__icon {
	width: 32px;
	height: 32px;
}

.kiraci-harita .kiraci-list-item__icon {
  width: 24px;
	height: 24px;
}

.kiraci-page-container {
	margin: 0 auto;
    width: auto;
    padding: 0 24px;
	background: transparent;
	margin-bottom: 50px;
	margin-top: 50px;
}


.kiraci-page-container__satir {
	margin-top: 30px;
	margin-bottom: 15px;
}

.kiraci-page-container__text {
	font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 8px;
    margin-bottom: 16px;
	flex-wrap: wrap;
    display: flex;
  align-items: center;
}

.kiraci-page-container__heading {
	font-size: 2rem;
    line-height: 2.25rem;
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
}

.kiraci-page-container__heading::before {
  content: '';
  background-image: url(/cdn/shop/files/classic_16567834.svg?v=1746541853);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 5px;
}

.kiraci-page-container__span {
	font-size: 1.125rem;
    line-height: 1.5rem;
}

.kiraci-page-container__bread {
	font-size: 1rem;
    display: inline-flex;
    align-items: center;
}


.kiraci-page-container__bread a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
} 

.kiraci-page-container__bread a::before {
  content:'';
  background-image: url(/cdn/shop/files/daire.svg?v=1746443291);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-flex;
}



.kiraci-list-item {
	padding-left: 8px;
    padding-right: 8px;
}

.kiraci-list-item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 156px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
    margin: 8px 0;
    padding: 16px;
    border-radius: 12px;
    text-decoration: none;
	background-color: #fff;
	transition: all .3s;
}

.kiraci-list-item__link:hover .kiraci-list-item__content {
	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.3);
	scale: 1.03;
}

.kira-list-item__content {
	flex-direction: row;
	align-items: center;
	min-height: 50px;
	justify-content: flex-start;
	gap: 10px;
}

.kiraci-list-item__heading {
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
	font-size: 1.1rem;
}

.kira-list-item__heading {
	font-size: 1rem;
}

.kiraci-list-item__text {
	
	color: #717171;
	line-height: 1.3;
	margin-top: 5px;
}

form.is-readonly .btn-save {
	display: none;
  }


form.is-readonly input[disabled], form.is-readonly textarea[disabled], form.is-readonly select[disabled] {
	cursor: text;
	border-color: transparent;
	outline-color: transparent;
	box-shadow: none;
	background: transparent;
	padding: 0;
	transition: all .2s;
}

form.is-editing .btn-edit {
	display: none;
}

.bilgi-alani-field {
	display: flex;
	flex-direction: column;
	width: 90%;
}

.kiraci-form-control {
	background: #fff;
	color: var(--erra-primary-color);
	border: 1px solid #b0b0b0;
	padding: 15px 10px;
	border-radius: 10px;
	transition: all .3s;
	margin-top: 5px;
	width: 100%;
	appearance: none;
}



.kiraci-form-control-select {
	background: #fff;
	color: var(--erra-primary-color);
	border: 1px solid #b0b0b0;
	padding: 15px 10px;
	border-radius: 10px;
	transition: all .3s;
	margin-top: 5px;
	width: 100%;

	background-image: url(../images/bot-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.talep-olustur .kiraci-form-control:disabled {
	background: rgba(60,54,47, .1) !important;
}



.kiraci-form-control:focus-visible, .kiraci-form-control:focus {
	-webkit-outline: #F08375 auto 1px;
	outline: #F08375 auto 1px;
}

.daire-secimi-content {
	position: relative;
	width: max-content;
}

.select-daire-secimi {
	background: #fff;
	color: var(--erra-primary-color);
	border: 1px solid #b0b0b0;
	padding: 15px 30px 15px 40px;
	border-radius: 10px;
	transition: all .3s;
	margin-top: 5px;
	width: max-content;

	background-image: url(../images/bot-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-daire-secimi-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 2;
	left: 6%;
	top: 55%;
	transform: translate(-6%, -55%);
}


.bilgi-alani-buton button {
	text-decoration: underline !important;
	padding: 0 !important;
	line-height: 1;
}

.kiraci-info-container {
	border: 1px solid #ececec;
	padding: 30px;
	border-radius: 10px;
}

.kira-odemesi-yap {
	border-radius: 50px;
	padding: 10px 25px;
	background: #1b1918;
	color: #fff;
	text-decoration: none;
	transition: all .2s;
}

.kira-odemesi-yap:hover {
	color: #fff;
	background: #F08374;
}

/* .talepler .esya-listesi__content:first-child {
	width: 30%;
	max-width: 30%;
	min-width: 160px;
}

.talepler .esya-listesi__content:last-child {
	width: 60%;
}
 */

@media screen and (max-width: 640px) {
  .esya-listesi__content h6 {
    font-size: .85rem;
  }

  .esya-listesi__content .span-servis-durumu {
    font-size: .75rem;
  }
}


.esya-listesi-buton {
	color: #1b1918;
	text-decoration: none;
	transition: all .2s;
	display: flex;
	align-items: center;
	gap: 10px;
}

.esya-listesi-buton::before {
	content:'';
	background-image: url(../images/esyalist.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-flex;
	width: 20px;
	height: 20px;

}

.esya-listesi-buton:hover {
	text-decoration: underline;
	color: #275A5C;
}

.sozlesme-gecmisi .sozlesme-baslangic-tarihi, .sozlesme-gecmisi .sozlesme-bitis-tarihi {
	flex: 0 0 30%;
	max-width: 30%;
}


.border-button {
	padding: 10px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	width: max-content;
	background-color: #fff;
}

.border-button .form-check-input {
	margin-left: 0 !important;
	margin-right: 10px !important;
	width: 2.5em !important;
	height: 1.5em !important;
	margin-top: 0 !important;
}

.border-button .form-check-label {
	font-size: .9rem;
	cursor: pointer;
}



.bildirim-uyarisi {
	padding: 20px;
	border: 1px solid #dddddd;
	border-radius: 10px;
}

.bildirim-kutusu {
	padding: 20px;
	border: 1px solid #dddddd;
	border-radius: 10px;
	margin-bottom: 15px;
	transition: all .3s;
}

.bildirim-kutusu .bildirim-content {
	margin-right: auto;
}

.bildirim-kutusu__icon {
	width: 50px;
	height: 50px;
	transition: all .3s;
}

.small-icon {
	width: 32px;
	height: 32px;
	transition: all .3s;
}

.small-padding {
	padding: 10px 20px;
}

.button-icon {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
}

.minus-icon {
	background-image: url(../images/minus.svg);
}

.plus-icon {
	background-image: url(../images/add.svg);
	
}

.genel-tercihler-p {
	font-size: 1rem;
}

.servis-urunu {
	width: 100%;
	max-width: 200px;
}

.kiraci-kisisel-bilgiler .accordion {
	font-size: .8rem;
}


.not-ekle-button {
	background-color: var(--erra-primary-color);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: .9rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
	transition: all .2s;
}

.not-ekle-button:hover {
	background-color: #F08374;
	color: #fff;
}

.not-ekle-button::before {
	content:'';
	background-image: url(../images/notepad_8733610.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
}

.kiraci-button {
	background-color: var(--erra-primary-color);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
	transition: all .2s;
}

.kiraci-button:hover {
	background-color: #F08374;
	color: #fff;
}

.kiraci-login-img {
	max-width: 100%;
}

.login-icon {
	width: 30px;
	height: 30px;
}



.lang-icon {
	width: 16px;
	height: 16px;
}


.not-ekle-icon {
	width: 20px;
	height: 20px;
}

.calendar {
	margin: 10px auto;
	border: 1px solid #DDD;
	box-sizing: border-box;
	overflow: auto;
	border-radius: 10px;
  }
  
  .calendar-body {
	padding: 10px;
	overflow: auto;
	background-color: #F4F6F9;
  }
  
  .calendar p {
	float: left;
	width: 14%;
	text-align: center;
	box-sizing: border-box;
	margin: 0;
		-webkit-user-select: none; /* Safari, iOS, and Android */
		 -moz-user-select: none; /* Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
  }
  
  .calendar p.day {
	font-size: .9rem;
	color: #1b1918;
	padding: 5px 0;
  }
  
  .calendar p.date {
	font-size: .9rem;
	color: #717171;
	padding: 11px;
	cursor: pointer;
	margin-bottom: 4px;
	border-radius: 50px;
  }
  
  .calendar-head {
	background-color: #F4F6F9;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: space-between;
		-webkit-user-select: none; /* Safari, iOS, and Android */
		 -moz-user-select: none; /* Firefox */
		  -ms-user-select: none; /* Internet Explorer/Edge */
			  user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
  }
  
  .calendar-head .arrow-left,
  .calendar-head .arrow-right {
	position: absolute;
	cursor: pointer;
	padding: 15px;
  }
  
  .calendar-head .arrow-left svg,
  .calendar-head .arrow-right svg {
	color: #FFF;
	stroke: #FFF;
	transition: color 0.5s, stroke 0.5s;
  }
  
  .calendar-head .arrow-left:hover svg,
  .calendar-head .arrow-right:hover svg {
	color: #A0D9D6;
	stroke: #A0D9D6;
  }
  
  .calendar-head .arrow-left {
	left: 0;
  }
  
  .calendar-head .arrow-right {
	right: 0;
  }
  
  .calendar h3.month {
	font-size: .9rem;
	margin: 0;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	color: #1b1918;
	text-align: center;
  }
  
  .calendar p.date:hover {
	background-color: #F0F0F0;
  }
  
  .calendar p.today,
  .calendar p.today:hover {
	color: #F08374;
  }
  
  .calendar p.selected,
  .calendar p.selected:hover {
	color: #FFF;
	background-color: #F08374;
  }
  
  .calendar p.show,
  .calendar p.show:hover {
	background-color: transparent;
	cursor: default;
  }

  .calendar-arrow-icon {
	width: 12px;
	height: 12px;
  }

.colorful-orange {
	color: #E1604D;
}

        /****************
VERTICAL TIMELINE 
****************/
.todo-timeline {
		max-width: 320px;
		margin: 0 auto;
  }
  .todo-timeline .timeline-text {
	display: flex;
	justify-content: space-between;
  }
  .todo-timeline .timeline-text .timeline-number {
	margin-right: 60px;
  }
  .todo-timeline .todo-title {
	font-size: 3rem;
	color: #1b1918;
	white-space: nowrap;
  }
  .todo-timeline .v-timeline {
	margin-top: 30px;
  }
  .todo-timeline .v-timeline ul {
	position: relative;
  }
  .todo-timeline .v-timeline li {
	list-style-type: none;
	padding: 0 0 50px;
	position: relative;
	overflow: hidden;
  }
  .todo-timeline .v-timeline li .top-bold-label {
	font-size: 1.2rem;
	display: inline-flex;
	line-height: 1;
  }
  .todo-timeline .v-timeline li .mid-paragraph {
	font-size: .8rem;
	margin: 0;
	display: inline-flex;
  }
  .todo-timeline .v-timeline li .bottom-link {
	color: #1b1918;
	font-size: 1.2rem;
  }
  .todo-timeline .v-timeline .pl-30 {
	padding-left: 40px;
  }
  .todo-timeline .v-timeline .v-timeline-icon:before {
	content: " ";
	height: 23px;
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	border-radius: 50%;
	background: #1b1918;
	border: 2px solid #1b1918;
  }
  .todo-timeline .v-timeline .v-timeline-icon:after {
	content: " ";
	border-left: 2px solid #1b1918;
	display: inline-block;
	position: absolute;
	left: 11px;
	height: 400px;
	z-index: 400;
	top: 23px;
  }
  .todo-timeline .v-timeline .v-timeline-icon.v-last:before {
	border: 2px solid #1b1918;
	background: transparent;
  }
  .todo-timeline .v-timeline .v-timeline-icon.v-last:after {
	height: 0;
  }
  .todo-timeline .v-timeline .v-timeline-icon.v-not:before {
	color: #1b1918;
  }
  .todo-timeline .v-timeline .v-timeline-icon.v-line-color:after {
	border-left: 2px dashed #D9E5D6;
  }



  /****** EŞYA LİSTESİ *******/

  .steps {
    display: flex;
  /*  justify-content: space-between; */
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    gap: 10px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.steps::-webkit-scrollbar {
  display: none;
}


.step-button {
    border-radius: 50px;
    border: 2px solid #F08374;
    transition: .4s;
    font-size: .8rem;
    padding: 10px 15px;
    background: var(--erra-bg-color);
	color: #1b1918;
    display: inline-block;
  vertical-align: middle;
}

.step-button[aria-expanded="true"] {
    background-color: #F08374;
    color: #fff;
}

.done {
    background-color: #F08374;
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;

    display: inline-block;
  vertical-align: middle;
}

.card {
    border: 0;
}

.card-body {
	padding: 0;
}

.esya-list-item {
    border: 1px solid #dddddd;
    border-radius: 10px;
}

.esya-listesi__image {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: .3rem;
}

.span-servis-durumu {
	font-size: .8rem;
}

.esya-listesi__servis-durumu {
	background: #DA1414;
	color: #fff;
	border-radius: 6px;
	font-size: .8rem;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.esya-listesi__servis-durumu:hover {
	color: #fff;
}

.esya-listesi__servis-durumu::before {
	content:'';
	background-image: url(../images/esya-ikon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 16px;
	height: 16px;
}


.esya-listesi__urun-bilgisi {
	background: var(--erra-primary-color);
	color: #fff;
	border-radius: 6px;
	font-size: .8rem;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.esya-listesi__urun-bilgisi:hover {
	color: #fff;
}

.esya-listesi__urun-bilgisi::before {
	content:'';
	background-image: url(../images/blendr.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 16px;
	height: 16px;
}

.sozlesme-bilgileri__odemeplani {
	background: var(--erra-primary-color);
	color: #fff;
	border-radius: 6px;
	font-size: .8rem;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.sozlesme-bilgileri__odemeplani:hover {
	background-color: var(--erra-logo-color);
	color: #fff;
}

.esya-listesi__cta {
	color: #44619d;
	border-radius: .4rem;
	font-size: .85rem;
	font-weight: 500;
	padding: 8px;
	display: flex;
	align-items: center;
	gap: 5px;
	border: 1px solid #dededf;
}

.esya-listesi__cta.servis-talebi:hover {
	color: #324a78;
}

.esya-listesi__cta.servis-talebi::before {
	content:'';
	background-image: url(/cdn/shop/files/customer-support_1086581.svg?v=1746691308);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 14px;
	height: 14px;
}

.esya-listesi__cta.urunu-satin-al {
	background-color: var(--erra-primary-color);
	color: #fff;
}

.esya-listesi__cta.urunu-satin-al:hover {
	color: #fff;
}

.esya-listesi__cta.urunu-satin-al::before {
	content:'';
	background-image: url(/cdn/shop/files/shopping-cart_5254037.svg?v=1746692151);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 14px;
	height: 14px;
}

.kira-durumu {
	border-radius: 6px;
	font-size: .8rem;
	padding: 5px 10px;
	color: #fff;
}

.kira-durumu:hover {
	color: #fff;
}

.flag-icon {
	width: 18px;
	height: 18px;
}

.select-lang-icon {
	width: 32px;
	height: 32px;
}

.sozlesme-alani .desc p {
	padding: 0;
	margin-bottom: 5px;
}

.sozlesme-alani .desc br {
	display: none;
}

.talep-ekle-button {
    border-radius: 50px;
    border: 2px solid transparent;
    transition: .4s;
    font-size: .8rem;
    padding: 10px 15px;
    background: var(--erra-bg-color);
	color: #1b1918;
    display: inline-block;
  vertical-align: middle;
}

.w-40 {
	width: 40%;
  }

  .w-49 {
	width: 49%;
  }

  .w-50 {
	width: 50%;
  }

  .sabit-sayfa {
	max-width: 700px;
}

.odeme-yap {
	text-decoration: underline;
	font-size: .8rem;
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
}

.selective-apply {
	
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
	background-color: var(--erra-bg-color);
	padding: 1rem;
}


.language-switcher {
	position: relative;
	display: inline-block;
	width: calc(42px * 2);
	height: 42px;
	cursor: pointer;
/*	-webkit-transform: translateY(40%);
	-moz-transform: translateY(40%);
	-ms-transform: translateY(40%);
	-o-transform: translateY(40%);
	transform: translateY(40%); */
	-webkit-transition: transform 0.17s cubic-bezier(0.26, 0.48, 0.08, 0.9);
	-moz-transition: transform 0.17s cubic-bezier(0.26, 0.48, 0.08, 0.9);
	-ms-transition: transform 0.17s cubic-bezier(0.26, 0.48, 0.08, 0.9);
	-o-transition: transform 0.17s cubic-bezier(0.26, 0.48, 0.08, 0.9);
	transition: transform 0.17s cubic-bezier(0.26, 0.48, 0.08, 0.9);
  }
  .language-switcher input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  .language-switcher .select-tr,
  .language-switcher .select-en {
	position: absolute;
	font-size: .7rem;
	top: 6px;
	color: #1b1918;
	display: flex;
    align-items: center;
	flex-direction: column;
	justify-content: center;
    gap: 1px;
	line-height: 1;
  }
  .language-switcher .select-tr {
	left: 12px;
  }
  .language-switcher .select-en {
	right: 12px;
  }
  
  /* The slider */
  .language-switcher .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F08374;
	box-shadow: 0 3px 64px rgba(30, 52, 112, 0.1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  
  .language-switcher .slider:before {
	position: absolute;
	content: "";
	height: 42px;
	width: 42px;
	left: 0;
	bottom: 0;
	background-color: white;
	box-shadow: 0 3px 64px rgba(30, 52, 112, 0.16);
	-webkit-transition: 0.4s;
	transition: 0.4s;
  }
  
  .language-switcher input:checked + .slider {
	background-color: #F08374;
  }
  
  .language-switcher input:focus + .slider {
	box-shadow: none;
  }
  
  .language-switcher input:checked + .slider:before {
	-webkit-transform: translateX(42px);
	-ms-transform: translateX(42px);
	transform: translateX(42px);
  }
  
  /* Rounded sliders */
  .language-switcher .slider.round {
	border-radius: 42px;
  }
  
  .language-switcher .slider.round:before {
	border-radius: 50%;
  }


  .daire-id {
	font-size: 14px !important;
}

.daire-option {
	padding-bottom: 5rem;
}

.daireler-intro {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	width: 100%;
}


.daireler-liste {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	gap: 2rem;
	width: 100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.daire-secimi {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.daireler-liste .bxslider > div {
	width: 100% !important;
}

.daireler-liste .daire-item-link .daire-item h4 {
	text-transform: capitalize;
}

.phone-desktop-view {
	display: none;
}

.tablet-view {
	display: block;
}

.intro-banner img {
	max-height: 55vh;
	width: 100%;
	object-fit: cover;
}

.border-radius {
	border-radius: 1rem;
}

.intro-banner {
	background-color: #fff;
}

.daireler-liste__img {
	max-width: 100%;
  height: auto;
}

.rezervasyon__img {
	max-width: 100%;
  height: auto;
  width: 30%;
  border-radius: 10px;
}

.kiraci-harita {
	padding-left: 100px;
}



/****** PRICE RANGE *******/

.fiyat-araligi #app input,
.fiyat-araligi #app select,
.fiyat-araligi #app button,
.fiyat-araligi #app textarea {
  font-family: inherit;
  color: var(--erra-primary-color);
  background: #fff;
  
  padding: 0.875em;
  border-radius: 8px;
  width: clamp(50%, 20em, 100%);
  border: 1px solid #ddd;
  outline: 1px solid transparent;
  accent-color: var(--erra-primary-color);
 /* box-shadow: 0 3px 2px -3px var(--bor); */
  transition: border 0.3s ease-in, outline 0.6s ease-in, box-shadow 0.6s ease-in;
}
.fiyat-araligi #app input:focus,
.fiyat-araligi #app select:focus,
.fiyat-araligi #app button:focus,
.fiyat-araligi #app textarea:focus {

  outline-color: var(--erra-logo-color);
  transition: border 0.6s ease-out, outline 0.3s ease-out, box-shadow 0.3s ease-out;
}
.fiyat-araligi #app input::-moz-placeholder, .fiyat-araligi #app select::-moz-placeholder, .fiyat-araligi #app button::-moz-placeholder, .fiyat-araligi #app textarea::-moz-placeholder {
  opacity: 0.33;
  font-style: italic;
}
.fiyat-araligi #app input:-ms-input-placeholder, .fiyat-araligi #app select:-ms-input-placeholder, .fiyat-araligi #app button:-ms-input-placeholder, .fiyat-araligi #app textarea:-ms-input-placeholder {
  opacity: 0.33;
  font-style: italic;
}
.fiyat-araligi #app input::placeholder,
.fiyat-araligi #app select::placeholder,
.fiyat-araligi #app button::placeholder,
.fiyat-araligi #app textarea::placeholder {
  opacity: 0.33;
  font-style: italic;
}

.fiyat-araligi #app textarea {
  width: 100%;
  min-height: 10em;
  resize: vertical;
  display: block;
}

.fiyat-araligi #app select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml; utf8, <svg width="16px" height="16px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12.2929,5.292875 C12.6834,4.902375 13.3166,4.902375 13.7071,5.292875 C14.0976,5.683375 14.0976,6.316555 13.7071,6.707085 L8.70711,11.707085 C8.31658,12.097605 7.68342,12.097605 7.29289,11.707085 L2.29289,6.707085 C1.90237,6.316555 1.90237,5.683375 2.29289,5.292875 C2.68342,4.902375 3.31658,4.902375 3.70711,5.292875 L8,9.585765 L12.2929,5.292875 Z"  style="fill: hsl(222,20%,40%);"/></svg>');
  background-size: 1em;
  background-position: calc(100% - 1em) 50%;
  background-repeat: no-repeat;
}
.fiyat-araligi #app .dark select {
  background-image: url('data:image/svg+xml; utf8, <svg width="16px" height="16px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M12.2929,5.292875 C12.6834,4.902375 13.3166,4.902375 13.7071,5.292875 C14.0976,5.683375 14.0976,6.316555 13.7071,6.707085 L8.70711,11.707085 C8.31658,12.097605 7.68342,12.097605 7.29289,11.707085 L2.29289,6.707085 C1.90237,6.316555 1.90237,5.683375 2.29289,5.292875 C2.68342,4.902375 3.31658,4.902375 3.70711,5.292875 L8,9.585765 L12.2929,5.292875 Z"  style="fill: hsl(222,20%,70%);"/></svg>');
}

.fiyat-araligi #app input[type=radio],
.fiyat-araligi #app input[type=checkbox] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: calc(1em + 8px);
  height: calc(1em + 8px);
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100%;
}
.fiyat-araligi #app input[type=radio], .fiyat-araligi #app input[type=radio]:after,
.fiyat-araligi #app input[type=checkbox],
.fiyat-araligi #app input[type=checkbox]:after {
  transition: all 0.6s ease-in;
}
.fiyat-araligi #app input[type=radio]:focus, .fiyat-araligi #app input[type=radio]:focus:after,
.fiyat-araligi #app input[type=checkbox]:focus,
.fiyat-araligi #app input[type=checkbox]:focus:after {
  transition: all 0.3s ease-out;
}
.fiyat-araligi #app input[type=radio]:after,
.fiyat-araligi #app input[type=checkbox]:after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background: transparent;
  border-radius: 100%;
  opacity: 0.9;
}
.fiyat-araligi #app input[type=radio]:checked:after,
.fiyat-araligi #app input[type=checkbox]:checked:after {
  background: var(--fg);
}
.fiyat-araligi #app input[type=radio]:focus,
.fiyat-araligi #app input[type=checkbox]:focus {
  background-color: var(--tint);
}
.fiyat-araligi #app input[type=radio]:focus:after,
.fiyat-araligi #app input[type=checkbox]:focus:after {
  opacity: 1;
}
.fiyat-araligi #app input[type=radio] + label,
.fiyat-araligi #app input[type=checkbox] + label {
  text-transform: none;
  display: inline-flex;
  padding: 0 0.25em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: none;
}
.fiyat-araligi #app input[type=radio]:checked + label,
.fiyat-araligi #app input[type=checkbox]:checked + label {
  font-weight: bold;
  font-style: italic;
  color: var(--fg);
}

.fiyat-araligi #app input[type=checkbox] {
  border-radius: 5px;
}
.fiyat-araligi #app input[type=checkbox]:after, .fiyat-araligi #app input[type=checkbox]:focus:after {
  background-size: 1.2em;
  background-position: center;
  opacity: 0;
}
.fiyat-araligi #app input[type=checkbox]:checked:after {
  background: url('data:image/svg+xml; utf8, <svg width="16px" height="16px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M13.7071,4.29289 C14.0976,4.68342 14.0976,5.31658 13.7071,5.70711 L7.70711,11.7071 C7.31658,12.0976 6.68342,12.0976 6.29289,11.7071 L3.29289,8.70711 C2.90237,8.31658 2.90237,7.68342 3.29289,7.29289 C3.68342,6.90237 4.31658,6.90237 4.70711,7.29289 L7,9.58579 L12.2929,4.29289 C12.6834,3.90237 13.3166,3.90237 13.7071,4.29289 Z"  style="fill: hsl(222,20%,40%);"/></svg>');
  background-size: 1.2em;
  background-position: center;
  opacity: 1;
}
.fiyat-araligi #app .dark input[type=checkbox]:checked:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="16px" height="16px" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M13.7071,4.29289 C14.0976,4.68342 14.0976,5.31658 13.7071,5.70711 L7.70711,11.7071 C7.31658,12.0976 6.68342,12.0976 6.29289,11.7071 L3.29289,8.70711 C2.90237,8.31658 2.90237,7.68342 3.29289,7.29289 C3.68342,6.90237 4.31658,6.90237 4.70711,7.29289 L7,9.58579 L12.2929,4.29289 C12.6834,3.90237 13.3166,3.90237 13.7071,4.29289 Z"  style="fill: hsl(222,20%,95%);"/></svg>');
}

.fiyat-araligi #app .range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 1em;
}
.fiyat-araligi #app .range label {
  margin: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-transform: none;
  font-size: 0.75em;
}
.fiyat-araligi #app .range:first-child {
  text-align: right;
}
.fiyat-araligi #app .range:last-child {
  text-align: left;
}

.fiyat-araligi #app input[type=range] {
  --pad: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 1em);
  height: calc(1em + var(--pad) * 2);
  background: var(--b);
  border: none;
  outline: none;
  padding: 0 var(--pad);
  margin-inline: 0.5em;
  border-radius: 1em;
}
.fiyat-araligi #app input[type=range], .fiyat-araligi #app input[type=range]* {
  transition: all 0.5s ease;
}

.fiyat-araligi #app input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(90deg, var(--tint) -25%, var(--tint2) 125%);
  display: block;
  width: calc(100% + var(--pad) * 2);
  height: calc(1em + var(--pad) * 2);
  border-radius: 1em;
  margin-inline: calc(var(--pad) * -1);
  -webkit-transition: opacity 0.5s ease-in, background 0.5s ease-in;
  transition: opacity 0.5s ease-in, background 0.5s ease-in;
  opacity: 0;
  will-change: opacity, background;
  background: var(--b);
  padding: 0.25em var(--pad);
  opacity: 1;
}

.fiyat-araligi #app input[type=range]::-moz-range-track {
  background: linear-gradient(90deg, var(--tint) -25%, var(--tint2) 125%);
  display: block;
  width: calc(100% + var(--pad) * 2);
  height: calc(1em + var(--pad) * 2);
  border-radius: 1em;
  margin-inline: calc(var(--pad) * -1);
  -moz-transition: opacity 0.5s ease-in, background 0.5s ease-in;
  transition: opacity 0.5s ease-in, background 0.5s ease-in;
  opacity: 0;
  will-change: opacity, background;
}

.fiyat-araligi #app input[type=range]::-ms-track {
  background: linear-gradient(90deg, var(--tint) -25%, var(--tint2) 125%);
  display: block;
  width: calc(100% + var(--pad) * 2);
  height: calc(1em + var(--pad) * 2);
  border-radius: 1em;
  margin-inline: calc(var(--pad) * -1);
  -ms-transition: opacity 0.5s ease-in, background 0.5s ease-in;
  transition: opacity 0.5s ease-in, background 0.5s ease-in;
  opacity: 0;
  will-change: opacity, background;
}

.fiyat-araligi #app input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 1em;
  height: 1em;
  border: none;
  outline: none;
  background: var(--fg);
  border-radius: 1em;
  transform: translate3d(0, 0, 0);
}

.fiyat-araligi #app input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  width: 1em;
  height: 1em;
  border: none;
  outline: none;
  background: var(--fg);
  border-radius: 1em;
  transform: translate3d(0, 0, 0);
}

.fiyat-araligi #app input[type=range]::-ms-thumb {
  appearance: none;
  width: 1em;
  height: 1em;
  border: none;
  outline: none;
  background: var(--fg);
  border-radius: 1em;
  transform: translate3d(0, 0, 0);
}

.fiyat-araligi #app input[type=range]:focus::-webkit-slider-runnable-track {
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
  background: linear-gradient(90deg, var(--tint) -25%, var(--tint2) 125%);
  opacity: 1;
}

.fiyat-araligi #app input[type=range]:focus::-moz-range-track {
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}

.fiyat-araligi #app input[type=range]:focus::-ms-track {
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}

.fiyat-araligi #app input[type=color] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5em;
  padding: 5px;
  border-radius: 10em;
}

.fiyat-araligi #app input[type=color]::-moz-color-swatch,
.fiyat-araligi #app input[type=color]::-webkit-color-swatch {
  border: inherit;
  border-radius: inherit;
  display: block;
}

.fiyat-araligi #app .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.5em;
}

.fiyat-araligi #app button {
  display: flex;
  align-items: center;
  gap: 0.5em;
  background: hsl(var(--h), var(--s), 90%);
  text-transform: uppercase;
  width: auto;
  padding-inline: 2em;
  box-shadow: inset 0 0 0 1px transparent;
  transition: all 0.3s ease;
}
.fiyat-araligi #app .dark button {
  background: hsl(var(--h), var(--s), 15%);
}
.fiyat-araligi #app button:hover {
  opacity: 0.8;
  box-shadow: inset 0 0 0 1px var(--fg);
}
.fiyat-araligi #app button[type=submit] {
  --svg: var(--bg);
  background: var(--fg);
  color: var(--bg);
  font-weight: 600;
}

.fiyat-araligi #app svg {
  fill: var(--svg);
  height: 1.5em;
  width: auto;
}

.fiyat-araligi #app .group {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-block: 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.fiyat-araligi #app .group input + label {
  display: inline-block;
  margin-block: 0;
  padding: 0.5em 1em;
  -webkit-margin-end: 2em;
          margin-inline-end: 2em;
}


.fiyat-araligi #app label {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  color: var(--labels);
  transition: all 0.5s ease;
}

.fiyat-araligi #app .field:focus-within label {
  color: var(--erra-logo-color);
}

.fiyat-araligi #app .field {
  margin-block: 2.5em;
}

.fiyat-araligi #app .field:nth-of-type(1) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.fiyat-araligi #app .field:nth-last-of-type(1) {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

.fiyat-araligi #app fieldset {
  min-width: 100%;
  width: 100%;
  border-radius: 5px;
}

.fiyat-araligi #app legend {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 2em;
  transform: translateX(-1em);
}

.fiyat-araligi #app form {
  min-width: 100%;
  width: 100%;
  background-color: var(--bg);
  color: var(--fg);
  padding: 10px calc(var(--pads) * 2);
  border-radius: 8px;
}

.fiyat-araligi #app form {
  --bor: hsl(var(--h), var(--s), 85%);
  --bg: var(--light);
  --fg: var(--dark);
  --labels: hsl(var(--h), var(--s), 40%);
  --b: hsla(var(--h), var(--s), 100%, 1);
  --svg: var(--fg);
}

.fiyat-araligi #app form.dark {
  --bor: hsl(var(--h), var(--s), 35%);
  --bg: var(--dark);
  --fg: var(--light);
  --labels: hsl(var(--h), var(--s), 65%);
  --b: hsla(var(--h), var(--s), 12%, 1);
  --tint: hsl(260, 85%, 60%);
  --tint2: hsl(300, 85%, 60%);
}

.fiyat-araligi #app {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pads);
}

@media screen and (min-width: 900px) {
  .fiyat-araligi #app {
    grid-template-columns: 1fr 1fr;
  }
}
:root {
  --pads: max(1vw, 10px);
}



.fiyat-araligi #app header {
  grid-column: 1/-1;
}
.fiyat-araligi #app header h1 {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.fiyat-araligi #app header p {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}


.fiyat-araligi #app {
	grid-template-columns: 1fr;
  }
  .fiyat-araligi #app .rangeSlider.pips {
	--range: var(--tint);
	--rangebg: #ddd;
	background: var(--rangebg);
	margin: 6.5em 5px 2em;
  }
  .fiyat-araligi #app .rangeSlider.pips:after {
	content: "";
	height: 5px;
	border-radius: 5px;
	background: inherit;
	width: calc(100% + 1em);
	position: absolute;
	bottom: 0;
	left: -0.5em;
  }
  .fiyat-araligi #app .rangeSlider,
  .fiyat-araligi #app .rangeSlider .rangeBar {
	height: 5px;
  }
  .fiyat-araligi #app .rangeSlider .rangePips {
	bottom: 5px;
  }
  .fiyat-araligi #app .rangeSlider .pip {
	width: 3px;
	min-height: 10px;
	top: auto;
	bottom: 0;
	translate: -1px 0;
	background-color: var(--rangebg);
	background-image: linear-gradient(0deg, transparent 20px, rgba(255, 255, 255, 0.2) 50px);
	-webkit-animation: pipIn 0.5s cubic-bezier(0.36, 1.35, 0.48, 1.02) both 0.2s;
			animation: pipIn 0.5s cubic-bezier(0.36, 1.35, 0.48, 1.02) both 0.2s;
	transition: all 0.5s ease;
	opacity: 0.8;
	transform-origin: bottom center;
	border-radius: 10px 10px 0 0;
  }
  .fiyat-araligi #app .rangeSlider .pip {
	width: 1px;
  }
  
  .fiyat-araligi #app .rangeSlider .pip.in-range,
  .fiyat-araligi #app .rangeSlider .pip.selected {
	background-color: #FF8674;
	-webkit-animation-delay: 0s;
			animation-delay: 0s;
  }
  .fiyat-araligi #app .rangeSlider .rangeHandle {
	width: 19px;
	height: 19px;
  }
  .fiyat-araligi #app .rangeSlider .rangeHandle .rangeNub {
	background: #FF8674;
  }
  .fiyat-araligi #app .rangeSlider:not(.focus) .rangeHandle .rangeNub {
	background: var(--bg);
  }
  .fiyat-araligi #app .rangeSlider.range:not(.min):not(.max) .rangeNub {
	border-radius: 100%;
	box-shadow: inset 0 0 0 4px white;
  }
  .fiyat-araligi #app .rangeFloat {
	background: white;
	color: var(--bg);
	border-radius: 5px;
	padding: 0.4em 0.6em 0.3em;
	top: -0.5em;
  }
  
  .fiyat-araligi #app .rangeSlider.focus .rangeBar {
	background-color: #FF8674;
  }
  
  .fiyat-araligi #app fieldset {
	width: auto;
	min-width: none;
  }
  
  .fiyat-araligi #app .prices {
	min-height: 5px;
	margin: 6.5em 5px 2em;
  }
  
  .fiyat-araligi #app .fields {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
  }

 
  
  .fiyat-araligi #app .fields hr {
	width: 100%;
	height: 1px;
	background: var(--bor);
	border: none;
	justify-self: center;
	align-self: end;
	margin: 0 0 23px;
	display: none;
  }
 
  
  .fiyat-araligi #app .ui {
	color: var(--erra-primary-color);
  }
  
  .fiyat-araligi #app {
	width: min(720px, 95%);
  }
  
  .fiyat-araligi #app h1 {
	font-size: 1.8rem;
	font-weight: 300;
	margin: 0 0 1rem;
	color: white;
  }
  
  .fiyat-araligi #app .fiyat-araligi #app input,
  select,
  .fiyat-araligi #app button,
  .fiyat-araligi #app textarea {
	border: 1px solid var(--bor);
	border-radius: 4px;
	background: transparent;
	width: 100%;
  }
  
  .fiyat-araligi #app .ui .field {
	margin: 0;
	display: grid;
	grid-template-rows: auto 1fr;
  }
  .fiyat-araligi #app .ui .field:after {
	content: "TL";
	grid-row: 2;
	grid-column: 1;
	justify-self: flex-end;
	align-self: center;
	text-align: center;
	width: 2.5em;
	height: 2em;
	line-height: 2em;
	border-left: 1px solid var(--bor);
  }
  
  .fiyat-araligi #app .ui .field input {
	grid-row: 2;
	grid-column: 1;
	-moz-appearance: textfield;
  }
  
  .fiyat-araligi #app .ui .field input::-webkit-outer-spin-button,
  .fiyat-araligi #app .ui .field input::-webkit-inner-spin-button {
	-webkit-appearance: none;
  }
  
  .fiyat-araligi #app label {
	color: var(--erra-primary-color);
	text-transform: none;
  }
  
  
  .fiyat-araligi #app > :not(.ui) * {
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  }
  
  @-webkit-keyframes pipIn {
	0% {
	  scale: 1 0;
	}
	100% {
	  scale: 1 1;
	}
  }
  
  @keyframes pipIn {
	0% {
	  scale: 1 0;
	}
	100% {
	  scale: 1 1;
	}
  }

  

.sirala-content .kiraci-form-control {
	padding: 10px 0 10px 27px;
	font-size: .9rem;
	margin-top: 0;
	min-width: 170px;
	max-width: 170px;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}

.sirala-content::before {
	content: '';
	background-image: url(../images/search-box.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 10px;
}


.sirala-content .kiraci-form-control:focus-visible, .sirala-content .kiraci-form-control:focus {
	outline: 0;
	min-width: 180px;
	max-width: 180px;
}

/*.sirala-content .kiraci-form-control:focus-visible + .search-button-icon, .sirala-content .kiraci-form-control:focus + .search-button-icon {
	display: inline-flex;
	opacity: 1;
}*/



.sirala-content .search-button-icon {
	/*display: none;*/
	background-image: url(../images/search-button.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 42px;
	height: 42px;
	cursor: pointer;
	/*opacity: 0;*/
	margin: 0;
	transition: all .2s;
	outline: 0;
	border: 0;
	overflow: hidden;
}




.harita-button {
	position: fixed;
	z-index: 99;
	left: 50%;
	bottom: 3%;
	transform: translate(-50%, -3%);
	background-color: var(--erra-primary-color);
	color: #fff;
	box-shadow: 0 2px 4px rgba(39,54,86,.14),0 1px 10px rgba(39,54,86,.2);

	padding: 12px 20px;
	outline: 0;
	border: 0;
	border-radius: 50px;
	width: max-content;

	display: flex;
	align-items: center;
	gap: 5px;

	font-size: .9rem;
}

.harita-button::before {
	content:'';
	background: transparent url("../images/map-icon.svg") no-repeat center center;
	background-size: contain;
	width: 18px;
	height: 18px;
  }

#haritaModal .modal-dialog{
	max-width: inherit;
	left: 0;
	top: 0;
	transform: none !important;
	height: 100vh;
  }

#haritaModal .modal-content, #haritaModal .modal-content .modal-body {
	padding: 0;
	height: 100vh;
	max-height: inherit;
	border-radius: 0;
	position: fixed;
    width: 100%;
    overflow: hidden !important;
    top: 0;
}

#haritaModal .modal-content .modal-body {
	max-height: inherit;
}


#haritaModal .modal-content .close {
	background: #fff;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9999999;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	box-shadow: 0 2px 4px rgba(39,54,86,.14),0 1px 10px rgba(39,54,86,.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;

}

.personel-durum > div {
	flex: 0 0 32% !important;
	max-width: 32% !important;
	gap:3px !important;
}

.randevu-tarihi {
	position: absolute;
	right: -1rem;
	top: -1rem;
	color: #fff;
	padding: 4px 6px;
	border-radius: 6px;
	font-size: 13px;
}

.arama-yap-butonu {
	color: #fff;
	padding: 4px 6px;
	border-radius: 6px;
	font-size: 12px;
	cursor: pointer;
	background-color: var(--erra-logo-color);
}

.arama-yap-butonu:hover {
	color: #fff;
}


@media (max-width: 640px) {

	/**** PHONE ***/
	.msg-img {
		width: 32px;
		height: 32px;
		flex: 0 0 12%;
	  }

	.fiyat-araligi #app .fields {
		display: flex;
	  }

	  .kiraci-list-item__content {
		flex-direction: row;
		gap: 15px;
		min-height: inherit;
	}

	.kiraci-list-item__content > div {
		flex: 0 0 85%;
		max-width: 85%;
	}

	.kiraci-list-item__icon {
		width: 26px;
		height: 26px;
	}

	.kiraci-list-item__heading {
		font-size: .9rem;
	}
	
	.kiraci-list-item__text {
		font-size: .8rem;
	}

	.kiraci-page-container__span:first-child {
		width: 100%;
	}

	.kiraci-thumb-list .kiraci-list-item__heading {
		font-size: 1rem;
	}

	.kiraci-thumb-list .kiraci-list-item__text {
		font-size: .9rem;
	}

	.bilgi-alani-field {
		width: 80%;
	}

	.kiraci-form-control {
		padding: 12px 10px;
	}

	/* .calendar-content {
		padding-left: 0;
	} */
	

	

	.kiraci-harita iframe {
		height: 400px;
	}

	.todo-timeline .v-timeline li {
		padding: 0 0 40px;
	  }

	.esya-listesi__image {
		width: 50px;
		height: 50px;
	}

	.esya-listesi__gorsel h5 {
		font-size: 1rem;
		margin-bottom: 0 !important;
	}

	.w-40 {
		width: 68%;
	  }

	 

	  .w-49 {
		width: 100%;
	  }

	  .talepler .esya-listesi__content:first-child {
		min-width: 100px;
	  }

	  .daire-option ul li {
		flex: 0 0 100%;
	}

	#optionsModal .daire-option ul li {
		flex: 0 0 100%;
	}

	.phone-desktop-view {
		display: block;
	}

	.tablet-view {
		display: none;
	}

	.toplam-fiyat .border-button {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.toplam-fiyat .border-button .form-check-input {
		margin-right: 0;
		order: 2;
	}

	.navbar-brand img {
		max-width: 155px;
	}
  
	#navbar_main .navbar-brand img {
		max-width: 180px;
	}
  
	.daireler-liste.favoriler .daire-item {
		width: 100%;
	  }

	  .ilce-container {
		flex: 0 0 100%;
		justify-content: space-between;
	  }

	  .ilce-container .checkmark {
		order:2;
	  }


	  .hero-banner-container .hero-banner-content {
		justify-content: center;
		align-items: center;
		text-align: center;
		top: 80%;
		left: 50%;
		transform: translate(-50%, -80%);
	}
	
	.hero-banner-container .hero-banner-content p {
		max-width: 100%;
	}

	.intro-banner img {
		max-height: 40vh;
	}

	.accordion p {
		font-size: 1.1rem;
	  }

	.desc p {
		font-size: 1rem;
	  }
}


@media (min-width: 376px) and (max-width: 640px) {
	.sirala-content .kiraci-form-control:focus-visible, .sirala-content .kiraci-form-control:focus {
		min-width: 220px;
		max-width: 220px;
	}
} 




@media (max-width: 999px) { 

	/**** PHONE AND TABLET ***/


	html{
		overflow-x:hidden;
	}

	body {
		overflow-x:hidden;
	}
	
	footer {
		padding-bottom: 100px;
	}

	.cd-filter .daireler-ilce {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		white-space: nowrap;
	  }

	.erraacademy img {
		min-height: 350px;
		border-radius: 25px;
	}

	.daire-details .job {
		font-size: 16px;
		flex: 0 0 100%;
	}
	
	.daire-details .job::before {
		width: 24px;
		height: 24px;
	}
	
	.daire-details .location {
		font-size: 14px;
		flex: 0 0 65%
	}
	
	.daire-details .location::before {
		width: 24px;
		height: 24px;
	}

	.w-m-100 {
		width: 100%;
	}

	.grid-banner-container {
		margin-bottom: 30px;
	}

	.content-banner img {
		max-height: 360px;
	}


	.grid-system h2 {
		font-size: 22px;
	}
	
	.grid-system h4 {
		font-size: 13px;
	}

	.one-cikan-daireler .one-cikan-daireler-item .daire-info span {
		font-size: 12px;
	}
	

	.home-bg-style {
		background-image: url(../images/mobile-bg.jpg);
	}

	.new-home-banner-container {
		border-radius: 30px;
	}
	
	.new-home-banner__button {
		font-size: .8rem;
	}

	
	.new-home-banner-container .home-banner__content h2 {
		font-size: 24px;
		letter-spacing: 3px;
		font-weight: 600;
	}
	
	.new-home-banner-container .home-banner__content h3 {
		font-size: 20px;
		letter-spacing: 2px !important;
	}
	
	
	.new-home-banner-container .home-banner__content p {
		font-size: 12px;
		letter-spacing: 1px !important;
	}
	
	.new-home-banner-container .home-banner__img {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;

	}
	
	.new-home-banner-container .home-banner__svg-img {
		max-width: 40px;
	}

	.new-home-banner-container .home-banner__content h4 {
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: 2px !important;
	}

	.new-small-banner-container .home-banner__content h2 {
		font-size: 18px;
		font-weight: 600 ;
		letter-spacing: 2px !important;
		line-height: 1.8;
	}
	
	.new-small-banner-container .home-banner__content h3 {
		font-size: 30px;
		letter-spacing: 3px !important;
		font-weight: 400 ;
		font-style: italic !important;
	}
	
	.new-small-banner-container .home-banner__content h4 {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 3px !important;
		text-align: center;
		line-height: 1.4;
	}
	
	.new-small-banner-container .home-banner__content p {
		font-size: 20px;
		font-weight: 400;
		letter-spacing: 1.5px !important;
		text-align: center;
	}

	.new-small-banner-container .home-banner__svg-img {
		max-width: 60px;
	}
	

	.mobile-full-screen {
		position: fixed;
		overflow: hidden;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 99999999;
		top: 0;
		left: 0;
	}
	
	.offcanvas-header{ display:block; }

	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; left:0;
	    height: 100%;
	    z-index: 100001;
	    width:80%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;

		background-color: var(--erra-yeni-primary-color);
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}

	.mobile-logo {
		max-width: 170px;
	}

	.top-header .top-header__text {
		font-size: 13px;
	}

	

	.content-banner .content-banner-button {
		display: flex;
		padding: 16px 20px;
		font-size: 16px;
		width: 100%;
	}

	

	.content-banner h1 {
		font-size: 30px;
		letter-spacing: -1px;
	}
	
	.content-banner p {
		font-size: 16px;
	}

	.content-banner .content-banner-button {
		display: flex;
	}

	

	.home-icon {
		height: 54px;
	}

	#apartments section .thumbnail, #references section .thumbnail {
		flex: 0 0 auto;
		object-fit: cover;
		cursor: pointer;
		margin: 10px;
		overflow: hidden;
		transition: all 0.3s;
		margin-bottom: 40px;
	  }

	  .pl-70 {
		padding-left: var(--bs-gutter-x, 0.75rem);
	}

	#apartments section .thumbnail img {
		max-height: 260px;
	  }

	  #references section .thumbnail img {
		max-height: 80px;
	  }

	  .product-details {
		padding: 10px 20px;
	  }

	  .product-details h2 {
		font-size: 1.4rem;
	  }
	
	  .product-details h3 {
		font-size: 1rem;
	  }

	  .product-details p span {
		font-size: 14px;
	  }

	  .product-details p span {
		padding: 0 5px;
	  }

	  .product-details p span:first-child {
		padding: 0 5px 0 0;
	  }

	  .comments {
		padding: 60px 0;
	  }

	  .navbar-nav .nav-item {
		border-bottom: 1px solid var(--erra-light-gray-color) !important;
	  }

	

	  .evini-kirala-container {
		padding: inherit;
	}
	
	.evini-kirala-container.right-image img {
		min-height: 300px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 70px;
		border-top-left-radius: 70px;

	}
	
	.evini-kirala-container.left-image img {
		min-height: 300px;
		border-top-left-radius: 70px;
		border-top-right-radius: 70px;
	}
	
	.evini-kirala-container.right-image div {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 70px;
		border-bottom-left-radius: 70px;
	}
	
	.evini-kirala-container.left-image div {
		border-top-right-radius: 0;
		border-top-left-radius: 0;
		border-bottom-right-radius: 70px;
		border-bottom-left-radius: 70px;
	}

	.bx-wrapper img {
		max-height: 220px;
	}

	.daire-info img {
		width: 20px;
		height: 20px;
	}

	.daire-info span {
		font-size: 14px;
	}



	.daire-about p {
		font-size: 14px;
		line-height: 1.8;
	}

	


	.daire-option ul {
		flex-wrap: wrap;
		align-items: center;
		gap: 30px;
	}
	
	

	.daire-option ul.permission {
		gap: 30px !important;
	}

	.daire-option ul.permission li {
		flex: 0 0 100%;
	}

	.erra-login {
		width: 100%;
	}

	.daire-price {
		position: relative;
		z-index: 9;
		
	}

	.daire-price-container {
		position: fixed !important;
		bottom: 0 !important;
		left:0 !important;
		background: var(--erra-bg-color) !important;
		width: 100%;
		border: 1px solid rgb(221, 221, 221);
		border-radius: 0;
		padding: 24px;
		box-shadow: rgba(0, 0, 0, 0.1) 0px -10px 16px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap:10px;
		padding: 20px;
		justify-content: space-between;
	}
	.daire-fiyat-ayrintilari {
		order: 2;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.daire-price__info {
		flex: 0 0 40%;
		margin: 0 !important;
	}

	.daire-price__info .daire-etiket-fiyat__net {
		font-size: 1.5rem;
	}

	.reservation-button {
		padding: 12px 10px !important;
		margin: 0 !important;
		width: max-content !important;
		font-size: .9rem !important;
		gap: 5px !important;
	}



	.daire-price__info--text {
		flex: 0 0 50%
	}

	.reservation-button-text {
		font-size:12px;
	}

	.date-scroller {
		overflow: hidden !important;
	 }

	 .date-scroller__inner {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
		white-space: nowrap;
	 }

	 .date-list {
		white-space: nowrap;
    	flex-flow: row nowrap;
	 }

	 .date-list__item {
		flex: 0 0 auto;
		white-space: normal;
		scroll-snap-align: center;
	 }

	



	 .select-box__list {
		width: 100%; 
		min-width: 300px;
	  }

	  

	  .order-sort .select-box__list .select-box__option {
		text-align: right;
		padding: 10px 15px;
	  }

	  

	  #daireler-filtre .select-box__list {
		min-width: 350px;
	  }

	  .order-sort .select-box__list {
		right: 0;
		width: inherit; 
		min-width: 200px !important;
	  }


	  .filters .select-box__list {
		left: -80px;
		width: inherit; 
		min-width: 300px !important;
		max-height: 380px;
		overflow-y: auto;
	  }

	  .filters .select-box__list .wrapper {
		width: inherit;
		padding: 0;
	  }

	  .filters .select-box__list .ilce-container {
		padding-left: 25px;
	  }

	  
	  .map-button {
		text-decoration: none;
		cursor: pointer;
		transition: all 0.3s ease-out;
		position: fixed;
		left: 50%;
		bottom: 3%;
		transform: translate(-50%, -3%);
		background-color: var(--erra-logo-color);
		border-radius: 50px;
		z-index: 99999;
		font-size: 14px;
		padding: 6px 20px;
		color: #fff;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		gap: 10px;
		box-shadow: 0 2px 4px rgba(39,54,86,.14),0 1px 10px rgba(39,54,86,.2);
		font-family: overpass-variable, sans-serif;
    font-weight: 500;
	  }

	  .map-button:hover {
		color: #fff;
	  }

	  .map-button::before {
		content: '';
		background-image: url(../images/fluent_map-16-regular.svg);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
	  }
	  
	  .overlay {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0, 0, 0, 0.7);
		transition: opacity 500ms;
		visibility: hidden;
		opacity: 0;
		z-index: 10000000;
	  }
	  .overlay:target {
		visibility: visible;
		opacity: 1;
	  }
	  
	  .popup {
		margin: 0 auto;
		width: 100%;
		position: relative;
		transition: all 5s ease-in-out;
		width: 100%;
		height: 100vh;
	  }
	  
	  .popup h2 {
		margin-top: 0;
		color: #333;
		font-family: overpass-variable, sans-serif;
    font-weight: 500;
	  }
	  .popup .close {
		position: absolute;
		top: 10px;
		right: 10px;
		transition: all 200ms;
		font-size: 20px;
		text-decoration: none;
		color: var(--erra-primary-color);
		opacity: 1;
		background: #fff;
		border-radius: 50%;
		padding: 0 15px;
		
		line-height: 2;
		box-shadow: 0 2px 1px rgba(39,54,86,.1), 0 1px 6px rgba(39,54,86,.2);
	  }
	  .popup .content {
		width: 100%;
		height: 100vh;
		overflow: hidden;
	  }

	  .sss h3 {
		font-size: 16px !important;
	}

	.bottom-container .home-banner__svg-img {
		max-width: 64px !important;
	}

	.bottom-container h2 {
		font-size: 18px !important;
		letter-spacing: 1px !important;
	}

	.bottom-container h4 {
		font-size: 16px !important;
		letter-spacing: 1px !important;
	}

	.bottom-container p {
		font-size: 16px !important;
		letter-spacing: 1px !important;
	}

	 .grid-button2 {
		position: absolute;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		background-color: #CAB48B;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		width: max-content;
		top: 40%;
		right: 0;
		transform: translate(0, -40%);
		text-decoration: none;
		padding: 10px 20px;
	}

	 .grid-button3 {
		position: absolute;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		width: max-content;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		text-decoration: none;
		padding: 10px 20px;
		background-color: #B69686;
	}

	 .grid-button4 {
		position: absolute;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		width: max-content;
		top: 60%;
		right: 0;
		transform: translate(0, -60%);
		text-decoration: none;
		padding: 10px 20px;
		background-color: #AC9F84;
	}

	.modal-dialog {
		max-width: inherit;
		width: 100%;
		height: 100vh;
		margin: 0;
		left:0;
		top:0;
		transform: none !important;
	  }

	  .new-home-banner__button {
		padding: 10px 30px;
		font-size: 14px;
	}
  
	/* .foto-galeri-buton {
		display: none;
	  } */

	  .fiyat-araligi #app input,
	.fiyat-araligi #app select,
	.fiyat-araligi #app button,
	.fiyat-araligi #app textarea {
	  width: clamp(50%, 25em, 100%);
	}

	

	.kiraci-harita {
		padding-left: 0;
	}

	.rez-time, .rez-person {
		padding-bottom: 20px;
	}

	.rezervasyon-content {
		margin-top: 50px;
	}

	.modal-content {
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		backface-visibility: hidden;
		overflow: hidden;
	}

	.modal-body {
		max-height: 100vh;
		position: relative;
		overflow: auto !important;
	}
	
}

  @media screen and (min-width: 641px) {

	/**** TABLET AND UP ***/

	.fiyat-araligi #app .fields hr {
		display: block;
	  }

	.fiyat-araligi #app .fields {
	  grid-template-columns: 1fr 24px 1fr;
	}

	.fiyat-araligi #app .rangeSlider .pip {
		width: 3px;
		translate: -1.5px 0;
	  }

	  .fiyat-araligi #app .rangeSlider .pip {
		width: 4px;
		translate: -2px 0;
	  }

	  .fiyat-araligi #app .group {
		grid-template-columns: repeat(2, auto 1fr);
	  }

	  .date-list:not(.splide__list) {
		justify-content: center;
	 }

	 .sirala-content .kiraci-form-control:focus-visible, .sirala-content .kiraci-form-control:focus {
		outline: 0;
		min-width: 350px;
	}

	.sirala-content .kiraci-form-control {
		padding: 10px 10px 10px 30px;
		min-width: 250px;
	}

	.esya-listesi__content:first-child {
	/*	border-right: 1px solid #ddd;
		 padding-right: 40px; */
		flex: 0 0 50%;
		max-width: 50%;
	}

	.w-d-60 {
		width: 60%;
	}
  }

  @media all and (min-width: 641px) and (max-width: 999px) {

	/**** TABLET ***/
	
	.ilce-container {
		flex: 0 0 45%;
	  }

	.content-banner h1 {
		font-size: 24px;
	}

	.content-banner p {
		font-size: 12px;
	}

	.daireler-liste.favoriler .daire-item {
		width: 48%;
	  }

	  .daire-price-container {
		padding: 20px 35px;
	}

	.daire-price__info .daire-etiket-fiyat__net {
		font-size: 1.6rem;
	}

	.reservation-button {
		padding: 10px 15px !important;
		font-size: 1rem !important;
	}
	  .modal-dialog {
		height: 100vh;
	  }

	  .hero-banner-container .hero-banner-content p {
		max-width: 70%;
	}


	.selective-apply {
		position: fixed;
	}

  }







@media (min-width: 1000px) {

	/**** DESKTOP ***/



	.daire-content {
		padding-right: 80px;
	}

	.pl-20 {
		padding-left: 20px !important;
	}
  
	.pr-20 {
		padding-right: 20px !important;
	}
  
	.new-home-banner-container .home-banner__img {
		max-height: 600px;
	}
  
	.max-height {
		max-height: 550px;
	}
  
	.erra-login {
		margin-left: 20px;
	}
  
	.hero-banner h1 {
		margin-bottom: 20px;
	}

	.fiyat-araligi #app .group {
		grid-template-columns: repeat(4, auto 1fr);
	  }

	  .modal-dialog {
	  max-width: 780px;
	}

	.modal-dialog:has(.rez-time) {
		max-width: 500px;
	}

	.modal-dialog:has(.rez-person) {
		max-width: 420px;
	}

	.modal-dialog .modal-content {
	  padding: 1rem;
	}



	.lightpick__months {
		grid-gap: 40px !important;
	}

	.daire-fotolari .owl-stage {
		display: grid !important;
		width: 100% !important;
		transform: none !important;
		gap: 5px !important;
		grid-template-columns: 25% 25% 25% 25%;
		  grid-template-rows: auto auto;
	}

	.daire-fotolari .owl-stage .owl-item {
		width: inherit !important;
	}

	.daire-fotolari .owl-stage .owl-item:first-child {
		grid-column: 1/3 !important;
		grid-row: 1/3 !important;
	}

	.daire-fotolari .owl-stage .owl-item:nth-child(2) {
		grid-column: 3/4 !important;
		grid-row: 1/2 !important;
	}

	.daire-fotolari .owl-stage .owl-item:nth-child(3) {
		grid-column: 3/4 !important;
		grid-row: 2/3 !important;
	}

	.daire-fotolari .owl-stage .owl-item:nth-child(4) {
		grid-column: 4/5 !important;
		grid-row: 1/2 !important;
	}

	.daire-fotolari .owl-stage .owl-item:nth-child(5) {
		grid-column: 4/5 !important;
		grid-row: 2/3 !important;
	}

	.daire-fotolari .owl-stage .owl-item:nth-child(n+6) {
		display: none !important;
	}

	.daire-fotolari .owl-carousel .owl-dots {
		display: none !important;
	}

	.daire-fotolari .owl-carousel .owl-stage .owl-item:first-child .item img {
		min-height: 430px;
		max-height: 430px;
		object-fit: cover;
	}


	.daire-fotolari .owl-carousel .owl-stage .owl-item:not(:first-child) .item img {
		min-height: 212px;
		max-height: 212px;
		object-fit: cover;
	}

	

	.modal-content {
			border-radius: 12px;
			height: max-content;
			max-height: 90vh;
		 }

	.daire-option {
		padding-bottom: 0;
	}


	.max-height {
		max-height: 580px;
	}
  
	.font-20 {
		font-size: 20px;
	}

	.musteri-sozlesme-formu-container {
		padding-left: 20%;
		padding-right: 20%;
	}
  
	.daire-price__info .daire-etiket-fiyat__net {
		font-size: 1.6rem;
	  }
  
	  .ilce-container {
		font-size: 1rem;
	  }

	  .kiraci-page-container {
		max-width: 1080px;
	}

	.select-lang-icon {
		width: 24px;
		height: 24px;
	}

	.calendar p.day {
		font-size: 1rem;
	  }
	  
	  .calendar p.date {
		font-size: 1rem;
	  }

	.calendar p.date {
		padding: 16px;
	  }

	  .calendar h3.month {
		font-size: 1rem;
	  }

	  .calendar-content {
		padding-left: 100px;
	}

	.phone-desktop-view {
		display: block;
	}

	.tablet-view {
		display: none;
	}

	.harita-button {
		left: 50%;
		bottom: 6%;
		transform: translate(-50%, -6%);
		font-size: 1rem;
	}

	.owl-carousel .owl-nav {
		display: flex !important;
	}

	.owl-carousel .owl-dots {
		display: none !important;
	}
	
	.rezervasyon-daire-bilgileri {
		margin-top: 30px;
	}

	.harita-desk-container {
		right: 0;
		top: 0;
		position: sticky;
		height: 100vh;
	}

	.harita-button {
		display: none;
	}
	#loginModal .modal-dialog {
		max-width: 400px;
	}
}

.daire-info h4 {
	text-transform: capitalize;
}

.kredi-karti-not {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 12px;
	padding: 24px;
	background-color: #fff;
}

.kredi-karti-ikon {
	width: 58px;
	height: 39px;
}
.top-1rem {
	top: 1rem;
}

.wishlist-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .8rem;
	line-height: 1.7;
}

.wishlist-img {
	max-width: 20px;
	display: block;
}

.not-have-favorite-building {
	margin: 0 auto;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 12px 24px;
	font-size: 1rem;
	border-radius: 1rem;
}
.otpverifyCodeInput {
	width: 19%;
	height: 16%;
	font-size: 50px;
	display: inline;
	text-align: center;
}






/******** YENİ EKLEMELER *******/

.cizelge-list {
	list-style-type: circle !important;
}

.cizelge-item {
	width: 100%;
}

.cizelge-item:not(:last-child)::before {
	content:'';
	border-left: 1px dashed var(--erra-dark-gray-color);
    left: 6.5px;
    top: 12px;
	width: 5px;
	display: inline-flex;
	position: relative;

}

.cizelge-item .indicator {
	background-color: #000;
    border-radius: 50%;
    float: left;
    height: 4px;
	top: 8px;
    margin: 0 10px 0 0;
    position: relative;
    width: 4px;
    z-index: 1;
}

.radiocheck {
	width: 20px;
	height: 20px;
	
}


.rezervasyon-iletisim-bilgileri input, .rezervasyon-iletisim-bilgileri label, .odeme-plani-container input, .odeme-plani-container label {
	cursor: pointer;
}

.kisisel-bilgiler-content,
.is-dunyasi-bilgiler-content,
.misafir-detaylari-content{
  display: none;
}

.rezervasyon-iletisim-bilgileri:has(.rb-kisisel:checked) ~ .kisisel-bilgiler-content {
  display: flex;
}

.rezervasyon-iletisim-bilgileri:has(.rb-is-dunyasi:checked) ~ .is-dunyasi-bilgiler-content {
  display: flex;
}
  
  .rezervasyon-iletisim-bilgileri:has(.rb-hayir:checked) ~ .misafir-detaylari-content {
	display: flex;
  }

  .odeme-plani-container label {
	width: 100%;
  }


.tek-odeme-content,
.uc-taksitli-odeme-content,
.aylik-odeme-content{
  display: none;
}


.odeme-plani-container:has(.rb-tek-odeme:checked) ~ .tek-odeme-content {
	display: flex;
  }

  .odeme-plani-container:has(.rb-3-taksitli-odeme:checked) ~ .uc-taksitli-odeme-content {
	display: flex;
  }

  .odeme-plani-container:has(.rb-aylik-odeme:checked) ~ .aylik-odeme-content {
	display: flex;
  }

 

  .on-rezerve-ikon .form-check-input {
    margin-left: 0 !important;
    margin-right: 10px !important;
    width: 2.5em !important;
    height: 1.5em !important;
    margin-top: 0 !important;
}

.odeme-goruntule {
	color: var(--erra-logo-color);
	font-family: overpass-variable, sans-serif !important;
    font-weight: 500 !important;
}

.iptal-erken-fesih button {
	color: var(--erra-logo-color);
}

.bg-arakutu-black {
	background-color: var(--erra-primary-color);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 1rem 2rem;
}

.arakutu-baslik-img {
	width: 100% !important;
	height: inherit !important;
	max-width: 24px !important;
}


.bg-arakutu-black h4 {
	font-size: 1.4rem;
	line-height: 1.4;
}

.bg-arakutu-black p {
	font-size: .9rem;
}

.arakutu-content li {
	font-size: .95rem;
}

.arakutu-content li::before {
	content:'';
	background-image: url(https://cdn.shopify.com/s/files/1/0508/3421/0985/files/check-circle-zuccini.491a92ea8e040cd2bf6e.svg?v=1727771956);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 18px;
	height: 18px;
	display: inline-flex;
	min-width: 8%;
}

.arakutu-content .bx-controls-direction {
	display: none;
}

.arakutu-content .arakutu-button {
	font-size: .9rem;
    border: 1px solid var(--erra-primary-color);
    border-radius: 50px;
    width: 90%;
	margin: 0 auto;
    text-decoration: none;
    padding: .75rem 2rem;
    transition: all .2s;
	display: block;
	text-align: center;
}

.arakutu-content .daire-item {
	height: 100%;
}

.arakutu-content .daire-item .bx-wrapper {
	height: 100%;
	padding-bottom: 50px;
}

.duyuru-kutu-content .duyuru-kutu-ikon {
	width: 40px;
}

.duyuru-kutu-content {
	padding: 1.2rem 1rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 1px rgba(39, 54, 86, .1), 0 1px 6px rgba(39, 54, 86, .2);
    display: flex;
    transition: all .3s ease;
    border: 2px solid transparent;
	font-size: .85rem;
}

.duyuru-kutu-content .duyuru-content-close {
	position: absolute;
	right: 10px;
	top: 10px;
}


.duyuru-kutu-content .duyuru-content-close-icon {
	width: 14px;
}

.renkli-link {
	color: var(--erra-logo-color);
	display: inline-flex;
	transition: all .2s;
}

.renkli-link:hover {
	color: var(--erra-logo-color);
	text-decoration: underline;
}

@media (min-width: 1000px) { 
	.duyuru-kutu-content {
		font-size: 1rem;
	}

	.bg-arakutu-black {
		padding: 2rem 2rem;
	}

	.arakutu-baslik-img {
		max-width: 32px !important;
	}

	.arakutu-content li::before {
		width: 22px;
		height: 22px;
	}

	.arakutu-content li {
		font-size: 1rem;
	}

	.arakutu-content .arakutu-button {
		font-size: 1rem;
		padding: .8rem 2rem;
	}

	.arakutu-content .daire-item .bx-wrapper {
		padding-bottom: 0;
	}
}


.rezervasyon-daire-bilgileri .slider, .reservationCalendar .slider {
	--slider-padding: 1rem;
	--slider-column-gap: 1rem;
	--slide-width: 25%;
	--slide-min-width: 11rem;
	position: relative;
	overflow: hidden;
  }
  .rezervasyon-daire-bilgileri .slider__track, .reservationCalendar .slider__track {
	display: flex;
	overflow-x: auto;
	-ms-scroll-snap-type: x mandatory;
		scroll-snap-type: x mandatory;
	padding-inline: var(--slider-padding);
	scroll-behavior: smooth;
	list-style-type: none;
	padding: 0;
	margin-right: calc(var(--slider-column-gap) * -1);
	scrollbar-width: none;
  }
  .rezervasyon-daire-bilgileri .slider__track > *, .reservationCalendar .slider__track > * {
	flex: 0 0 var(--slide-width);
	min-width: var(--slide-min-width);
	scroll-snap-align: start;
	scroll-snap-stop: always;
	padding-right: var(--slider-column-gap);
  }
  .rezervasyon-daire-bilgileri .slider__track::-webkit-scrollbar, .reservationCalendar .slider__track::-webkit-scrollbar {
	display: none;
  }
  .rezervasyon-daire-bilgileri .slider__buttons, .reservationCalendar .slider__buttons {
	margin-top: 1rem;
  }
  .rezervasyon-daire-bilgileri .slider__buttons [disabled], .reservationCalendar .slider__buttons [disabled] {
	opacity: 0.5;
  }
  
  
  .rezervasyon-daire-bilgileri .rezervasyon-kar-item p:first-child, .reservationCalendar .rezervasyon-kar-item p:first-child {
	  background-color: rgba(168, 126, 95, .1);
  }

  .rezervasyon-daire-bilgileri .rezervasyon-kar-item, .reservationCalendar .rezervasyon-kar-item {
	display: block;
	transition: all .2s;
	border: 2px solid var(--erra-light-gray-color);
	border-radius: 10px;
	cursor: pointer;
  }


  .rezervasyon-daire-bilgileri .active, .reservationCalendar .active {
	border: 2px solid var(--erra-logo-color);
  }

  .rezervasyon-daire-bilgileri .rezervasyon-kar-item:hover, .reservationCalendar .rezervasyon-kar-item:hover {
	border: 2px solid var(--erra-logo-color);
	border-radius: 12px;
  }

  .direction-arrow {
	align-items: center;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 4px rgba(39, 54, 86, .14), 0 1px 10px rgba(39, 54, 86, .2);
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px;
    z-index: 1;
  }

  .property-rates__arrow-area .rates-arrow {
	background-color: #fff;
        height: 24px;
        padding: 4px;
        pointer-events: all;
        width: 24px;
  }

  .direction-arrow img {
	height: 24px;
    width: 24px;
  }

  .direction-arrow--left img {
	transform: rotate(180deg);
  }

  .rezervasyon-daire-bilgileri .slider__buttons, .reservationCalendar .slider__buttons {
	display: none;
	justify-content: center;
	align-items: center;
	padding-bottom: 5px;
  }

  @media (min-width: 1000px) { 
	.rezervasyon-daire-bilgileri .slider__buttons, .reservationCalendar .slider__buttons {
		display: flex;
	}
  }


/*  .kiraci-form-control:disabled {
	background: rgba(60,54,47, .1) !important;
} */

.talep-secili-form {
	margin-top: 20px;
	margin-bottom: 20px;
}

.chatkutusu__content {
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    text-decoration: none;
	background-color: #fff;
	transition: all .3s;
}

.chatkutusu__link:hover .chatkutusu__content {
	box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.3);
	scale: 1.03;
}


/*********** ÖDEME SAYFASI EKLEMELERİ **********/

.odemeplani-tablo-container {
	border: 1px solid #ececec;
	padding: 30px 20px;
	border-radius: 10px;
}

.product-content-container p {
	margin-bottom: 0;
}

.product-content-container .tablo-not {
	font-size: 14px;
	margin-top: 20px;
}

.product-table table {
	border-spacing: 0;
	width: 100%;
	border: 1px dashed #ececec;
	background: var(--erra-bg-color);
}

.product-table table thead, .product-table table tr {
	min-width: 100%;
}

.product-table table thead, .product-table table th:first-child, .product-table table thead, .product-table table td:first-child {
	left: 0;
	position: sticky;
	z-index: 1;
	min-width: 150px;
	word-wrap: break-word;
	font-family: overpass-variable, sans-serif;
    font-weight: 500;
}

.product-table table tbody td:nth-child(2n) {
	background: rgba(60,54,47, .1);
}

.product-table table thead, .product-table table th, .product-table table thead, .product-table table td {
	box-sizing: border-box;
	color: var(--erra-primary-color);
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 15px 10px;
	position: relative;
	text-align: center;
	min-width: 170px;
	font-size: 14px;
}

.product-table {
	overflow-x: auto;
	width: calc(100% + 20px);
	margin-top: 20px;  
}

.product-table table thead th {
	background: var(--erra-primary-color);
	color: #fff;
}

.product-table table tbody th:first-child {
	border-right: 1px solid var(--erra-primary-color);
}

.product-table table tbody th {
	background: var(--erra-bg-color);
	color: var(--erra-primary-color);
}

.product-olcu-content {
	display: flex;
	align-items: center;

}

.product-olcu-content .product-olcu-img {
	width: 15%;
}

.product-olcu-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
}

.product-notlar-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}

.odeme-buton-sticky {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
	background: #fff;
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 10px;
}

.pb-100 {
	padding-bottom: 100px;
}

@media screen and (max-width: 640px) { 
	.product-table table thead, .product-table table th, .product-table table thead, .product-table table td {
		min-width: 150px;
	}
}



  /* marquee div container */
.marquee {
    font-size: .85rem;
    color: #fff;
    height: 24px;
    overflow: hidden;
    position: relative;
}
/* nested div inside the container */
.marquee div {
    display: flex;
  flex-direction:row;
   /* width: 225%; */
   width: max-content;
    position: absolute; 
    overflow: hidden;
	top: 50%;
    transform: translateY(-50%);
	-webkit-animation: marquee 50s linear infinite;
    animation: marquee 50s linear infinite;
}
/* span with text */
.marquee span {
    float: left;
    /*width: 50%;*/
}

.marquee .tenant-link {
	margin-right: 100px;
	margin-left: 100px;
	color: #fff;
}

@media screen and (max-width: 999px) { 
	.marquee div {
		-webkit-animation: marquee 20s linear infinite;
		animation: marquee 20s linear infinite;
	}
}

/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}




.daire-tipi__button {
	font-size: 1rem;
	border: 1px solid var(--erra-logo-color);
	background-color: var(--erra-logo-color);
	color: #fff;
	border-radius: 50px;
	width: max-content;
	text-decoration: none;
	padding: 1rem 2rem;
	transition: all .2s;
}

.daire-tipi__button:hover {
	background-color: transparent;
	color: var(--erra-logo-color);
	border: 1px solid var(--erra-logo-color);
}

@media screen and (max-width: 999px) { 
	.daire-tipi__button {
		font-size: .8rem;
	}

	.daire-tipi__button {
		padding: 10px 30px;
		font-size: 14px;
	}
}



/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
/* .cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;




}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
} */

body:has(.filter-is-visible) {
  overflow: hidden;
  margin: 0;
  height: 100vh;
  touch-action: none;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: none;
  -ms-overflow-style: none;
  z-index: -1;
}



/* -------------------------------- 

xgallery 

-------------------------------- */


.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}



@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 0;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
 
  .cd-gallery.filter-is-visible { 
    /* reduce width when filter is visible */
    width: 63%;
  }

  .cd-gallery.filter-is-visible::before {
    content:'';
    background-color: rgba(60, 54, 47, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 99990;
    overflow: hidden;
  }
} 

/* -------------------------------- 

xfilter 

-------------------------------- */
.cd-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--erra-bg-color);
  box-shadow: 4px 4px 20px transparent;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
 /*.cd-filter::before {
  top colored bar 
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
} */


/*
.cd-main-content .filtre-baslik {
  padding-left: 20px;
  background-color: var(--erra-bg-color);
  top: 0;
  left: 0;

  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999990;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cd-main-content .filtre-apply {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--erra-bg-color);
  padding: 15px 20px;
  z-index: 999990;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
*/

.cd-filter .filtre-baslik {
  width: 100%;
  flex-shrink: 0;
  padding: 10px 25px;
}

.cd-filter .filtre-apply {
  width: 100%;
  flex-shrink: 0;
  padding: 15px 25px;
}

.cd-filter .filter-content {
  position: relative;
  flex: 1 1 auto;
  padding: 20px 25px;
  max-height: 100vh;

/*  overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-ms-scroll-snap-type: y mandatory;
		scroll-snap-type: y mandatory; */

    overflow: auto !important;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: none;
    overscroll-behavior: contain;
}

.cd-filter .filtre-apply button:first-child{
  padding: 0;
}

.cd-main-content .cd-close {
  height: 50px;
  line-height: 50px;
  width: 60px;
  font-size: 1.3rem;
  text-align: center;

  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
/* .no-touch .cd-filter .cd-close:hover {
  background: #32255f;
} */
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);

}

/*
.cd-main-content:has(.filter-is-visible) .filtre-baslik, .cd-main-content:has(.filter-is-visible) .filtre-apply {
  opacity: 1;

  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
} */


@media only screen and (max-width: 999px) {

} 




@media only screen and (min-width: 1000px) {
  .cd-filter {
    width: 45%;
  }

}

@media only screen and (min-width: 1199px) {
  .cd-filter {
    width: 35%;
  }



}



.cd-filter .cd-filter-block .filtre-detay {
  margin-bottom: 20px;
}

.cd-filter .daireler-ilce {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  gap:5px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cd-filter .daireler-ilce .label:not(:first-of-type) {
  position: relative;
  cursor: pointer;
}




.cd-filter .daireler-ilce .button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
   padding: 8px 25px;
  border-radius: 50px;
  color: var(--erra-primary-color);
   border: 1px solid #ddd;
   font-size: .9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cd-filter .daireler-ilce .label input {
  display: none;
}

.cd-filter .daireler-ilce .label input:checked + .button {
  background: var(--erra-primary-color);
  color: #fff;
}


@keyframes pulse {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }

  50% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.cd-filter .daireler-ilce .front {
  position: relative;
  z-index: 1;
}

.cd-filter-trigger {
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: var(--erra-primary-color);
  white-space: nowrap;
  z-index: 3;
  align-items: center;
  display: flex;
  gap: 10px;
  font-size: .9rem;
  text-indent: 0;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  transition: color 0.1s;

}



.sirala-content select {
  font-size: .9rem;
  padding: 11px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}

.cd-filter-trigger::before {
  content:'';
  background: transparent url("../images/mage_filter.svg") no-repeat center center;
  width: 20px;
  height: 20px;
}

.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}

.cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
  color: transparent;
  background: transparent;
  border: none;
}

.cd-filter-trigger.filter-is-visible::before {
  display: none;
}

.cd-filter .lightpick {
  box-shadow: none;
  width: 100%;
}

.cd-filter .lightpick__months {
  background: transparent;
}

.cd-filter .lightpick__month {
  min-width: 310px !important;
}


.cd-filter .lightpick__month-title {
  display: flex;
  margin: 0;
  width: 100%;
}


/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}

.cd-filter-block h6 {

  margin-bottom: 10px;
}

.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: var(--erra-primary-color);
  font-size: 1.3rem;
  margin-bottom: 20px;
}
/* .no-touch .cd-filter-block h4:hover {
  color: #41307c;
} */
 /*.cd-filter-block h4::before {
  arrow
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}  */
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
/*  .cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  shared style for input elements 
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
} */
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;

}
 /* .cd-filter-block input[type='search'] {
  custom style for the search element 
  border-color: transparent;
  background-color: #e6e6e6;
 prevent jump - ios devices 
  font-size: 1.6rem !important;
}  */
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-check.svg") no-repeat center center;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?10si43');
  src:  url('fonts/icomoon.eot?10si43#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?10si43') format('truetype'),
    url('fonts/icomoon.woff?10si43') format('woff'),
    url('fonts/icomoon.svg?10si43#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-asterisk:before {
  content: "\f069";
}
.icon-plus:before {
  content: "\f067";
}
.icon-question:before {
  content: "\f128";
}
.icon-minus:before {
  content: "\f068";
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-check:before {
  content: "\f00c";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-gear:before {
  content: "\f013";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download:before {
  content: "\f019";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
.icon-rotate-right:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-dedent:before {
  content: "\f03b";
}
.icon-outdent:before {
  content: "\f03b";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-image:before {
  content: "\f03e";
}
.icon-photo:before {
  content: "\f03e";
}
.icon-picture-o:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-arrows:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-crosshairs:before {
  content: "\f05b";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before {
  content: "\f064";
}
.icon-share:before {
  content: "\f064";
}
.icon-expand:before {
  content: "\f065";
}
.icon-compress:before {
  content: "\f066";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-warning:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-arrows-v:before {
  content: "\f07d";
}
.icon-arrows-h:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-bar-chart-o:before {
  content: "\f080";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-gears:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-thumbs-o-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-thumb-tack:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-square:before {
  content: "\f092";
}
.icon-upload:before {
  content: "\f093";
}
.icon-lemon-o:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-feed:before {
  content: "\f09e";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd-o:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell-o:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon-hand-o-left:before {
  content: "\f0a5";
}
.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon-hand-o-down:before {
  content: "\f0a7";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-users:before {
  content: "\f0c0";
}
.icon-chain:before {
  content: "\f0c1";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-flask:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-scissors:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-files-o:before {
  content: "\f0c5";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-square:before {
  content: "\f0c8";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-unsorted:before {
  content: "\f0dc";
}
.icon-sort-desc:before {
  content: "\f0dd";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-asc:before {
  content: "\f0de";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-gavel:before {
  content: "\f0e3";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-tachometer:before {
  content: "\f0e4";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-flash:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-clipboard:before {
  content: "\f0ea";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-building-o:before {
  content: "\f0f7";
}
.icon-hospital-o:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-square:before {
  content: "\f0fd";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile:before {
  content: "\f10b";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before {
  content: "\f112";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-o:before {
  content: "\f114";
}
.icon-folder-open-o:before {
  content: "\f115";
}
.icon-smile-o:before {
  content: "\f118";
}
.icon-frown-o:before {
  content: "\f119";
}
.icon-meh-o:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard-o:before {
  content: "\f11c";
}
.icon-flag-o:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-star-half-full:before {
  content: "\f123";
}
.icon-star-half-o:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-chain-broken:before {
  content: "\f127";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-pencil-square:before {
  content: "\f14b";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon-toggle-down:before {
  content: "\f150";
}
.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon-toggle-up:before {
  content: "\f151";
}
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-toggle-right:before {
  content: "\f152";
}
.icon-eur:before {
  content: "\f153";
}
.icon-euro:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before {
  content: "\f155";
}
.icon-usd:before {
  content: "\f155";
}
.icon-inr:before {
  content: "\f156";
}
.icon-rupee:before {
  content: "\f156";
}
.icon-cny:before {
  content: "\f157";
}
.icon-jpy:before {
  content: "\f157";
}
.icon-rmb:before {
  content: "\f157";
}
.icon-yen:before {
  content: "\f157";
}
.icon-rouble:before {
  content: "\f158";
}
.icon-rub:before {
  content: "\f158";
}
.icon-ruble:before {
  content: "\f158";
}
.icon-krw:before {
  content: "\f159";
}
.icon-won:before {
  content: "\f159";
}
.icon-bitcoin:before {
  content: "\f15a";
}
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-sort-amount-asc:before {
  content: "\f160";
}
.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon-sort-numeric-asc:before {
  content: "\f162";
}
.icon-sort-numeric-desc:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-square:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stack-overflow:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-square:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-gratipay:before {
  content: "\f184";
}
.icon-sun-o:before {
  content: "\f185";
}
.icon-moon-o:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-stack-exchange:before {
  content: "\f18d";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon-toggle-left:before {
  content: "\f191";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-try:before {
  content: "\f195";
}
.icon-turkish-lira:before {
  content: "\f195";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-space-shuttle:before {
  content: "\f197";
}
.icon-slack:before {
  content: "\f198";
}
.icon-envelope-square:before {
  content: "\f199";
}
.icon-wordpress:before {
  content: "\f19a";
}
.icon-openid:before {
  content: "\f19b";
}
.icon-bank:before {
  content: "\f19c";
}
.icon-institution:before {
  content: "\f19c";
}
.icon-university:before {
  content: "\f19c";
}
.icon-graduation-cap:before {
  content: "\f19d";
}
.icon-mortar-board:before {
  content: "\f19d";
}
.icon-yahoo:before {
  content: "\f19e";
}
.icon-google:before {
  content: "\f1a0";
}
.icon-reddit:before {
  content: "\f1a1";
}
.icon-reddit-square:before {
  content: "\f1a2";
}
.icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.icon-stumbleupon:before {
  content: "\f1a4";
}
.icon-delicious:before {
  content: "\f1a5";
}
.icon-digg:before {
  content: "\f1a6";
}
.icon-pied-piper-pp:before {
  content: "\f1a7";
}
.icon-pied-piper-alt:before {
  content: "\f1a8";
}
.icon-drupal:before {
  content: "\f1a9";
}
.icon-joomla:before {
  content: "\f1aa";
}
.icon-language:before {
  content: "\f1ab";
}
.icon-fax:before {
  content: "\f1ac";
}
.icon-building:before {
  content: "\f1ad";
}
.icon-child:before {
  content: "\f1ae";
}
.icon-paw:before {
  content: "\f1b0";
}
.icon-spoon:before {
  content: "\f1b1";
}
.icon-cube:before {
  content: "\f1b2";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-behance:before {
  content: "\f1b4";
}
.icon-behance-square:before {
  content: "\f1b5";
}
.icon-steam:before {
  content: "\f1b6";
}
.icon-steam-square:before {
  content: "\f1b7";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-automobile:before {
  content: "\f1b9";
}
.icon-car:before {
  content: "\f1b9";
}
.icon-cab:before {
  content: "\f1ba";
}
.icon-taxi:before {
  content: "\f1ba";
}
.icon-tree:before {
  content: "\f1bb";
}
.icon-spotify:before {
  content: "\f1bc";
}
.icon-deviantart:before {
  content: "\f1bd";
}
.icon-soundcloud:before {
  content: "\f1be";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-file-word-o:before {
  content: "\f1c2";
}
.icon-file-excel-o:before {
  content: "\f1c3";
}
.icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.icon-file-image-o:before {
  content: "\f1c5";
}
.icon-file-photo-o:before {
  content: "\f1c5";
}
.icon-file-picture-o:before {
  content: "\f1c5";
}
.icon-file-archive-o:before {
  content: "\f1c6";
}
.icon-file-zip-o:before {
  content: "\f1c6";
}
.icon-file-audio-o:before {
  content: "\f1c7";
}
.icon-file-sound-o:before {
  content: "\f1c7";
}
.icon-file-movie-o:before {
  content: "\f1c8";
}
.icon-file-video-o:before {
  content: "\f1c8";
}
.icon-file-code-o:before {
  content: "\f1c9";
}
.icon-vine:before {
  content: "\f1ca";
}
.icon-codepen:before {
  content: "\f1cb";
}
.icon-jsfiddle:before {
  content: "\f1cc";
}
.icon-life-bouy:before {
  content: "\f1cd";
}
.icon-life-buoy:before {
  content: "\f1cd";
}
.icon-life-ring:before {
  content: "\f1cd";
}
.icon-life-saver:before {
  content: "\f1cd";
}
.icon-support:before {
  content: "\f1cd";
}
.icon-circle-o-notch:before {
  content: "\f1ce";
}
.icon-ra:before {
  content: "\f1d0";
}
.icon-rebel:before {
  content: "\f1d0";
}
.icon-resistance:before {
  content: "\f1d0";
}
.icon-empire:before {
  content: "\f1d1";
}
.icon-ge:before {
  content: "\f1d1";
}
.icon-git-square:before {
  content: "\f1d2";
}
.icon-git:before {
  content: "\f1d3";
}
.icon-hacker-news:before {
  content: "\f1d4";
}
.icon-y-combinator-square:before {
  content: "\f1d4";
}
.icon-yc-square:before {
  content: "\f1d4";
}
.icon-tencent-weibo:before {
  content: "\f1d5";
}
.icon-qq:before {
  content: "\f1d6";
}
.icon-wechat:before {
  content: "\f1d7";
}
.icon-weixin:before {
  content: "\f1d7";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-paper-plane-o:before {
  content: "\f1d9";
}
.icon-send-o:before {
  content: "\f1d9";
}
.icon-history:before {
  content: "\f1da";
}
.icon-circle-thin:before {
  content: "\f1db";
}
.icon-header:before {
  content: "\f1dc";
}
.icon-paragraph:before {
  content: "\f1dd";
}
.icon-sliders:before {
  content: "\f1de";
}
.icon-share-alt:before {
  content: "\f1e0";
}
.icon-share-alt-square:before {
  content: "\f1e1";
}
.icon-bomb:before {
  content: "\f1e2";
}
.icon-futbol-o:before {
  content: "\f1e3";
}
.icon-soccer-ball-o:before {
  content: "\f1e3";
}
.icon-tty:before {
  content: "\f1e4";
}
.icon-binoculars:before {
  content: "\f1e5";
}
.icon-plug:before {
  content: "\f1e6";
}
.icon-slideshare:before {
  content: "\f1e7";
}
.icon-twitch:before {
  content: "\f1e8";
}
.icon-yelp:before {
  content: "\f1e9";
}
.icon-newspaper-o:before {
  content: "\f1ea";
}
.icon-wifi:before {
  content: "\f1eb";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-paypal:before {
  content: "\f1ed";
}
.icon-google-wallet:before {
  content: "\f1ee";
}
.icon-cc-visa:before {
  content: "\f1f0";
}
.icon-cc-mastercard:before {
  content: "\f1f1";
}
.icon-cc-discover:before {
  content: "\f1f2";
}
.icon-cc-amex:before {
  content: "\f1f3";
}
.icon-cc-paypal:before {
  content: "\f1f4";
}
.icon-cc-stripe:before {
  content: "\f1f5";
}
.icon-bell-slash:before {
  content: "\f1f6";
}
.icon-bell-slash-o:before {
  content: "\f1f7";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-copyright:before {
  content: "\f1f9";
}
.icon-at:before {
  content: "\f1fa";
}
.icon-eyedropper:before {
  content: "\f1fb";
}
.icon-paint-brush:before {
  content: "\f1fc";
}
.icon-birthday-cake:before {
  content: "\f1fd";
}
.icon-area-chart:before {
  content: "\f1fe";
}
.icon-pie-chart:before {
  content: "\f200";
}
.icon-line-chart:before {
  content: "\f201";
}
.icon-lastfm:before {
  content: "\f202";
}
.icon-lastfm-square:before {
  content: "\f203";
}
.icon-toggle-off:before {
  content: "\f204";
}
.icon-toggle-on:before {
  content: "\f205";
}
.icon-bicycle:before {
  content: "\f206";
}
.icon-bus:before {
  content: "\f207";
}
.icon-ioxhost:before {
  content: "\f208";
}
.icon-angellist:before {
  content: "\f209";
}
.icon-cc:before {
  content: "\f20a";
}
.icon-ils:before {
  content: "\f20b";
}
.icon-shekel:before {
  content: "\f20b";
}
.icon-sheqel:before {
  content: "\f20b";
}
.icon-meanpath:before {
  content: "\f20c";
}
.icon-buysellads:before {
  content: "\f20d";
}
.icon-connectdevelop:before {
  content: "\f20e";
}
.icon-dashcube:before {
  content: "\f210";
}
.icon-forumbee:before {
  content: "\f211";
}
.icon-leanpub:before {
  content: "\f212";
}
.icon-sellsy:before {
  content: "\f213";
}
.icon-shirtsinbulk:before {
  content: "\f214";
}
.icon-simplybuilt:before {
  content: "\f215";
}
.icon-skyatlas:before {
  content: "\f216";
}
.icon-cart-plus:before {
  content: "\f217";
}
.icon-cart-arrow-down:before {
  content: "\f218";
}
.icon-diamond:before {
  content: "\f219";
}
.icon-ship:before {
  content: "\f21a";
}
.icon-user-secret:before {
  content: "\f21b";
}
.icon-motorcycle:before {
  content: "\f21c";
}
.icon-street-view:before {
  content: "\f21d";
}
.icon-heartbeat:before {
  content: "\f21e";
}
.icon-venus:before {
  content: "\f221";
}
.icon-mars:before {
  content: "\f222";
}
.icon-mercury:before {
  content: "\f223";
}
.icon-intersex:before {
  content: "\f224";
}
.icon-transgender:before {
  content: "\f224";
}
.icon-transgender-alt:before {
  content: "\f225";
}
.icon-venus-double:before {
  content: "\f226";
}
.icon-mars-double:before {
  content: "\f227";
}
.icon-venus-mars:before {
  content: "\f228";
}
.icon-mars-stroke:before {
  content: "\f229";
}
.icon-mars-stroke-v:before {
  content: "\f22a";
}
.icon-mars-stroke-h:before {
  content: "\f22b";
}
.icon-neuter:before {
  content: "\f22c";
}
.icon-genderless:before {
  content: "\f22d";
}
.icon-facebook-official:before {
  content: "\f230";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-server:before {
  content: "\f233";
}
.icon-user-plus:before {
  content: "\f234";
}
.icon-user-times:before {
  content: "\f235";
}
.icon-bed:before {
  content: "\f236";
}
.icon-hotel:before {
  content: "\f236";
}
.icon-viacoin:before {
  content: "\f237";
}
.icon-train:before {
  content: "\f238";
}
.icon-subway:before {
  content: "\f239";
}
.icon-medium:before {
  content: "\f23a";
}
.icon-y-combinator:before {
  content: "\f23b";
}
.icon-yc:before {
  content: "\f23b";
}
.icon-optin-monster:before {
  content: "\f23c";
}
.icon-opencart:before {
  content: "\f23d";
}
.icon-expeditedssl:before {
  content: "\f23e";
}
.icon-battery:before {
  content: "\f240";
}
.icon-battery-4:before {
  content: "\f240";
}
.icon-battery-full:before {
  content: "\f240";
}
.icon-battery-3:before {
  content: "\f241";
}
.icon-battery-three-quarters:before {
  content: "\f241";
}
.icon-battery-2:before {
  content: "\f242";
}
.icon-battery-half:before {
  content: "\f242";
}
.icon-battery-1:before {
  content: "\f243";
}
.icon-battery-quarter:before {
  content: "\f243";
}
.icon-battery-0:before {
  content: "\f244";
}
.icon-battery-empty:before {
  content: "\f244";
}
.icon-mouse-pointer:before {
  content: "\f245";
}
.icon-i-cursor:before {
  content: "\f246";
}
.icon-object-group:before {
  content: "\f247";
}
.icon-object-ungroup:before {
  content: "\f248";
}
.icon-sticky-note:before {
  content: "\f249";
}
.icon-sticky-note-o:before {
  content: "\f24a";
}
.icon-cc-jcb:before {
  content: "\f24b";
}
.icon-cc-diners-club:before {
  content: "\f24c";
}
.icon-clone:before {
  content: "\f24d";
}
.icon-balance-scale:before {
  content: "\f24e";
}
.icon-hourglass-o:before {
  content: "\f250";
}
.icon-hourglass-1:before {
  content: "\f251";
}
.icon-hourglass-start:before {
  content: "\f251";
}
.icon-hourglass-2:before {
  content: "\f252";
}
.icon-hourglass-half:before {
  content: "\f252";
}
.icon-hourglass-3:before {
  content: "\f253";
}
.icon-hourglass-end:before {
  content: "\f253";
}
.icon-hourglass:before {
  content: "\f254";
}
.icon-hand-grab-o:before {
  content: "\f255";
}
.icon-hand-rock-o:before {
  content: "\f255";
}
.icon-hand-paper-o:before {
  content: "\f256";
}
.icon-hand-stop-o:before {
  content: "\f256";
}
.icon-hand-scissors-o:before {
  content: "\f257";
}
.icon-hand-lizard-o:before {
  content: "\f258";
}
.icon-hand-spock-o:before {
  content: "\f259";
}
.icon-hand-pointer-o:before {
  content: "\f25a";
}
.icon-hand-peace-o:before {
  content: "\f25b";
}
.icon-trademark:before {
  content: "\f25c";
}
.icon-registered:before {
  content: "\f25d";
}
.icon-creative-commons:before {
  content: "\f25e";
}
.icon-gg:before {
  content: "\f260";
}
.icon-gg-circle:before {
  content: "\f261";
}
.icon-tripadvisor:before {
  content: "\f262";
}
.icon-odnoklassniki:before {
  content: "\f263";
}
.icon-odnoklassniki-square:before {
  content: "\f264";
}
.icon-get-pocket:before {
  content: "\f265";
}
.icon-wikipedia-w:before {
  content: "\f266";
}
.icon-safari:before {
  content: "\f267";
}
.icon-chrome:before {
  content: "\f268";
}
.icon-firefox:before {
  content: "\f269";
}
.icon-opera:before {
  content: "\f26a";
}
.icon-internet-explorer:before {
  content: "\f26b";
}
.icon-television:before {
  content: "\f26c";
}
.icon-tv:before {
  content: "\f26c";
}
.icon-contao:before {
  content: "\f26d";
}
.icon-500px:before {
  content: "\f26e";
}
.icon-amazon:before {
  content: "\f270";
}
.icon-calendar-plus-o:before {
  content: "\f271";
}
.icon-calendar-minus-o:before {
  content: "\f272";
}
.icon-calendar-times-o:before {
  content: "\f273";
}
.icon-calendar-check-o:before {
  content: "\f274";
}
.icon-industry:before {
  content: "\f275";
}
.icon-map-pin:before {
  content: "\f276";
}
.icon-map-signs:before {
  content: "\f277";
}
.icon-map-o:before {
  content: "\f278";
}
.icon-map:before {
  content: "\f279";
}
.icon-commenting:before {
  content: "\f27a";
}
.icon-commenting-o:before {
  content: "\f27b";
}
.icon-houzz:before {
  content: "\f27c";
}
.icon-vimeo:before {
  content: "\f27d";
}
.icon-black-tie:before {
  content: "\f27e";
}
.icon-fonticons:before {
  content: "\f280";
}
.icon-reddit-alien:before {
  content: "\f281";
}
.icon-edge:before {
  content: "\f282";
}
.icon-credit-card-alt:before {
  content: "\f283";
}
.icon-codiepie:before {
  content: "\f284";
}
.icon-modx:before {
  content: "\f285";
}
.icon-fort-awesome:before {
  content: "\f286";
}
.icon-usb:before {
  content: "\f287";
}
.icon-product-hunt:before {
  content: "\f288";
}
.icon-mixcloud:before {
  content: "\f289";
}
.icon-scribd:before {
  content: "\f28a";
}
.icon-pause-circle:before {
  content: "\f28b";
}
.icon-pause-circle-o:before {
  content: "\f28c";
}
.icon-stop-circle:before {
  content: "\f28d";
}
.icon-stop-circle-o:before {
  content: "\f28e";
}
.icon-shopping-bag:before {
  content: "\f290";
}
.icon-shopping-basket:before {
  content: "\f291";
}
.icon-hashtag:before {
  content: "\f292";
}
.icon-bluetooth:before {
  content: "\f293";
}
.icon-bluetooth-b:before {
  content: "\f294";
}
.icon-percent:before {
  content: "\f295";
}
.icon-gitlab:before {
  content: "\f296";
}
.icon-wpbeginner:before {
  content: "\f297";
}
.icon-wpforms:before {
  content: "\f298";
}
.icon-envira:before {
  content: "\f299";
}
.icon-universal-access:before {
  content: "\f29a";
}
.icon-wheelchair-alt:before {
  content: "\f29b";
}
.icon-question-circle-o:before {
  content: "\f29c";
}
.icon-blind:before {
  content: "\f29d";
}
.icon-audio-description:before {
  content: "\f29e";
}
.icon-volume-control-phone:before {
  content: "\f2a0";
}
.icon-braille:before {
  content: "\f2a1";
}
.icon-assistive-listening-systems:before {
  content: "\f2a2";
}
.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.icon-asl-interpreting:before {
  content: "\f2a3";
}
.icon-deaf:before {
  content: "\f2a4";
}
.icon-deafness:before {
  content: "\f2a4";
}
.icon-hard-of-hearing:before {
  content: "\f2a4";
}
.icon-glide:before {
  content: "\f2a5";
}
.icon-glide-g:before {
  content: "\f2a6";
}
.icon-sign-language:before {
  content: "\f2a7";
}
.icon-signing:before {
  content: "\f2a7";
}
.icon-low-vision:before {
  content: "\f2a8";
}
.icon-viadeo:before {
  content: "\f2a9";
}
.icon-viadeo-square:before {
  content: "\f2aa";
}
.icon-snapchat:before {
  content: "\f2ab";
}
.icon-snapchat-ghost:before {
  content: "\f2ac";
}
.icon-snapchat-square:before {
  content: "\f2ad";
}
.icon-pied-piper:before {
  content: "\f2ae";
}
.icon-first-order:before {
  content: "\f2b0";
}
.icon-yoast:before {
  content: "\f2b1";
}
.icon-themeisle:before {
  content: "\f2b2";
}
.icon-google-plus-circle:before {
  content: "\f2b3";
}
.icon-google-plus-official:before {
  content: "\f2b3";
}
.icon-fa:before {
  content: "\f2b4";
}
.icon-font-awesome:before {
  content: "\f2b4";
}
.icon-handshake-o:before {
  content: "\f2b5";
}
.icon-envelope-open:before {
  content: "\f2b6";
}
.icon-envelope-open-o:before {
  content: "\f2b7";
}
.icon-linode:before {
  content: "\f2b8";
}
.icon-address-book:before {
  content: "\f2b9";
}
.icon-address-book-o:before {
  content: "\f2ba";
}
.icon-address-card:before {
  content: "\f2bb";
}
.icon-vcard:before {
  content: "\f2bb";
}
.icon-address-card-o:before {
  content: "\f2bc";
}
.icon-vcard-o:before {
  content: "\f2bc";
}
.icon-user-circle:before {
  content: "\f2bd";
}
.icon-user-circle-o:before {
  content: "\f2be";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-id-badge:before {
  content: "\f2c1";
}
.icon-drivers-license:before {
  content: "\f2c2";
}
.icon-id-card:before {
  content: "\f2c2";
}
.icon-drivers-license-o:before {
  content: "\f2c3";
}
.icon-id-card-o:before {
  content: "\f2c3";
}
.icon-quora:before {
  content: "\f2c4";
}
.icon-free-code-camp:before {
  content: "\f2c5";
}
.icon-telegram:before {
  content: "\f2c6";
}
.icon-thermometer:before {
  content: "\f2c7";
}
.icon-thermometer-4:before {
  content: "\f2c7";
}
.icon-thermometer-full:before {
  content: "\f2c7";
}
.icon-thermometer-3:before {
  content: "\f2c8";
}
.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}
.icon-thermometer-2:before {
  content: "\f2c9";
}
.icon-thermometer-half:before {
  content: "\f2c9";
}
.icon-thermometer-1:before {
  content: "\f2ca";
}
.icon-thermometer-quarter:before {
  content: "\f2ca";
}
.icon-thermometer-0:before {
  content: "\f2cb";
}
.icon-thermometer-empty:before {
  content: "\f2cb";
}
.icon-shower:before {
  content: "\f2cc";
}
.icon-bath:before {
  content: "\f2cd";
}
.icon-bathtub:before {
  content: "\f2cd";
}
.icon-s15:before {
  content: "\f2cd";
}
.icon-podcast:before {
  content: "\f2ce";
}
.icon-window-maximize:before {
  content: "\f2d0";
}
.icon-window-minimize:before {
  content: "\f2d1";
}
.icon-window-restore:before {
  content: "\f2d2";
}
.icon-times-rectangle:before {
  content: "\f2d3";
}
.icon-window-close:before {
  content: "\f2d3";
}
.icon-times-rectangle-o:before {
  content: "\f2d4";
}
.icon-window-close-o:before {
  content: "\f2d4";
}
.icon-bandcamp:before {
  content: "\f2d5";
}
.icon-grav:before {
  content: "\f2d6";
}
.icon-etsy:before {
  content: "\f2d7";
}
.icon-imdb:before {
  content: "\f2d8";
}
.icon-ravelry:before {
  content: "\f2d9";
}
.icon-eercast:before {
  content: "\f2da";
}
.icon-microchip:before {
  content: "\f2db";
}
.icon-snowflake-o:before {
  content: "\f2dc";
}
.icon-superpowers:before {
  content: "\f2dd";
}
.icon-wpexplorer:before {
  content: "\f2de";
}
.icon-meetup:before {
  content: "\f2e0";
}
.icon-3d_rotation:before {
  content: "\e84d";
}
.icon-ac_unit:before {
  content: "\eb3b";
}
.icon-alarm:before {
  content: "\e855";
}
.icon-access_alarms:before {
  content: "\e191";
}
.icon-schedule:before {
  content: "\e8b5";
}
.icon-accessibility:before {
  content: "\e84e";
}
.icon-accessible:before {
  content: "\e914";
}
.icon-account_balance:before {
  content: "\e84f";
}
.icon-account_balance_wallet:before {
  content: "\e850";
}
.icon-account_box:before {
  content: "\e851";
}
.icon-account_circle:before {
  content: "\e853";
}
.icon-adb:before {
  content: "\e60e";
}
.icon-add:before {
  content: "\e145";
}
.icon-add_a_photo:before {
  content: "\e439";
}
.icon-alarm_add:before {
  content: "\e856";
}
.icon-add_alert:before {
  content: "\e003";
}
.icon-add_box:before {
  content: "\e146";
}
.icon-add_circle:before {
  content: "\e147";
}
.icon-control_point:before {
  content: "\e3ba";
}
.icon-add_location:before {
  content: "\e567";
}
.icon-add_shopping_cart:before {
  content: "\e854";
}
.icon-queue:before {
  content: "\e03c";
}
.icon-add_to_queue:before {
  content: "\e05c";
}
.icon-adjust2:before {
  content: "\e39e";
}
.icon-airline_seat_flat:before {
  content: "\e630";
}
.icon-airline_seat_flat_angled:before {
  content: "\e631";
}
.icon-airline_seat_individual_suite:before {
  content: "\e632";
}
.icon-airline_seat_legroom_extra:before {
  content: "\e633";
}
.icon-airline_seat_legroom_normal:before {
  content: "\e634";
}
.icon-airline_seat_legroom_reduced:before {
  content: "\e635";
}
.icon-airline_seat_recline_extra:before {
  content: "\e636";
}
.icon-airline_seat_recline_normal:before {
  content: "\e637";
}
.icon-flight:before {
  content: "\e539";
}
.icon-airplanemode_inactive:before {
  content: "\e194";
}
.icon-airplay:before {
  content: "\e055";
}
.icon-airport_shuttle:before {
  content: "\eb3c";
}
.icon-alarm_off:before {
  content: "\e857";
}
.icon-alarm_on:before {
  content: "\e858";
}
.icon-album:before {
  content: "\e019";
}
.icon-all_inclusive:before {
  content: "\eb3d";
}
.icon-all_out:before {
  content: "\e90b";
}
.icon-android2:before {
  content: "\e859";
}
.icon-announcement:before {
  content: "\e85a";
}
.icon-apps:before {
  content: "\e5c3";
}
.icon-archive2:before {
  content: "\e149";
}
.icon-arrow_back:before {
  content: "\e5c4";
}
.icon-arrow_downward:before {
  content: "\e5db";
}
.icon-arrow_drop_down:before {
  content: "\e5c5";
}
.icon-arrow_drop_down_circle:before {
  content: "\e5c6";
}
.icon-arrow_drop_up:before {
  content: "\e5c7";
}
.icon-arrow_forward:before {
  content: "\e5c8";
}
.icon-arrow_upward:before {
  content: "\e5d8";
}
.icon-art_track:before {
  content: "\e060";
}
.icon-aspect_ratio:before {
  content: "\e85b";
}
.icon-poll:before {
  content: "\e801";
}
.icon-assignment:before {
  content: "\e85d";
}
.icon-assignment_ind:before {
  content: "\e85e";
}
.icon-assignment_late:before {
  content: "\e85f";
}
.icon-assignment_return:before {
  content: "\e860";
}
.icon-assignment_returned:before {
  content: "\e861";
}
.icon-assignment_turned_in:before {
  content: "\e862";
}
.icon-assistant:before {
  content: "\e39f";
}
.icon-flag2:before {
  content: "\e153";
}
.icon-attach_file:before {
  content: "\e226";
}
.icon-attach_money:before {
  content: "\e227";
}
.icon-attachment:before {
  content: "\e2bc";
}
.icon-audiotrack:before {
  content: "\e3a1";
}
.icon-autorenew:before {
  content: "\e863";
}
.icon-av_timer:before {
  content: "\e01b";
}
.icon-backspace:before {
  content: "\e14a";
}
.icon-cloud_upload:before {
  content: "\e2c3";
}
.icon-battery_alert:before {
  content: "\e19c";
}
.icon-battery_charging_full:before {
  content: "\e1a3";
}
.icon-battery_std:before {
  content: "\e1a5";
}
.icon-battery_unknown:before {
  content: "\e1a6";
}
.icon-beach_access:before {
  content: "\eb3e";
}
.icon-beenhere:before {
  content: "\e52d";
}
.icon-block:before {
  content: "\e14b";
}
.icon-bluetooth2:before {
  content: "\e1a7";
}
.icon-bluetooth_searching:before {
  content: "\e1aa";
}
.icon-bluetooth_connected:before {
  content: "\e1a8";
}
.icon-bluetooth_disabled:before {
  content: "\e1a9";
}
.icon-blur_circular:before {
  content: "\e3a2";
}
.icon-blur_linear:before {
  content: "\e3a3";
}
.icon-blur_off:before {
  content: "\e3a4";
}
.icon-blur_on:before {
  content: "\e3a5";
}
.icon-class:before {
  content: "\e86e";
}
.icon-turned_in:before {
  content: "\e8e6";
}
.icon-turned_in_not:before {
  content: "\e8e7";
}
.icon-border_all:before {
  content: "\e228";
}
.icon-border_bottom:before {
  content: "\e229";
}
.icon-border_clear:before {
  content: "\e22a";
}
.icon-border_color:before {
  content: "\e22b";
}
.icon-border_horizontal:before {
  content: "\e22c";
}
.icon-border_inner:before {
  content: "\e22d";
}
.icon-border_left:before {
  content: "\e22e";
}
.icon-border_outer:before {
  content: "\e22f";
}
.icon-border_right:before {
  content: "\e230";
}
.icon-border_style:before {
  content: "\e231";
}
.icon-border_top:before {
  content: "\e232";
}
.icon-border_vertical:before {
  content: "\e233";
}
.icon-branding_watermark:before {
  content: "\e06b";
}
.icon-brightness_1:before {
  content: "\e3a6";
}
.icon-brightness_2:before {
  content: "\e3a7";
}
.icon-brightness_3:before {
  content: "\e3a8";
}
.icon-brightness_4:before {
  content: "\e3a9";
}
.icon-brightness_low:before {
  content: "\e1ad";
}
.icon-brightness_medium:before {
  content: "\e1ae";
}
.icon-brightness_high:before {
  content: "\e1ac";
}
.icon-brightness_auto:before {
  content: "\e1ab";
}
.icon-broken_image:before {
  content: "\e3ad";
}
.icon-brush:before {
  content: "\e3ae";
}
.icon-bubble_chart:before {
  content: "\e6dd";
}
.icon-bug_report:before {
  content: "\e868";
}
.icon-build:before {
  content: "\e869";
}
.icon-burst_mode:before {
  content: "\e43c";
}
.icon-domain:before {
  content: "\e7ee";
}
.icon-business_center:before {
  content: "\eb3f";
}
.icon-cached:before {
  content: "\e86a";
}
.icon-cake:before {
  content: "\e7e9";
}
.icon-phone2:before {
  content: "\e0cd";
}
.icon-call_end:before {
  content: "\e0b1";
}
.icon-call_made:before {
  content: "\e0b2";
}
.icon-merge_type:before {
  content: "\e252";
}
.icon-call_missed:before {
  content: "\e0b4";
}
.icon-call_missed_outgoing:before {
  content: "\e0e4";
}
.icon-call_received:before {
  content: "\e0b5";
}
.icon-call_split:before {
  content: "\e0b6";
}
.icon-call_to_action:before {
  content: "\e06c";
}
.icon-camera2:before {
  content: "\e3af";
}
.icon-photo_camera:before {
  content: "\e412";
}
.icon-camera_enhance:before {
  content: "\e8fc";
}
.icon-camera_front:before {
  content: "\e3b1";
}
.icon-camera_rear:before {
  content: "\e3b2";
}
.icon-camera_roll:before {
  content: "\e3b3";
}
.icon-cancel:before {
  content: "\e5c9";
}
.icon-redeem:before {
  content: "\e8b1";
}
.icon-card_membership:before {
  content: "\e8f7";
}
.icon-card_travel:before {
  content: "\e8f8";
}
.icon-casino:before {
  content: "\eb40";
}
.icon-cast:before {
  content: "\e307";
}
.icon-cast_connected:before {
  content: "\e308";
}
.icon-center_focus_strong:before {
  content: "\e3b4";
}
.icon-center_focus_weak:before {
  content: "\e3b5";
}
.icon-change_history:before {
  content: "\e86b";
}
.icon-chat:before {
  content: "\e0b7";
}
.icon-chat_bubble:before {
  content: "\e0ca";
}
.icon-chat_bubble_outline:before {
  content: "\e0cb";
}
.icon-check2:before {
  content: "\e5ca";
}
.icon-check_box:before {
  content: "\e834";
}
.icon-check_box_outline_blank:before {
  content: "\e835";
}
.icon-check_circle:before {
  content: "\e86c";
}
.icon-navigate_before:before {
  content: "\e408";
}
.icon-navigate_next:before {
  content: "\e409";
}
.icon-child_care:before {
  content: "\eb41";
}
.icon-child_friendly:before {
  content: "\eb42";
}
.icon-chrome_reader_mode:before {
  content: "\e86d";
}
.icon-close2:before {
  content: "\e5cd";
}
.icon-clear_all:before {
  content: "\e0b8";
}
.icon-closed_caption:before {
  content: "\e01c";
}
.icon-wb_cloudy:before {
  content: "\e42d";
}
.icon-cloud_circle:before {
  content: "\e2be";
}
.icon-cloud_done:before {
  content: "\e2bf";
}
.icon-cloud_download:before {
  content: "\e2c0";
}
.icon-cloud_off:before {
  content: "\e2c1";
}
.icon-cloud_queue:before {
  content: "\e2c2";
}
.icon-code2:before {
  content: "\e86f";
}
.icon-photo_library:before {
  content: "\e413";
}
.icon-collections_bookmark:before {
  content: "\e431";
}
.icon-palette:before {
  content: "\e40a";
}
.icon-colorize:before {
  content: "\e3b8";
}
.icon-comment2:before {
  content: "\e0b9";
}
.icon-compare:before {
  content: "\e3b9";
}
.icon-compare_arrows:before {
  content: "\e915";
}
.icon-laptop2:before {
  content: "\e31e";
}
.icon-confirmation_number:before {
  content: "\e638";
}
.icon-contact_mail:before {
  content: "\e0d0";
}
.icon-contact_phone:before {
  content: "\e0cf";
}
.icon-contacts:before {
  content: "\e0ba";
}
.icon-content_copy:before {
  content: "\e14d";
}
.icon-content_cut:before {
  content: "\e14e";
}
.icon-content_paste:before {
  content: "\e14f";
}
.icon-control_point_duplicate:before {
  content: "\e3bb";
}
.icon-copyright2:before {
  content: "\e90c";
}
.icon-mode_edit:before {
  content: "\e254";
}
.icon-create_new_folder:before {
  content: "\e2cc";
}
.icon-payment:before {
  content: "\e8a1";
}
.icon-crop2:before {
  content: "\e3be";
}
.icon-crop_16_9:before {
  content: "\e3bc";
}
.icon-crop_3_2:before {
  content: "\e3bd";
}
.icon-crop_landscape:before {
  content: "\e3c3";
}
.icon-crop_7_5:before {
  content: "\e3c0";
}
.icon-crop_din:before {
  content: "\e3c1";
}
.icon-crop_free:before {
  content: "\e3c2";
}
.icon-crop_original:before {
  content: "\e3c4";
}
.icon-crop_portrait:before {
  content: "\e3c5";
}
.icon-crop_rotate:before {
  content: "\e437";
}
.icon-crop_square:before {
  content: "\e3c6";
}
.icon-dashboard2:before {
  content: "\e871";
}
.icon-data_usage:before {
  content: "\e1af";
}
.icon-date_range:before {
  content: "\e916";
}
.icon-dehaze:before {
  content: "\e3c7";
}
.icon-delete:before {
  content: "\e872";
}
.icon-delete_forever:before {
  content: "\e92b";
}
.icon-delete_sweep:before {
  content: "\e16c";
}
.icon-description:before {
  content: "\e873";
}
.icon-desktop_mac:before {
  content: "\e30b";
}
.icon-desktop_windows:before {
  content: "\e30c";
}
.icon-details:before {
  content: "\e3c8";
}
.icon-developer_board:before {
  content: "\e30d";
}
.icon-developer_mode:before {
  content: "\e1b0";
}
.icon-device_hub:before {
  content: "\e335";
}
.icon-phonelink:before {
  content: "\e326";
}
.icon-devices_other:before {
  content: "\e337";
}
.icon-dialer_sip:before {
  content: "\e0bb";
}
.icon-dialpad:before {
  content: "\e0bc";
}
.icon-directions:before {
  content: "\e52e";
}
.icon-directions_bike:before {
  content: "\e52f";
}
.icon-directions_boat:before {
  content: "\e532";
}
.icon-directions_bus:before {
  content: "\e530";
}
.icon-directions_car:before {
  content: "\e531";
}
.icon-directions_railway:before {
  content: "\e534";
}
.icon-directions_run:before {
  content: "\e566";
}
.icon-directions_transit:before {
  content: "\e535";
}
.icon-directions_walk:before {
  content: "\e536";
}
.icon-disc_full:before {
  content: "\e610";
}
.icon-dns:before {
  content: "\e875";
}
.icon-not_interested:before {
  content: "\e033";
}
.icon-do_not_disturb_alt:before {
  content: "\e611";
}
.icon-do_not_disturb_off:before {
  content: "\e643";
}
.icon-remove_circle:before {
  content: "\e15c";
}
.icon-dock:before {
  content: "\e30e";
}
.icon-done:before {
  content: "\e876";
}
.icon-done_all:before {
  content: "\e877";
}
.icon-donut_large:before {
  content: "\e917";
}
.icon-donut_small:before {
  content: "\e918";
}
.icon-drafts:before {
  content: "\e151";
}
.icon-drag_handle:before {
  content: "\e25d";
}
.icon-time_to_leave:before {
  content: "\e62c";
}
.icon-dvr:before {
  content: "\e1b2";
}
.icon-edit_location:before {
  content: "\e568";
}
.icon-eject2:before {
  content: "\e8fb";
}
.icon-markunread:before {
  content: "\e159";
}
.icon-enhanced_encryption:before {
  content: "\e63f";
}
.icon-equalizer:before {
  content: "\e01d";
}
.icon-error:before {
  content: "\e000";
}
.icon-error_outline:before {
  content: "\e001";
}
.icon-euro_symbol:before {
  content: "\e926";
}
.icon-ev_station:before {
  content: "\e56d";
}
.icon-insert_invitation:before {
  content: "\e24f";
}
.icon-event_available:before {
  content: "\e614";
}
.icon-event_busy:before {
  content: "\e615";
}
.icon-event_note:before {
  content: "\e616";
}
.icon-event_seat:before {
  content: "\e903";
}
.icon-exit_to_app:before {
  content: "\e879";
}
.icon-expand_less:before {
  content: "\e5ce";
}
.icon-expand_more:before {
  content: "\e5cf";
}
.icon-explicit:before {
  content: "\e01e";
}
.icon-explore:before {
  content: "\e87a";
}
.icon-exposure:before {
  content: "\e3ca";
}
.icon-exposure_neg_1:before {
  content: "\e3cb";
}
.icon-exposure_neg_2:before {
  content: "\e3cc";
}
.icon-exposure_plus_1:before {
  content: "\e3cd";
}
.icon-exposure_plus_2:before {
  content: "\e3ce";
}
.icon-exposure_zero:before {
  content: "\e3cf";
}
.icon-extension:before {
  content: "\e87b";
}
.icon-face:before {
  content: "\e87c";
}
.icon-fast_forward:before {
  content: "\e01f";
}
.icon-fast_rewind:before {
  content: "\e020";
}
.icon-favorite:before {
  content: "\e87d";
}
.icon-favorite_border:before {
  content: "\e87e";
}
.icon-featured_play_list:before {
  content: "\e06d";
}
.icon-featured_video:before {
  content: "\e06e";
}
.icon-sms_failed:before {
  content: "\e626";
}
.icon-fiber_dvr:before {
  content: "\e05d";
}
.icon-fiber_manual_record:before {
  content: "\e061";
}
.icon-fiber_new:before {
  content: "\e05e";
}
.icon-fiber_pin:before {
  content: "\e06a";
}
.icon-fiber_smart_record:before {
  content: "\e062";
}
.icon-get_app:before {
  content: "\e884";
}
.icon-file_upload:before {
  content: "\e2c6";
}
.icon-filter2:before {
  content: "\e3d3";
}
.icon-filter_1:before {
  content: "\e3d0";
}
.icon-filter_2:before {
  content: "\e3d1";
}
.icon-filter_3:before {
  content: "\e3d2";
}
.icon-filter_4:before {
  content: "\e3d4";
}
.icon-filter_5:before {
  content: "\e3d5";
}
.icon-filter_6:before {
  content: "\e3d6";
}
.icon-filter_7:before {
  content: "\e3d7";
}
.icon-filter_8:before {
  content: "\e3d8";
}
.icon-filter_9:before {
  content: "\e3d9";
}
.icon-filter_9_plus:before {
  content: "\e3da";
}
.icon-filter_b_and_w:before {
  content: "\e3db";
}
.icon-filter_center_focus:before {
  content: "\e3dc";
}
.icon-filter_drama:before {
  content: "\e3dd";
}
.icon-filter_frames:before {
  content: "\e3de";
}
.icon-terrain:before {
  content: "\e564";
}
.icon-filter_list:before {
  content: "\e152";
}
.icon-filter_none:before {
  content: "\e3e0";
}
.icon-filter_tilt_shift:before {
  content: "\e3e2";
}
.icon-filter_vintage:before {
  content: "\e3e3";
}
.icon-find_in_page:before {
  content: "\e880";
}
.icon-find_replace:before {
  content: "\e881";
}
.icon-fingerprint:before {
  content: "\e90d";
}
.icon-first_page:before {
  content: "\e5dc";
}
.icon-fitness_center:before {
  content: "\eb43";
}
.icon-flare:before {
  content: "\e3e4";
}
.icon-flash_auto:before {
  content: "\e3e5";
}
.icon-flash_off:before {
  content: "\e3e6";
}
.icon-flash_on:before {
  content: "\e3e7";
}
.icon-flight_land:before {
  content: "\e904";
}
.icon-flight_takeoff:before {
  content: "\e905";
}
.icon-flip:before {
  content: "\e3e8";
}
.icon-flip_to_back:before {
  content: "\e882";
}
.icon-flip_to_front:before {
  content: "\e883";
}
.icon-folder2:before {
  content: "\e2c7";
}
.icon-folder_open:before {
  content: "\e2c8";
}
.icon-folder_shared:before {
  content: "\e2c9";
}
.icon-folder_special:before {
  content: "\e617";
}
.icon-font_download:before {
  content: "\e167";
}
.icon-format_align_center:before {
  content: "\e234";
}
.icon-format_align_justify:before {
  content: "\e235";
}
.icon-format_align_left:before {
  content: "\e236";
}
.icon-format_align_right:before {
  content: "\e237";
}
.icon-format_bold:before {
  content: "\e238";
}
.icon-format_clear:before {
  content: "\e239";
}
.icon-format_color_fill:before {
  content: "\e23a";
}
.icon-format_color_reset:before {
  content: "\e23b";
}
.icon-format_color_text:before {
  content: "\e23c";
}
.icon-format_indent_decrease:before {
  content: "\e23d";
}
.icon-format_indent_increase:before {
  content: "\e23e";
}
.icon-format_italic:before {
  content: "\e23f";
}
.icon-format_line_spacing:before {
  content: "\e240";
}
.icon-format_list_bulleted:before {
  content: "\e241";
}
.icon-format_list_numbered:before {
  content: "\e242";
}
.icon-format_paint:before {
  content: "\e243";
}
.icon-format_quote:before {
  content: "\e244";
}
.icon-format_shapes:before {
  content: "\e25e";
}
.icon-format_size:before {
  content: "\e245";
}
.icon-format_strikethrough:before {
  content: "\e246";
}
.icon-format_textdirection_l_to_r:before {
  content: "\e247";
}
.icon-format_textdirection_r_to_l:before {
  content: "\e248";
}
.icon-format_underlined:before {
  content: "\e249";
}
.icon-question_answer:before {
  content: "\e8af";
}
.icon-forward2:before {
  content: "\e154";
}
.icon-forward_10:before {
  content: "\e056";
}
.icon-forward_30:before {
  content: "\e057";
}
.icon-forward_5:before {
  content: "\e058";
}
.icon-free_breakfast:before {
  content: "\eb44";
}
.icon-fullscreen:before {
  content: "\e5d0";
}
.icon-fullscreen_exit:before {
  content: "\e5d1";
}
.icon-functions:before {
  content: "\e24a";
}
.icon-g_translate:before {
  content: "\e927";
}
.icon-games:before {
  content: "\e021";
}
.icon-gavel2:before {
  content: "\e90e";
}
.icon-gesture:before {
  content: "\e155";
}
.icon-gif:before {
  content: "\e908";
}
.icon-goat:before {
  content: "\e900";
}
.icon-golf_course:before {
  content: "\eb45";
}
.icon-my_location:before {
  content: "\e55c";
}
.icon-location_searching:before {
  content: "\e1b7";
}
.icon-location_disabled:before {
  content: "\e1b6";
}
.icon-star2:before {
  content: "\e838";
}
.icon-gradient:before {
  content: "\e3e9";
}
.icon-grain:before {
  content: "\e3ea";
}
.icon-graphic_eq:before {
  content: "\e1b8";
}
.icon-grid_off:before {
  content: "\e3eb";
}
.icon-grid_on:before {
  content: "\e3ec";
}
.icon-people:before {
  content: "\e7fb";
}
.icon-group_add:before {
  content: "\e7f0";
}
.icon-group_work:before {
  content: "\e886";
}
.icon-hd:before {
  content: "\e052";
}
.icon-hdr_off:before {
  content: "\e3ed";
}
.icon-hdr_on:before {
  content: "\e3ee";
}
.icon-hdr_strong:before {
  content: "\e3f1";
}
.icon-hdr_weak:before {
  content: "\e3f2";
}
.icon-headset:before {
  content: "\e310";
}
.icon-headset_mic:before {
  content: "\e311";
}
.icon-healing:before {
  content: "\e3f3";
}
.icon-hearing:before {
  content: "\e023";
}
.icon-help:before {
  content: "\e887";
}
.icon-help_outline:before {
  content: "\e8fd";
}
.icon-high_quality:before {
  content: "\e024";
}
.icon-highlight:before {
  content: "\e25f";
}
.icon-highlight_off:before {
  content: "\e888";
}
.icon-restore:before {
  content: "\e8b3";
}
.icon-home2:before {
  content: "\e88a";
}
.icon-hot_tub:before {
  content: "\eb46";
}
.icon-local_hotel:before {
  content: "\e549";
}
.icon-hourglass_empty:before {
  content: "\e88b";
}
.icon-hourglass_full:before {
  content: "\e88c";
}
.icon-http:before {
  content: "\e902";
}
.icon-lock2:before {
  content: "\e897";
}
.icon-photo2:before {
  content: "\e410";
}
.icon-image_aspect_ratio:before {
  content: "\e3f5";
}
.icon-import_contacts:before {
  content: "\e0e0";
}
.icon-import_export:before {
  content: "\e0c3";
}
.icon-important_devices:before {
  content: "\e912";
}
.icon-inbox2:before {
  content: "\e156";
}
.icon-indeterminate_check_box:before {
  content: "\e909";
}
.icon-info2:before {
  content: "\e88e";
}
.icon-info_outline:before {
  content: "\e88f";
}
.icon-input:before {
  content: "\e890";
}
.icon-insert_comment:before {
  content: "\e24c";
}
.icon-insert_drive_file:before {
  content: "\e24d";
}
.icon-tag_faces:before {
  content: "\e420";
}
.icon-link2:before {
  content: "\e157";
}
.icon-invert_colors:before {
  content: "\e891";
}
.icon-invert_colors_off:before {
  content: "\e0c4";
}
.icon-iso:before {
  content: "\e3f6";
}
.icon-keyboard:before {
  content: "\e312";
}
.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_left:before {
  content: "\e314";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}
.icon-keyboard_arrow_up:before {
  content: "\e316";
}
.icon-keyboard_backspace:before {
  content: "\e317";
}
.icon-keyboard_capslock:before {
  content: "\e318";
}
.icon-keyboard_hide:before {
  content: "\e31a";
}
.icon-keyboard_return:before {
  content: "\e31b";
}
.icon-keyboard_tab:before {
  content: "\e31c";
}
.icon-keyboard_voice:before {
  content: "\e31d";
}
.icon-kitchen:before {
  content: "\eb47";
}
.icon-label:before {
  content: "\e892";
}
.icon-label_outline:before {
  content: "\e893";
}
.icon-language2:before {
  content: "\e894";
}
.icon-laptop_chromebook:before {
  content: "\e31f";
}
.icon-laptop_mac:before {
  content: "\e320";
}
.icon-laptop_windows:before {
  content: "\e321";
}
.icon-last_page:before {
  content: "\e5dd";
}
.icon-open_in_new:before {
  content: "\e89e";
}
.icon-layers:before {
  content: "\e53b";
}
.icon-layers_clear:before {
  content: "\e53c";
}
.icon-leak_add:before {
  content: "\e3f8";
}
.icon-leak_remove:before {
  content: "\e3f9";
}
.icon-lens:before {
  content: "\e3fa";
}
.icon-library_books:before {
  content: "\e02f";
}
.icon-library_music:before {
  content: "\e030";
}
.icon-lightbulb_outline:before {
  content: "\e90f";
}
.icon-line_style:before {
  content: "\e919";
}
.icon-line_weight:before {
  content: "\e91a";
}
.icon-linear_scale:before {
  content: "\e260";
}
.icon-linked_camera:before {
  content: "\e438";
}
.icon-list2:before {
  content: "\e896";
}
.icon-live_help:before {
  content: "\e0c6";
}
.icon-live_tv:before {
  content: "\e639";
}
.icon-local_play:before {
  content: "\e553";
}
.icon-local_airport:before {
  content: "\e53d";
}
.icon-local_atm:before {
  content: "\e53e";
}
.icon-local_bar:before {
  content: "\e540";
}
.icon-local_cafe:before {
  content: "\e541";
}
.icon-local_car_wash:before {
  content: "\e542";
}
.icon-local_convenience_store:before {
  content: "\e543";
}
.icon-restaurant_menu:before {
  content: "\e561";
}
.icon-local_drink:before {
  content: "\e544";
}
.icon-local_florist:before {
  content: "\e545";
}
.icon-local_gas_station:before {
  content: "\e546";
}
.icon-shopping_cart:before {
  content: "\e8cc";
}
.icon-local_hospital:before {
  content: "\e548";
}
.icon-local_laundry_service:before {
  content: "\e54a";
}
.icon-local_library:before {
  content: "\e54b";
}
.icon-local_mall:before {
  content: "\e54c";
}
.icon-theaters:before {
  content: "\e8da";
}
.icon-local_offer:before {
  content: "\e54e";
}
.icon-local_parking:before {
  content: "\e54f";
}
.icon-local_pharmacy:before {
  content: "\e550";
}
.icon-local_pizza:before {
  content: "\e552";
}
.icon-print2:before {
  content: "\e8ad";
}
.icon-local_shipping:before {
  content: "\e558";
}
.icon-local_taxi:before {
  content: "\e559";
}
.icon-location_city:before {
  content: "\e7f1";
}
.icon-location_off:before {
  content: "\e0c7";
}
.icon-room:before {
  content: "\e8b4";
}
.icon-lock_open:before {
  content: "\e898";
}
.icon-lock_outline:before {
  content: "\e899";
}
.icon-looks:before {
  content: "\e3fc";
}
.icon-looks_3:before {
  content: "\e3fb";
}
.icon-looks_4:before {
  content: "\e3fd";
}
.icon-looks_5:before {
  content: "\e3fe";
}
.icon-looks_6:before {
  content: "\e3ff";
}
.icon-looks_one:before {
  content: "\e400";
}
.icon-looks_two:before {
  content: "\e401";
}
.icon-sync:before {
  content: "\e627";
}
.icon-loupe:before {
  content: "\e402";
}
.icon-low_priority:before {
  content: "\e16d";
}
.icon-loyalty:before {
  content: "\e89a";
}
.icon-mail_outline:before {
  content: "\e0e1";
}
.icon-map2:before {
  content: "\e55b";
}
.icon-markunread_mailbox:before {
  content: "\e89b";
}
.icon-memory:before {
  content: "\e322";
}
.icon-menu:before {
  content: "\e5d2";
}
.icon-message:before {
  content: "\e0c9";
}
.icon-mic:before {
  content: "\e029";
}
.icon-mic_none:before {
  content: "\e02a";
}
.icon-mic_off:before {
  content: "\e02b";
}
.icon-mms:before {
  content: "\e618";
}
.icon-mode_comment:before {
  content: "\e253";
}
.icon-monetization_on:before {
  content: "\e263";
}
.icon-money_off:before {
  content: "\e25c";
}
.icon-monochrome_photos:before {
  content: "\e403";
}
.icon-mood_bad:before {
  content: "\e7f3";
}
.icon-more:before {
  content: "\e619";
}
.icon-more_horiz:before {
  content: "\e5d3";
}
.icon-more_vert:before {
  content: "\e5d4";
}
.icon-motorcycle2:before {
  content: "\e91b";
}
.icon-mouse:before {
  content: "\e323";
}
.icon-move_to_inbox:before {
  content: "\e168";
}
.icon-movie_creation:before {
  content: "\e404";
}
.icon-movie_filter:before {
  content: "\e43a";
}
.icon-multiline_chart:before {
  content: "\e6df";
}
.icon-music_note:before {
  content: "\e405";
}
.icon-music_video:before {
  content: "\e063";
}
.icon-nature:before {
  content: "\e406";
}
.icon-nature_people:before {
  content: "\e407";
}
.icon-navigation:before {
  content: "\e55d";
}
.icon-near_me:before {
  content: "\e569";
}
.icon-network_cell:before {
  content: "\e1b9";
}
.icon-network_check:before {
  content: "\e640";
}
.icon-network_locked:before {
  content: "\e61a";
}
.icon-network_wifi:before {
  content: "\e1ba";
}
.icon-new_releases:before {
  content: "\e031";
}
.icon-next_week:before {
  content: "\e16a";
}
.icon-nfc:before {
  content: "\e1bb";
}
.icon-no_encryption:before {
  content: "\e641";
}
.icon-signal_cellular_no_sim:before {
  content: "\e1ce";
}
.icon-note:before {
  content: "\e06f";
}
.icon-note_add:before {
  content: "\e89c";
}
.icon-notifications:before {
  content: "\e7f4";
}
.icon-notifications_active:before {
  content: "\e7f7";
}
.icon-notifications_none:before {
  content: "\e7f5";
}
.icon-notifications_off:before {
  content: "\e7f6";
}
.icon-notifications_paused:before {
  content: "\e7f8";
}
.icon-offline_pin:before {
  content: "\e90a";
}
.icon-ondemand_video:before {
  content: "\e63a";
}
.icon-opacity:before {
  content: "\e91c";
}
.icon-open_in_browser:before {
  content: "\e89d";
}
.icon-open_with:before {
  content: "\e89f";
}
.icon-pages:before {
  content: "\e7f9";
}
.icon-pageview:before {
  content: "\e8a0";
}
.icon-pan_tool:before {
  content: "\e925";
}
.icon-panorama:before {
  content: "\e40b";
}
.icon-radio_button_unchecked:before {
  content: "\e836";
}
.icon-panorama_horizontal:before {
  content: "\e40d";
}
.icon-panorama_vertical:before {
  content: "\e40e";
}
.icon-panorama_wide_angle:before {
  content: "\e40f";
}
.icon-party_mode:before {
  content: "\e7fa";
}
.icon-pause2:before {
  content: "\e034";
}
.icon-pause_circle_filled:before {
  content: "\e035";
}
.icon-pause_circle_outline:before {
  content: "\e036";
}
.icon-people_outline:before {
  content: "\e7fc";
}
.icon-perm_camera_mic:before {
  content: "\e8a2";
}
.icon-perm_contact_calendar:before {
  content: "\e8a3";
}
.icon-perm_data_setting:before {
  content: "\e8a4";
}
.icon-perm_device_information:before {
  content: "\e8a5";
}
.icon-person_outline:before {
  content: "\e7ff";
}
.icon-perm_media:before {
  content: "\e8a7";
}
.icon-perm_phone_msg:before {
  content: "\e8a8";
}
.icon-perm_scan_wifi:before {
  content: "\e8a9";
}
.icon-person:before {
  content: "\e7fd";
}
.icon-person_add:before {
  content: "\e7fe";
}
.icon-person_pin:before {
  content: "\e55a";
}
.icon-person_pin_circle:before {
  content: "\e56a";
}
.icon-personal_video:before {
  content: "\e63b";
}
.icon-pets:before {
  content: "\e91d";
}
.icon-phone_android:before {
  content: "\e324";
}
.icon-phone_bluetooth_speaker:before {
  content: "\e61b";
}
.icon-phone_forwarded:before {
  content: "\e61c";
}
.icon-phone_in_talk:before {
  content: "\e61d";
}
.icon-phone_iphone:before {
  content: "\e325";
}
.icon-phone_locked:before {
  content: "\e61e";
}
.icon-phone_missed:before {
  content: "\e61f";
}
.icon-phone_paused:before {
  content: "\e620";
}
.icon-phonelink_erase:before {
  content: "\e0db";
}
.icon-phonelink_lock:before {
  content: "\e0dc";
}
.icon-phonelink_off:before {
  content: "\e327";
}
.icon-phonelink_ring:before {
  content: "\e0dd";
}
.icon-phonelink_setup:before {
  content: "\e0de";
}
.icon-photo_album:before {
  content: "\e411";
}
.icon-photo_filter:before {
  content: "\e43b";
}
.icon-photo_size_select_actual:before {
  content: "\e432";
}
.icon-photo_size_select_large:before {
  content: "\e433";
}
.icon-photo_size_select_small:before {
  content: "\e434";
}
.icon-picture_as_pdf:before {
  content: "\e415";
}
.icon-picture_in_picture:before {
  content: "\e8aa";
}
.icon-picture_in_picture_alt:before {
  content: "\e911";
}
.icon-pie_chart:before {
  content: "\e6c4";
}
.icon-pie_chart_outlined:before {
  content: "\e6c5";
}
.icon-pin_drop:before {
  content: "\e55e";
}
.icon-play_arrow:before {
  content: "\e037";
}
.icon-play_circle_filled:before {
  content: "\e038";
}
.icon-play_circle_outline:before {
  content: "\e039";
}
.icon-play_for_work:before {
  content: "\e906";
}
.icon-playlist_add:before {
  content: "\e03b";
}
.icon-playlist_add_check:before {
  content: "\e065";
}
.icon-playlist_play:before {
  content: "\e05f";
}
.icon-plus_one:before {
  content: "\e800";
}
.icon-polymer:before {
  content: "\e8ab";
}
.icon-pool:before {
  content: "\eb48";
}
.icon-portable_wifi_off:before {
  content: "\e0ce";
}
.icon-portrait:before {
  content: "\e416";
}
.icon-power:before {
  content: "\e63c";
}
.icon-power_input:before {
  content: "\e336";
}
.icon-power_settings_new:before {
  content: "\e8ac";
}
.icon-pregnant_woman:before {
  content: "\e91e";
}
.icon-present_to_all:before {
  content: "\e0df";
}
.icon-priority_high:before {
  content: "\e645";
}
.icon-public:before {
  content: "\e80b";
}
.icon-publish:before {
  content: "\e255";
}
.icon-queue_music:before {
  content: "\e03d";
}
.icon-queue_play_next:before {
  content: "\e066";
}
.icon-radio:before {
  content: "\e03e";
}
.icon-radio_button_checked:before {
  content: "\e837";
}
.icon-rate_review:before {
  content: "\e560";
}
.icon-receipt:before {
  content: "\e8b0";
}
.icon-recent_actors:before {
  content: "\e03f";
}
.icon-record_voice_over:before {
  content: "\e91f";
}
.icon-redo:before {
  content: "\e15a";
}
.icon-refresh2:before {
  content: "\e5d5";
}
.icon-remove2:before {
  content: "\e15b";
}
.icon-remove_circle_outline:before {
  content: "\e15d";
}
.icon-remove_from_queue:before {
  content: "\e067";
}
.icon-visibility:before {
  content: "\e8f4";
}
.icon-remove_shopping_cart:before {
  content: "\e928";
}
.icon-reorder2:before {
  content: "\e8fe";
}
.icon-repeat2:before {
  content: "\e040";
}
.icon-repeat_one:before {
  content: "\e041";
}
.icon-replay:before {
  content: "\e042";
}
.icon-replay_10:before {
  content: "\e059";
}
.icon-replay_30:before {
  content: "\e05a";
}
.icon-replay_5:before {
  content: "\e05b";
}
.icon-reply2:before {
  content: "\e15e";
}
.icon-reply_all:before {
  content: "\e15f";
}
.icon-report:before {
  content: "\e160";
}
.icon-warning2:before {
  content: "\e002";
}
.icon-restaurant:before {
  content: "\e56c";
}
.icon-restore_page:before {
  content: "\e929";
}
.icon-ring_volume:before {
  content: "\e0d1";
}
.icon-room_service:before {
  content: "\eb49";
}
.icon-rotate_90_degrees_ccw:before {
  content: "\e418";
}
.icon-rotate_left:before {
  content: "\e419";
}
.icon-rotate_right:before {
  content: "\e41a";
}
.icon-rounded_corner:before {
  content: "\e920";
}
.icon-router:before {
  content: "\e328";
}
.icon-rowing:before {
  content: "\e921";
}
.icon-rss_feed:before {
  content: "\e0e5";
}
.icon-rv_hookup:before {
  content: "\e642";
}
.icon-satellite:before {
  content: "\e562";
}
.icon-save2:before {
  content: "\e161";
}
.icon-scanner:before {
  content: "\e329";
}
.icon-school:before {
  content: "\e80c";
}
.icon-screen_lock_landscape:before {
  content: "\e1be";
}
.icon-screen_lock_portrait:before {
  content: "\e1bf";
}
.icon-screen_lock_rotation:before {
  content: "\e1c0";
}
.icon-screen_rotation:before {
  content: "\e1c1";
}
.icon-screen_share:before {
  content: "\e0e2";
}
.icon-sd_storage:before {
  content: "\e1c2";
}
.icon-search2:before {
  content: "\e8b6";
}
.icon-security:before {
  content: "\e32a";
}
.icon-select_all:before {
  content: "\e162";
}
.icon-send2:before {
  content: "\e163";
}
.icon-sentiment_dissatisfied:before {
  content: "\e811";
}
.icon-sentiment_neutral:before {
  content: "\e812";
}
.icon-sentiment_satisfied:before {
  content: "\e813";
}
.icon-sentiment_very_dissatisfied:before {
  content: "\e814";
}
.icon-sentiment_very_satisfied:before {
  content: "\e815";
}
.icon-settings:before {
  content: "\e8b8";
}
.icon-settings_applications:before {
  content: "\e8b9";
}
.icon-settings_backup_restore:before {
  content: "\e8ba";
}
.icon-settings_bluetooth:before {
  content: "\e8bb";
}
.icon-settings_brightness:before {
  content: "\e8bd";
}
.icon-settings_cell:before {
  content: "\e8bc";
}
.icon-settings_ethernet:before {
  content: "\e8be";
}
.icon-settings_input_antenna:before {
  content: "\e8bf";
}
.icon-settings_input_composite:before {
  content: "\e8c1";
}
.icon-settings_input_hdmi:before {
  content: "\e8c2";
}
.icon-settings_input_svideo:before {
  content: "\e8c3";
}
.icon-settings_overscan:before {
  content: "\e8c4";
}
.icon-settings_phone:before {
  content: "\e8c5";
}
.icon-settings_power:before {
  content: "\e8c6";
}
.icon-settings_remote:before {
  content: "\e8c7";
}
.icon-settings_system_daydream:before {
  content: "\e1c3";
}
.icon-settings_voice:before {
  content: "\e8c8";
}
.icon-share2:before {
  content: "\e80d";
}
.icon-shop:before {
  content: "\e8c9";
}
.icon-shop_two:before {
  content: "\e8ca";
}
.icon-shopping_basket:before {
  content: "\e8cb";
}
.icon-short_text:before {
  content: "\e261";
}
.icon-show_chart:before {
  content: "\e6e1";
}
.icon-shuffle:before {
  content: "\e043";
}
.icon-signal_cellular_4_bar:before {
  content: "\e1c8";
}
.icon-signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}
.icon-signal_cellular_null:before {
  content: "\e1cf";
}
.icon-signal_cellular_off:before {
  content: "\e1d0";
}
.icon-signal_wifi_4_bar:before {
  content: "\e1d8";
}
.icon-signal_wifi_4_bar_lock:before {
  content: "\e1d9";
}
.icon-signal_wifi_off:before {
  content: "\e1da";
}
.icon-sim_card:before {
  content: "\e32b";
}
.icon-sim_card_alert:before {
  content: "\e624";
}
.icon-skip_next:before {
  content: "\e044";
}
.icon-skip_previous:before {
  content: "\e045";
}
.icon-slideshow:before {
  content: "\e41b";
}
.icon-slow_motion_video:before {
  content: "\e068";
}
.icon-stay_primary_portrait:before {
  content: "\e0d6";
}
.icon-smoke_free:before {
  content: "\eb4a";
}
.icon-smoking_rooms:before {
  content: "\eb4b";
}
.icon-textsms:before {
  content: "\e0d8";
}
.icon-snooze:before {
  content: "\e046";
}
.icon-sort2:before {
  content: "\e164";
}
.icon-sort_by_alpha:before {
  content: "\e053";
}
.icon-spa:before {
  content: "\eb4c";
}
.icon-space_bar:before {
  content: "\e256";
}
.icon-speaker:before {
  content: "\e32d";
}
.icon-speaker_group:before {
  content: "\e32e";
}
.icon-speaker_notes:before {
  content: "\e8cd";
}
.icon-speaker_notes_off:before {
  content: "\e92a";
}
.icon-speaker_phone:before {
  content: "\e0d2";
}
.icon-spellcheck:before {
  content: "\e8ce";
}
.icon-star_border:before {
  content: "\e83a";
}
.icon-star_half:before {
  content: "\e839";
}
.icon-stars:before {
  content: "\e8d0";
}
.icon-stay_primary_landscape:before {
  content: "\e0d5";
}
.icon-stop2:before {
  content: "\e047";
}
.icon-stop_screen_share:before {
  content: "\e0e3";
}
.icon-storage:before {
  content: "\e1db";
}
.icon-store_mall_directory:before {
  content: "\e563";
}
.icon-straighten:before {
  content: "\e41c";
}
.icon-streetview:before {
  content: "\e56e";
}
.icon-strikethrough_s:before {
  content: "\e257";
}
.icon-style:before {
  content: "\e41d";
}
.icon-subdirectory_arrow_left:before {
  content: "\e5d9";
}
.icon-subdirectory_arrow_right:before {
  content: "\e5da";
}
.icon-subject:before {
  content: "\e8d2";
}
.icon-subscriptions:before {
  content: "\e064";
}
.icon-subtitles:before {
  content: "\e048";
}
.icon-subway2:before {
  content: "\e56f";
}
.icon-supervisor_account:before {
  content: "\e8d3";
}
.icon-surround_sound:before {
  content: "\e049";
}
.icon-swap_calls:before {
  content: "\e0d7";
}
.icon-swap_horiz:before {
  content: "\e8d4";
}
.icon-swap_vert:before {
  content: "\e8d5";
}
.icon-swap_vertical_circle:before {
  content: "\e8d6";
}
.icon-switch_camera:before {
  content: "\e41e";
}
.icon-switch_video:before {
  content: "\e41f";
}
.icon-sync_disabled:before {
  content: "\e628";
}
.icon-sync_problem:before {
  content: "\e629";
}
.icon-system_update:before {
  content: "\e62a";
}
.icon-system_update_alt:before {
  content: "\e8d7";
}
.icon-tab:before {
  content: "\e8d8";
}
.icon-tab_unselected:before {
  content: "\e8d9";
}
.icon-tablet2:before {
  content: "\e32f";
}
.icon-tablet_android:before {
  content: "\e330";
}
.icon-tablet_mac:before {
  content: "\e331";
}
.icon-tap_and_play:before {
  content: "\e62b";
}
.icon-text_fields:before {
  content: "\e262";
}
.icon-text_format:before {
  content: "\e165";
}
.icon-texture:before {
  content: "\e421";
}
.icon-thumb_down:before {
  content: "\e8db";
}
.icon-thumb_up:before {
  content: "\e8dc";
}
.icon-thumbs_up_down:before {
  content: "\e8dd";
}
.icon-timelapse:before {
  content: "\e422";
}
.icon-timeline:before {
  content: "\e922";
}
.icon-timer:before {
  content: "\e425";
}
.icon-timer_10:before {
  content: "\e423";
}
.icon-timer_3:before {
  content: "\e424";
}
.icon-timer_off:before {
  content: "\e426";
}
.icon-title:before {
  content: "\e264";
}
.icon-toc:before {
  content: "\e8de";
}
.icon-today:before {
  content: "\e8df";
}
.icon-toll:before {
  content: "\e8e0";
}
.icon-tonality:before {
  content: "\e427";
}
.icon-touch_app:before {
  content: "\e913";
}
.icon-toys:before {
  content: "\e332";
}
.icon-track_changes:before {
  content: "\e8e1";
}
.icon-traffic:before {
  content: "\e565";
}
.icon-train2:before {
  content: "\e570";
}
.icon-tram:before {
  content: "\e571";
}
.icon-transfer_within_a_station:before {
  content: "\e572";
}
.icon-transform:before {
  content: "\e428";
}
.icon-translate:before {
  content: "\e8e2";
}
.icon-trending_down:before {
  content: "\e8e3";
}
.icon-trending_flat:before {
  content: "\e8e4";
}
.icon-trending_up:before {
  content: "\e8e5";
}
.icon-tune:before {
  content: "\e429";
}
.icon-tv2:before {
  content: "\e333";
}
.icon-unarchive:before {
  content: "\e169";
}
.icon-undo2:before {
  content: "\e166";
}
.icon-unfold_less:before {
  content: "\e5d6";
}
.icon-unfold_more:before {
  content: "\e5d7";
}
.icon-update:before {
  content: "\e923";
}
.icon-usb2:before {
  content: "\e1e0";
}
.icon-verified_user:before {
  content: "\e8e8";
}
.icon-vertical_align_bottom:before {
  content: "\e258";
}
.icon-vertical_align_center:before {
  content: "\e259";
}
.icon-vertical_align_top:before {
  content: "\e25a";
}
.icon-vibration:before {
  content: "\e62d";
}
.icon-video_call:before {
  content: "\e070";
}
.icon-video_label:before {
  content: "\e071";
}
.icon-video_library:before {
  content: "\e04a";
}
.icon-videocam:before {
  content: "\e04b";
}
.icon-videocam_off:before {
  content: "\e04c";
}
.icon-videogame_asset:before {
  content: "\e338";
}
.icon-view_agenda:before {
  content: "\e8e9";
}
.icon-view_array:before {
  content: "\e8ea";
}
.icon-view_carousel:before {
  content: "\e8eb";
}
.icon-view_column:before {
  content: "\e8ec";
}
.icon-view_comfy:before {
  content: "\e42a";
}
.icon-view_compact:before {
  content: "\e42b";
}
.icon-view_day:before {
  content: "\e8ed";
}
.icon-view_headline:before {
  content: "\e8ee";
}
.icon-view_list:before {
  content: "\e8ef";
}
.icon-view_module:before {
  content: "\e8f0";
}
.icon-view_quilt:before {
  content: "\e8f1";
}
.icon-view_stream:before {
  content: "\e8f2";
}
.icon-view_week:before {
  content: "\e8f3";
}
.icon-vignette:before {
  content: "\e435";
}
.icon-visibility_off:before {
  content: "\e8f5";
}
.icon-voice_chat:before {
  content: "\e62e";
}
.icon-voicemail:before {
  content: "\e0d9";
}
.icon-volume_down:before {
  content: "\e04d";
}
.icon-volume_mute:before {
  content: "\e04e";
}
.icon-volume_off:before {
  content: "\e04f";
}
.icon-volume_up:before {
  content: "\e050";
}
.icon-vpn_key:before {
  content: "\e0da";
}
.icon-vpn_lock:before {
  content: "\e62f";
}
.icon-wallpaper:before {
  content: "\e1bc";
}
.icon-watch:before {
  content: "\e334";
}
.icon-watch_later:before {
  content: "\e924";
}
.icon-wb_auto:before {
  content: "\e42c";
}
.icon-wb_incandescent:before {
  content: "\e42e";
}
.icon-wb_iridescent:before {
  content: "\e436";
}
.icon-wb_sunny:before {
  content: "\e430";
}
.icon-wc:before {
  content: "\e63d";
}
.icon-web:before {
  content: "\e051";
}
.icon-web_asset:before {
  content: "\e069";
}
.icon-weekend:before {
  content: "\e16b";
}
.icon-whatshot:before {
  content: "\e80e";
}
.icon-widgets:before {
  content: "\e1bd";
}
.icon-wifi2:before {
  content: "\e63e";
}
.icon-wifi_lock:before {
  content: "\e1e1";
}
.icon-wifi_tethering:before {
  content: "\e1e2";
}
.icon-work:before {
  content: "\e8f9";
}
.icon-wrap_text:before {
  content: "\e25b";
}
.icon-youtube_searched_for:before {
  content: "\e8fa";
}
.icon-zoom_in:before {
  content: "\e8ff";
}
.icon-zoom_out:before {
  content: "\e901";
}
.icon-zoom_out_map:before {
  content: "\e56b";
}

.container-fluid{
	margin-top: 0 !important;
}

.d-flex.gap-2.align-items-center svg,
.d-flex.gap-2.align-items-center img{
	width: 28px;
	min-width: 28px;
	height: auto;
}

#photoModal .modal-dialog{
	max-width: unset;
	max-height: unset;
	width: 100vw;
	height: 100vh;
}
#photoModal .modal-content{
	max-width: unset;
	max-height: unset;
	width: 100vw;
	height: 100vh;
}
.sl-wrapper , .sl-wrapper *{
	z-index: 10070 !important;
}
.sl-overlay{
	z-index: 10065 !important;
}
.section-header .navbar{
	padding: 0.25rem 1rem;
}
.navbar-toggler:focus{
	border: none;
	box-shadow: none;
}
.modal-open .modal{
	background-color: rgba(0, 0, 0, 0.5);
}



/**** ÖDEME SAYFASI *****/

body .pricing-card {
/*  width: 430px;
  min-height: 300px;
  height: auto; 
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.286);
  padding: 30px; */
  display: flex;
  flex-direction: column;
  row-gap: 20px;
/*  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%); */
}
 .pricing-card .card-header {
  width: 100%;
  height: 60px;
 /* padding: 10px; */
  border: 1px solid #ededed;
  border-radius: 10px;
}
 .pricing-card .card-header .card-btn-parent {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
 .pricing-card .card-header .card-btn-parent button {
  width: calc(100%/2);
  height: 100%;
  border: 0;
  border-radius: 7px;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  font-weight: 500;
  transition: color 0.5s ease;
}
 .pricing-card .card-header .card-btn-parent button:nth-of-type(1).active,  .pricing-card .card-header .card-btn-parent button:nth-of-type(1).active ~ div {
  left: 0px;
  color: #fff;
   visibility: visible;
    opacity: 1;
}
 .pricing-card .card-header .card-btn-parent button:nth-of-type(2).active,  .pricing-card .card-header .card-btn-parent button:nth-of-type(2).active ~ div {
  left: calc(100%/2);
  color: #fff;
   visibility: visible;
    opacity: 1;
}
 .pricing-card .card-header .card-btn-parent button:nth-of-type(3).active,  .pricing-card .card-header .card-btn-parent button:nth-of-type(3).active ~ div {
  left: calc(calc(100%/2)*2);
  color: #fff;
}
 .pricing-card .card-header .card-btn-parent div {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%/2);
  height: 100%;
  background: #F08374;
  border-radius: 7px;
  transition: left 0.5s ease;
   display: block !important;
   z-index: 0 !important;
}
 .pricing-card .card-body {
  display: flex;
  width: 100%;
 /* padding: 10px 20px; */
}
 .pricing-card .card-body > div {
  width: 100%;
  height: auto;
  display: none;
}
 .pricing-card .card-body > div .card-plans {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
 .pricing-card .card-body > div .card-plans span {
  color: gray;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
}
 .pricing-card .card-body > div .card-plans div {
  display: flex;
  justify-content: space-between;
}
 .pricing-card .card-body > div .card-plans div h3 {
  font-size: 24px;
}
 .pricing-card .card-body > div .card-content {
  margin-top: 15px;
}
 .pricing-card .card-body > div .card-content > p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
 .pricing-card .card-body > div .card-content .card-lists {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
 .pricing-card .card-body > div .card-content .card-lists .card-list {
  display: flex;
  column-gap: 10px;
  font-size: 14px;
}
 .pricing-card .card-body > div .card-content .card-lists .card-list img {
  width: 15px;
}
 .pricing-card .card-body > div .card-button {
  margin-top: 35px;
}
 .pricing-card .card-body > div .card-button button {
  border: 0;
  width: 100%;
  height: 48px;
  background-color: #3c362f;
  border-radius: .5em;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.286);
  letter-spacing: 0.5px;
  font-weight: 500;
}
 .pricing-card .card-body > div.active {
  display: block;
}

/*
@media screen and (max-width: 400px) {
   .pricing-card {
    width: 320px;
    padding: 25px;
  }
}
*/

#root {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 640px) {
  #root {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 30rem) {
  #root {
    margin-top: 0.5rem;
  }
}

#card {
  position: relative;
  width: 22.97rem;
  height: 15.5rem;
/*  margin-bottom: 3rem; */
}
@media (max-width: 30rem) {
  #card {
    width: 20.22rem;
    height: 12.75rem;
   margin-bottom: 1rem; 
  }
}
#card > #card-top, #card > #card-bottom {
  width: 20.22rem;
  height: 12.75rem;
  border-radius: 0.6rem;
}

#card > #card-top {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #3c362f;
 /* background: linear-gradient(120deg, #FC5179, #FB5117); */
  box-shadow: .5rem .5rem 1.5rem rgba(60,54,47,.3);
}
#card > #card-top, #card > #card-top * {
  color: white;
  font-size: .8rem;
}
#card > #card-top::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("http://cdn.flaticon.com/svg/44/44386.svg") no-repeat center;
  background-size: cover;
  opacity: 0.04;
}
#card > #card-top > .logo {
  position: absolute;
  top: 0.25rem;
  right: 2rem;
}
#card > #card-top > .logo > svg {
  width: 4rem;
}
#card > #card-top > .card-number {
  position: absolute;
  top: 45%;
  left: 2rem;
  width: 70%;
  opacity: 0.75;
  font-size: 1.25rem;
}
#card > #card-top > .row-container {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  opacity: 0.75;
}
#card > #card-top > .row-container > div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
}
#card > #card-top > .row-container > div > span {
  height: 1rem;
  margin-bottom: 0.5rem;
  padding: 0;
}

#card > #card-bottom {
  position: absolute;
  content: "";
  top: 2.75rem;
  left: 2.75rem;
  background: #EFF1F4;
  box-shadow: 0.5rem 0.5rem 2.75rem #ADA9AB;
}
@media (max-width: 30rem) {
  #card > #card-bottom {
    display: none;
  }
}
#card > #card-bottom::after {
  position: absolute;
  content: "";
  top: 2.55rem;
  width: 100%;
  height: 2.55rem;
  background: #E2E0E1;
}

.odeme-yap-modal #form {
 width: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 640px) {
  .odeme-yap-modal #form {
    width: 100%;
  }
} 
.odeme-yap-modal #form fieldset {
  border: none;
  margin-top: 1rem;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.odeme-yap-modal #form fieldset input, .odeme-yap-modal #form fieldset select {
  width: 100%;
  padding: 0.75rem 1rem;
  outline: none;
}
.odeme-yap-modal #form fieldset.card-number input, .odeme-yap-modal #form fieldset.card-holder input, .odeme-yap-modal #form select, .odeme-yap-modal #form fieldset input {
  border-radius: .35rem;
  background: #fff;
  font-size: .9rem;
} 
.odeme-yap-modal #form .row-container {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.odeme-yap-modal #form .row-container fieldset {
  flex: 1;
  margin-right: 1.25rem;
}
.odeme-yap-modal #form .row-container fieldset:nth-child(3) {
  margin-right: 0;
}
.odeme-yap-modal #form .payment-details {
  margin-top: 1rem;
  width: 100%;
}
.odeme-yap-modal #form .payment-details > div {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}


.odeme-yap-modal #form button {
 /* color: #DC4039;
  cursor: pointer;
  outline: none;
  background: white;
  border: solid 1px #DC4039;
  border-radius: 0.2rem;
  width: 100%;
  height: 3rem; */
  margin-top: 1rem;
}

.odeme-yap-modal legend {
  font-size: inherit !important;
}




/***** SERVİS TAKVİM ****/

.container-calendar {
  padding: 15px;
  margin: 0 auto;
  overflow: auto;
  background: #F4F6F9;
  border-radius: .4rem;
  border: 1px solid #DDD;
}

.button-container-calendar button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  zoom: 1.5;
  color: var(--erra-primary-color);  
 /* border: 1px solid #0aa2b5; */
  outline: none;
}

.table-calendar {
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  border-top: 1px solid #ddd;
}

.table-calendar td, .table-calendar th {
  padding: 10px;
  text-align: center;
  vertical-align: top;
}

#monthHeader {
  text-transform: uppercase;
  color: var(--erra-primary-color);
  margin: 0;
  font-size: 1.5rem;
}

#yearHeader {
 /* margin: 0 0 10px;
   padding: 0 3px; */
  margin: 0;
  padding: 0;
 
  font-size: 1rem;
  color: var(--erra-primary-color);
}

.date-picker {
  cursor: pointer;
}

.date-picker.selected {
  font-weight: 500;
  background: var(--erra-logo-color);
    color: #fff;
    border-radius: .4rem;
}

.date-picker.selected span {
  color: #fff;
}

/* sunday */

.date-picker:nth-child(7), .red-text {
  color: red;
}

/* friday
.date-picker:nth-child(6) {
  color: green;
}  */

#monthAndYear {
  text-align: center;
  margin-top: 0;
}

.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
  text-align: center;
}

#previous {
  float: left;
}

#next {
  float: right;
}

.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
  display: none;
}

.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
/*  background: #ffffff; */
  color: var(--erra-primary-color);
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}

#date-picked {
  text-align: center;
  color: var(--erra-primary-color);
  border-top: 1px solid #ddd;
  padding-top: 15px;
  font-size: 11pt;
  font-weight: bold;
}

#date-picked::before {
  content:'Seçilen Tarih:';
  display: inline-block;
  font-size: 1rem;
  color: var(--erra-primary-color);
  font-weight: 300;
  margin-right: 5px;
}

@media (min-width: 1000px) {
   #servistalepEt .modal-dialog {
        max-width: 550px;
    }

   .w-md-50 {
	width: 50%;
  }

   .w-md-75 {
	width: 75%;
  }

  #infoTooltip .modal-dialog {
        max-width: 450px;
    }
}


/***** SERVİS TALEP ET *****/

.servis-randevusu-al .esya-listesi__image {
	width: 70px;
	height: 70px;
}

.servis-randevusu-al .esya-listesi__cta.urunu-satin-al::before {
  background-image: url(/cdn/shop/files/calendar_5594928.svg?v=1746790962);
}

/**** EŞYA LİSTESİ TOOLTİP ***/

.info-tooltip {
  display: inline-flex;
  outline: 0;
}

.info-tooltip::before {
  content:'';
  background-image: url(/cdn/shop/files/request_17059832.svg?v=1746801043);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  display: inline-flex;
}

#infoTooltip .servis-talep-et-module .btn {
  font-weight: 300;
}

#infoTooltip .servis-talep-et-module .btn::before {
  content:'';
  background-image: url(https://blend-r.com/cdn/shop/files/blend2.svg?v=1695722073&width=246);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 12px;
  display: inline-flex;
}
.wishlist-count {
	text-align: center;
	right: 10px !important;
}

@media (max-width: 1023px) {
  .foto-galeri-buton, .kat-plani-buton {
    bottom: 50px !important;
    left: 10px !important;
  }
}