@charset "UTF-8";
@font-face{
    font-family:Config;
    font-style:normal;
    font-weight:400;
    src:local("Config"),
    url(../fonts/Config-Regular.12fd26eb5bb981701e99.otf) format("opentype")
}

@font-face{
    font-family:Config;
    font-style:normal;
    font-weight:700;
    src:local("Config"),url(../fonts/Config-Bold.ecfe3d955c653ee43e1a.otf) format("opentype")
}

@font-face{
    font-family:Config;
    font-style:normal;
    font-weight:500;
    src:local("Config"),url(../fonts/Config-Medium.1f73b04a692d02ab6555.otf) format("opentype")
}

@font-face{
    font-family:Config;
    font-style:normal;
    font-weight:600;
    src:local("Config"),url(../fonts/Config-SemiBold.9e7bb93e8077d33431a3.otf) format("opentype")
}

@font-face{
    font-family:Config;
    font-style:normal;
    font-weight:550;
    src:local("Config"),url(../fonts/Config-Light.a8adadbf8fd5dd3dd606.otf) format("opentype")
}

@font-face{
    font-family:Config;
    font-style:normal;
    font-weight:400;
    src:local("Config"),url(../fonts/Config-Text.f75cb355be8fb0718ee7.otf) format("opentype")
}

@font-face{
    font-family:Config;
    font-stretch:condensed;
    font-style:normal;
    font-weight:400;
    src:local("Config"),url(../fonts/ConfigCondensed-Regular.337f90a3620353dea420.otf) format("opentype")
}

.ots-wrapper { 
    font-family:Config,sans-serif;
    font-style:normal;
    font-weight:400;
    margin:0
}

.ots-wrapper .fs-config {font-family:Config,sans-serif !important;}

.ots-wrapper .br-5 {border-radius: 5px !important;}
.ots-wrapper .br-8 {border-radius: 8px !important;}
.ots-wrapper .br-10 {border-radius: 10px !important;}
.ots-wrapper .br-15 {border-radius: 15px !important;}
.ots-wrapper .br-20 {border-radius: 20px !important;}

.ots-wrapper .fs-11 {font-size: 11px !important;}
.ots-wrapper .fs-12 {font-size: 12px !important;}
.ots-wrapper .fs-13 {font-size: 13px !important;}
.ots-wrapper .fs-14 {font-size: 14px !important;}
.ots-wrapper .fs-15 {font-size: 15px !important;}
.ots-wrapper .fs-16 {font-size: 16px !important;}
.ots-wrapper .fs-17 {font-size: 17px !important;}
.ots-wrapper .fs-18 {font-size: 18px !important;}
.ots-wrapper .fs-21 {font-size: 21px !important;}
.ots-wrapper .fs-24 {font-size: 24px !important;}
.ots-wrapper .fs-30 {font-size: 30px !important;}

.ots-wrapper h1 {font-size: 2rem !important; font-family: Config !important}
.ots-wrapper h2 {font-size: 1.5rem !important; font-family: Config !important}
.ots-wrapper h3 {font-size: 1.4rem !important; font-family: Config !important}
.ots-wrapper h4 {font-size: 1.3rem !important; font-family: Config !important}
.ots-wrapper h5 {font-size: 1.2rem !important; font-family: Config !important}
.ots-wrapper h6 {font-size: 1rem !important; font-family: Config !important}

.ots-wrapper .fw-400 {font-weight: 400 !important}
.ots-wrapper .fw-500 {font-weight: 500 !important}
.ots-wrapper .fw-600 {font-weight: 600 !important}
.ots-wrapper .fw-700 {font-weight: 700 !important}
.ots-wrapper .fw-800 {font-weight: 800 !important}
.ots-wrapper .fw-900 {font-weight: 900 !important}

.ots-wrapper .price {color: rgb(46, 176, 162) !important}
.ots-wrapper .btn-detail, 
.ots-wrapper .btn-detail:hover, 
.ots-wrapper .btn-detail:focus {background-color: rgb(46, 176, 162) !important; border-color: rgb(46, 176, 162) !important}

.ots-wrapper .btn-rezerve, 
.ots-wrapper .btn-rezerve:hover, 
.ots-wrapper .btn-rezerve:focus {background-color: #27398b !important; border-color: #27398b !important;}

.ots-wrapper .filter-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px !important;
	border: 1px solid #b8e6b8 !important;
	border-radius: 5px !important;
	transition: all 0.3s ease-in-out;
	user-select: none;
}

.ots-wrapper .filter-btn span {
	font-size: 14px !important;
}

/* Checkbox'ı gizle */
.ots-wrapper .filter-btn input {
    display: none !important;
}

.ots-wrapper .filter-btn input:checked + span {
    background-color: #d4f8d4 !important;
    padding: 8px 15px !important;
}

.ots-wrapper .custom-table thead th {
	background-color: var(--bs-primary) !important;
	color: white;
	padding: 18px;
	border: none;
}

.ots-wrapper .custom-table td {
	border-top: none;
	border-bottom: 1px solid #dee2e6 !important;
	padding: 18px;
	background-color: #fff !important;
}


.ots-wrapper .custom-table tbody tr:last-child td {
	border-bottom: none;
}

.ots-wrapper .owl-theme .owl-nav {
    position: absolute;
    top: -60px;
    right: 10px;
    margin-top: 0;
}

.ots-wrapper .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #000 !important;
}

.ots-wrapper .custom-prev {
    display: inline-block;
    background: url('../img/next.png') no-repeat center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: contain;
    transform: rotate(180deg);
}

.ots-wrapper .custom-next {
    display: inline-block;
    background: url('../img/next.png') no-repeat center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: contain;
}

.ots-wrapper .owl-prev:hover,
.ots-wrapper .owl-next:hover {
    background-color: transparent !important;
}

.ots-wrapper .searchbar-kategori-btn, 
.ots-wrapper .searchbar-kategori-btn:hover {
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 500;
  min-width: 64px;
  padding: 6px 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(46, 176, 162) !important;
  width: 100%;
  font-size: 1rem !important;
  line-height: 33px;
  border-radius: 10px;
  background-color: rgb(234, 247, 245) !important;
  text-wrap: nowrap;
  overflow: hidden;
}

.ots-wrapper .search-input {
    border-bottom: 1px solid rgba(0,0,0,.8) !important;
}

.ots-wrapper .search-input:hover {
    border-bottom: 2px solid rgba(0,0,0,.8) !important;
    color: rgba(0,0,0,.8);
    cursor: text;
}

.ots-wrapper .search-input:focus, .search-input:active {
    border-bottom: 2px solid #2EB0A2 !important;
    color: #2EB0A2;
}

.ots-wrapper .search-btn, .search-btn:hover {
    color: #fff !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 90px;
}

.ots-wrapper #aramaSonuclari {
    top: 60px;
    margin: 0 !important;
    max-height: 500px; 
    width: 96%; 
    overflow-y: auto; 
    display: none;
    border: 1px solid #dee2e6;
}

.ots-wrapper #aramaSonuclari li {
    cursor: pointer;
}

.ots-wrapper #aramaSonuclari li.active {
  background-color: #f5f5f5 !important;
  color: #000 !important;
}

.ots-wrapper #aramaSonuclari li {
    padding: 15px;
    border: 0 !important;
}

.ots-wrapper #aramaSonuclari li:hover {
    background-color: #f5f5f5 !important;
}


.ots-wrapper #filtre {
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid !important;
    padding-left: 0 !important;
}

.ots-wrapper #filtrelabel {padding: 1rem 0rem;}

.ots-wrapper *:focus {outline: none !important; box-shadow: none !important}
.ots-wrapper .form-floating > .form-control:not(:placeholder-shown) ~ label {transform: scale(.85) translateY(-.5rem) translateX(0rem)}

.ots-wrapper .modal-header .btn-close {
    background: transparent !important;
    color: #000 !important;
    font-size: 30px !important;
}

.ots-wrapper input {background-color: transparent !important;}
.ots-wrapper #modal-search {
  width: 100% !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
}

.ots-wrapper .searchSvg {
    border-radius: 8px; 
    background-color: #2EB0A2; 
    height: 90px
}

@media only screen and (max-width: 600px) {
    .ots-wrapper .searchSvg {
        height: 50px
    }

    .ots-wrapper .search-btn, .search-btn:hover {
        line-height: 50px;
        font-size: 16px !important;
    }

    .ots-wrapper #aramaSonuclari li {
        padding: 10px;
        font-size: 12px;
    }

    .ots-wrapper #modal-search {font-size: 12px;}
    .ots-wrapper #aramaSonuclari {
        width: 91%; 
    }
    .ots-wrapper .searchbar-kategori-btn, 
    .ots-wrapper .searchbar-kategori-btn:hover {
        font-size: 0.8rem !important;
    }
}

.ots-wrapper .price-color {
    color: #2eb0a2;
    font-size: 20px;
}

.ots-wrapper .arrow-right-price {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: #2eb0a2;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.5rem;
}