.pac-container {
    background-color: #fff;
    position: absolute!important;
    z-index: 99999999999 !important;
    border-radius: 10px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-family: Roboto,sans-serif;
    width: 300px!important
}

.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 16px;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}
.pac-container.pac-logo:after {
    display: none;
}
.pac-item {
    cursor: default;
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999
}
.pac-item:hover {
    background-color: #fafafa
}
.pac-item-selected,
.pac-item-selected:hover {
    background-color: #ebf2fe
}
.pac-matched {
    font-weight: 700
}
.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000
}
.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px
}
.hdpi .pac-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}
.pac-icon-search {
    background-position: -1px -1px
}
.pac-item-selected .pac-icon-search {
    background-position: -18px -1px
}
.pac-icon-marker {
    background-position: -1px -161px
}
.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px
}
.pac-placeholder {
    color: gray
}


.gmaps{
	width: 100%;
    height: 250px!important;
    border-radius: 10px;
    box-shadow: 0px 4px 9px #56565645;
}
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}
/*.gm-style {pointer-events: none;}*/



.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
    line-height: inherit;
  }
  
  /*----- TIMELINE ITEM -----*/
  .timeline-item {
    padding-left: 40px;
    position: relative;
  }
  .timeline-item:last-child {
    padding-bottom: 0;
  }
  
  /*----- TIMELINE INFO -----*/
  .timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    white-space: nowrap;
  }
  
  /*----- TIMELINE MARKER -----*/
  .timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
  }
  .timeline-marker:before {
      background: #536bc3;
      border: 3px solid transparent;
      border-radius: 100%;
      content: "";
      display: block;
      height: 10px;
      position: absolute;
      top: 7px;
      width: 10px;
      transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  }
  .timeline-marker:after {
    content: "";
    width: 2px;
     background: rgba(106, 146, 226, 0.5);
    display: block;
    position: absolute; 
    top: 24px;
    bottom: 0;
    left: 4px;
  }
  .timeline-item:last-child .timeline-marker:after {
    content: none;
  }
  
  .timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 2px solid #536bc3;
  }
  
  /*----- TIMELINE CONTENT -----*/
  .timeline-content {
    padding-bottom: 15px;
  }
  .timeline-content p:last-child {
    margin-bottom: 0;
  }
  
  /*----- TIMELINE PERIOD -----*/
  .period {
    padding: 0;
  }
  .period .timeline-info {
    display: none;
  }
  .period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    border-bottom: 3px solid #CCD5DB;
  }
  .period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
  }
  .period .timeline-content {
    padding: 40px 0 70px;
  }
  .period .timeline-title {
    margin: 0;
  }

  
  .ui-datepicker {
    background-color: white;
    padding: 10px;
    border: 0px;
    display: none;
    width: auto !important;
    height: auto !important;
    margin: 5px auto 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: .25rem;
}

.ui-datepicker::after {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 20px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a,
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today.ui-datepicker-current-day a {
    background-color: #a9a9a9;
    color: #fff;
    border-radius: 50% !important;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
    background-image: url("/assets/icons/back_circle.svg");
    background-position: center;
    background-size: cover;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next .ui-icon {
    background-image: url("/assets/icons/next_circle.svg");
    background-position: center;
    background-size: cover;
}

.ui-datepicker-calendar .ui-state-active {
    margin: -2px;
    position: relative;

}

.ui-datepicker-group {
    width: 50%;
    float: left;
    padding: 0 10px;
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-header {
    background-color: white;
    color: #2a2a2a;
    height: 50px;
    font-weight: 600;
    border: none;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: white;
}

.ui-datepicker th {
    background-color: white;
    text-transform: uppercase;
    font-size: 8pt;
    color: black;
}

.ui-datepicker tbody td {
    padding: 0;
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
    background-color: #11427c;
    border-radius: 50% !important;
    color: #fff;
}

.ui-datepicker-calendar .ui-state-hover {
    background-color: #11427c !important;
    border-radius: 50% !important;
    color: white !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    font-weight: 500;
    margin: 5px 1px;
    display: inline-block;
    border: 1px solid #aeaeb3;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 28px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.input-text-top{
    position: absolute;
top: 5px;
padding: 0 15px;
pointer-events: none;
font-size: 20px;
font-weight: 100;
}

.input-text-bottom {
position: absolute;
bottom: 5px;
padding: 0 15px;
pointer-events: none;
font-size: 21px;
font-weight: 600;
}
#calcEnd{
text-indent: -99em;
}
#calcStart{
text-indent: -99em;
}

.form-input select{
border: 1px solid var(--color-border);
border-radius: 4px;
padding: 25px 15px 0;
min-height: 70px;
transition: all .2s cubic-bezier(.165, .84, .44, 1);
font-size: 21px;
font-weight: 600;
}



.plusminus {
    display: inline-block;
    position: relative;
    font-size: 0;
    overflow: hidden;
    border-radius: 3px;
    width: 44px;
    height: 132px;
  }
  .plusminus button {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;   
    margin: 0;
    padding: 0;
    border: 0;
    background: var(--color-dark-4);
    color: #fff;
    font-size: 30.8px;
    line-height: 1;
    font-family: bonds, sans-serif;
    cursor: pointer;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
    transition: color 200ms;
  }
  .plusminus button:focus {
    outline: none;
    color: #2bebaf;
  }
  .plusminus button:disabled {
    background: #999;
    color: #ccc;
    cursor: default;
  }
  .plusminus button:first-child {
    bottom: 0;
  }
  .plusminus button:first-child:before {
    content: "-";
  }
  .plusminus button:last-child {
    top: 0;
  }
  .plusminus button:last-child:before {
    content: "+";
  }
  .plusminus button:last-child:focus {
    color: #ff6367;
  }
  .plusminus input[type="number"] {
    background-color: #fff;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 44px;
    margin: 0;
    padding: 0 0 16.92308px;
    border: 0;
    font-size: 17.6px;
    font-weight: bold;
    text-align: center;
    -moz-appearance: textfield;
  }
  .plusminus input[type="number"]::-webkit-outer-spin-button, .plusminus input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .plusminus:after {
    content: "QTY";
    position: absolute;
    font-size: 9.68px;
    left: 0;
    right: 0;
    line-height: 1;
    padding: 3.52px 0 3.52px 0;
    width: 44px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
    color: #888;
    text-align: center;
    bottom: 34%;
  }
  .plusminus.horiz {
    width: 132px;
    height: 44px;
  }
  .plusminus.horiz button:first-child {
    left: 0;
  }
  .plusminus.horiz button:last-child {
    right: 0;
  }
  .plusminus.horiz:after {
    bottom: 0;
  }
  .plusminus.horiz input[type="number"] {
    position: absolute;
    top: 0;
    left: 44px;
  }
  
  .cocukEkstra{
      display: flex;
      align-items: center;
      margin-top: 20px;
  
  }
  .cocukEkstra .title{
      width: 134px;
      padding-right: 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  .cocukEkstra h3 {
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.3;
      letter-spacing: normal;
      color: #ffffff;
      margin: 0 auto;
  }
  .cocukEkstra p {
      font-size: 12px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.3;
      letter-spacing: normal;
      color: rgb(255 255 255 / 81%);
      margin: 0 auto;
  }


  .kontrol {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    line-height: 34px;
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}
.kontrol .ekstraIkon {
    transform: translate(0,-3px);
    padding: 0 5px;
    height: 25px;
}
.ekstraTitle {
    display: inline-flex;
    line-height: 16px;
}
.kontrol .ucret {
    float: right;
    font-weight: 600;
    font-size: 16px;
}
.kontrol input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.kontrol input:checked~.control__indicator {
    background: var(--color-dark-4);
}
.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 30px;
    width: 30px;
    background: #e6e6e6;
}
.kontrol input:checked~.control__indicator:after {
    display: block;
}
.kontrol input:checked~.control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 11px;
    top: 5px;
    width: 7px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: initial!important;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}



.swal2-container{
    z-index: 9999;
}

.currencyMenu__content {
    max-width: 100%;
}


@media (max-width: 767px){
.header .header-logo img {
    max-width: 200px;
}
}