@font-face {
    font-family: lightcase;
    src: url(../fonts/lightcase.eot?55356177);
    src: url(../fonts/lightcase.eot?55356177#iefix) format("embedded-opentype"), url(../fonts/lightcase.woff?55356177) format("woff"), url(../fonts/lightcase.ttf?55356177) format("truetype"), url(../fonts/lightcase.svg?55356177#lightcase) format("svg");
    font-weight: 400;
    font-style: normal;
}

:root {
    --bizbize: #ffffff;
    --bizbize1: #262626;
    --bizbize2: #262626;
    --bizbize3: #a6a6a6;
    --bizbize4: #2f2f2f;
    --bizbize5: #111111;
    --bizbize6: #a8bbbf;
    --bizbize7: #707070;
    --bizbize8: #f2f2f2;
    --bizbize9: rgb(60, 64, 67);
    --bizbize10: #202124;
    --bizbize11: #70757a;
    --bizbize12: #262626;
    --bizbize13: #565656;
    --bizbize14: #262626;
    --bizbize15: #edecf8;
    --bizbize16: rgba(82, 63, 105, .05);
    --bizbize17: #28283c;
    --bizbize18: #388e3c;
    --bizbize19: #337ab7;
    --bizbize20: 262626;
    --bizbize21: rgba(57, 101, 221, 0);
    --bizbize22: rgba(255, 90, 95, 0.7);
    --bizbize23: rgba(255, 90, 95, 0);
    --bizbize24: #212529;
    --bizbize25: #6c757d;
    --bizbize26: #0d6efd;
    --bizbize27: #262626;
    --bizbize28: #bbbbbb;
    --bizbize29: #e0e0e0;
    --bizbize30: #616161;
    --bizbize31: #0000;
    --bizbize32: #cbcbcb;
    --bizbize33: #595959;
}

html,
body,
div,
span,
h4,
h5,
p,
a,
img,
s,
i,
ul,
li,
form,
label,
section {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: 'Red Hat Display', sans-serif;
    margin: 0px;
    padding: 0px;
    background: var(--bizbize);
}

* {
    box-sizing: border-box
}

section {
    display: block
}

ul {
    list-style: none
}

a {
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    color: var(--bizbize1);
}

a:hover {
    color: var(--bizbize2);
}

h4 {
    font-size: 28px;
    color: var(--bizbize4)
}

@media(max-width:991.98px) {
    h4 {
        font-size: 20px
    }
}

h5 {
    font-size: 18px
}

@media(max-width:991.98px) {
    h5 {
        font-size: 16px
    }
}

p:last-child {
    margin-bottom: 0
}

.nav-item a {
    width: max-content;
    border-radius: 4px !important;
}

.nav-item {
    margin: 8px 0px;
}

.font-material {
    font-family: 'Material Symbols Outlined' !important;
}

::-webkit-scrollbar {
    width: 20px;
    /* height: 5px; */
}

.width-max {
    width: max-content;
}

::-webkit-scrollbar-track {
    background-color: #e0e0e0;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--bizbize3);
    border-radius: 20px;
    height: 5px !important;
    border: 5px solid #e0e0e0;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--bizbize6);
}

.btn-list {
    border-radius: 16px;
    color: var(--bizbize7);
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    border: 1px solid rgba(0, 0, 0, 0.125);
    width: max-content;
}

.btn-list:hover {
    background-color: var(--bizbize8);
}

.btn-list1 {
    border-radius: 16px;
    color: var(--bizbize7);
    font-weight: 500;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    width: max-content;
    border: none;
}

.shark::after {
    content: "|";
    display: block;
    margin: -3px 8px 0px;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.accordion-item:first-of-type.mb2desg {
    margin: 0px 0px 10px 0px;
    transition: margin 1000ms;
}

.accordion-item:last-of-type.mb2desg {
    margin: 10px 0px 0px 0px;
    transition: margin 1000ms;
}

.mb2desg {
    margin: 10px 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: margin 1000ms;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.accordion-button::after {
    background: none !important;
    font-family: 'Material Symbols Outlined';
    content: "keyboard_arrow_down";
    font-size: 24px;
    margin-top: -9px;
}

.accordion-button:hover::after {
    background-color: var(--bizbize9);
}

.accordion-button:not(.collapsed)::after {
    font-family: 'Material Symbols Outlined';
    background-image: none !important;
    content: "keyboard_arrow_up";
    transform: rotate(0);
    font-size: 24px;
    margin-top: -9px;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--bizbize10);
}

.list-head {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--bizbize33);
    display: block;
    margin: 4px 0px;
}

.accordion-header .list-head{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--bizbize1);
    display: block;
    margin: 4px 0px;
}


.list-head-sub {
    color: var(--bizbize1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accordion-header .list-head-sub {
    color: var(--bizbize33);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.product-details .list-head {
    color: var(--bizbize1);
}

.product-details .list-head-sub {
    color: var(--bizbize33);
}

.modal.left .modal-dialog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.modal.left .modal-content,
.modal.right .modal-content {
    min-height: 100vh;
    border: 0;
}

.orange-color {
    color: var(--bizbize2);
}

.material-icons-outlined {
    font-family: 'Material Symbols Outlined';
}

.fnt-20 {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
}

.mt-1px {
    margin-top: 1px;
}

.sov2 {
    align-self: end !important;
    margin: 7px 0px;
}

.b-radius-d {
    border-radius: 4px !important;
}

.input-des {
    border-radius: 4px !important;
    padding: 8px 25px 8px 13px;
    height: 54px;
    background: var(--bizbize8);
}

.input-des:focus {
    background: var(--bizbize8);
}

.tumaraclar-filter {
    border-radius: 50px;
    padding: 8px 16px;
    width: 100%;
    height: 56px;
    display: inline-flex;
    align-content: center;
    align-items: center;
    background: var(--bizbize8);
    position: relative;
}

.stv-radio-buttons-wrapper {
    clear: both;
    display: flex;
}

.stv-radio-button {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.stv-radio-button+label {
    float: left;
    padding: 4px 4px;
    cursor: pointer;
    margin-right: -1px;
    display: flex;
    color: var(--bizbize7);
    margin-right: 24px;
}

.stv-radio-button:checked+label {
    background-color: var(--bizbize8);
    color: var(--bizbize7);
    border-radius: 4px !important;
}

.stv-radio-button+label:hover,
.siralama:hover {
    color: var(--bizbize14);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: transparent;
}

.stv-radio-button+label span {
    font-size: 24px;
}

.siralama {
    padding: 2px 4px;
    line-height: 5px;
}

.search-bt {
    display: block;
    position: absolute;
    color: var(--bizbize1);
    cursor: pointer;
    z-index: 2;
    right: 15px;
    cursor: pointer;
}

.search-bt:hover {
    transition: 0.5s;
    color: var(--bizbize2);
}

.search-popup {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.search-popup.active {
    display: block;
}

#menu {
    position: sticky;
    top: 0;
    transition: top 0.3s ease-in-out;
    z-index: 9999;
    background: var(--bizbize);
}

#searchtp {
    position: sticky;
    transition: top 0.3s ease-in-out;
    z-index: 999;
    top: 87px;
    background: var(--bizbize);
}

.width-dd {
    width: max-content;
}

.width-de {
    width: max-content;
}

.filt .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* Listing Detail */

.review-sec .review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.form-control:focus {
    border-color: var(--bizbize28);
    box-shadow: none;
    outline: 0
}

.review-sec .review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.btn {
    position: relative;
    text-transform: initial;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn:focus {
    box-shadow: none !important
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

.section {
    position: relative;
    padding: 80px 0
}

@media(max-width:991.98px) {
    .section {
        padding: 50px 0
    }
}

@media(max-width:1367px) {
    .mfl {
        left: 7% !important;
    }
}

@media(max-width:1199.98px) {
    .container {
        max-width: 100%
    }
}

.form-group {
    margin: 0 0 15px
}

.form-group label {
    margin: 0 0 10px;
    font-weight: 400;
    color: var(--bizbize4)
}

@media(max-width:1199.98px) {
    .form-group label {
        font-size: 14px
    }
}

.form-group .form-control {
    background: var(--bizbize8);
    border: 1px solid #f4f4f4;
    box-shadow: none;
    border-radius: 5px;
    margin: 0;
    padding: 13px;
    font-size: 14px;
    font-weight: 400;
    color: var(--bizbize12)
}

@media(max-width:767.98px) {
    .form-group .form-control {
        margin: 0 0 15px;
        padding: 10px
    }
}

.form-group .form-control ::placeholder,
.form-group .form-control ::-webkit-input-placeholder,
.form-group .form-control :-ms-input-placeholder {
    color: var(--bizbize12);
    font-size: 14px;
    font-weight: 500
}

.form-group .form-control:focus {
    background: #fff
}

.review-sec {
    background: var(--bizbize);
    padding: 15px;
    margin: 12px 0px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

@media(max-width:767.98px) {
    .review-sec {
        padding: 20px
    }
}

.review-sec .review-header {
    position: relative;
    margin: 12px 0px 24px;
    border-radius: 0;
    background: 0 0
}

@media(max-width:767.98px) {
    .review-sec .review-header {
        padding: 0 0 20px
    }
}

.review-sec h4 {
    color: var(--bizbize12);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

@media(max-width:991.98px) {
    .review-sec h4 {
        font-size: 18px
    }
}

.review-sec .column-group-last {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%
}

.review-sec .column-group-last:last-child {
    padding-right: 0
}

@media(max-width:575.98px) {
    .review-sec .column-group-last .search-btn {
        margin: 0
    }
}

.review-sec .column-group-main {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 0
}

.review-sec .column-group-main:last-child {
    padding-right: 0
}

.review-sec .form-group label {
    margin-bottom: 7px
}

.detail-bigimg {
    position: relative;
    margin-bottom: 15px;
    z-index: 999
}

.detail-bigimg button {
    font-size: 0;
    background: rgba(217, 217, 217, 0.50);
    border: none;
    z-index: 9999;
    width: 50px;
    height: 75px;
    border-radius: 4px;
}

.detail-product {
    padding: 20px 10px
}

.slick-track {
    display: flex
}

.slick-slide {
    width: 25% !important;
    overflow: hidden
}

.slick-slide.slick-cloned {
    width: 25% !important;
    overflow: hidden
}

.slick-slide.slick-active {
    width: 25% !important;
    overflow: hidden
}

.product-img.w-100.slick-slide.slick-current.slick-active {
    width: 100%!important;
}

.slick-slide img {
    width: 100%;
    border-radius: 4px
}

.detail-bigimg {
    position: relative;
    margin-bottom: 15px;
    z-index: 999
}

.detail-bigimg button.slick-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%)
}

.detail-bigimg button.slick-prev:hover {
    background: var(--bizbize2) !important;
    color: var(--bizbize);
    -webkit-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease;
    -moz-transition: 500ms all ease;
    -ms-transition: 500ms all ease
}

.table .dropdown-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.review-sec .review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.modal .modal-footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.table .dropdown-item {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    transition: ease all .5s;
    -webkit-transition: ease all .5s;
    -ms-transition: ease all .5s
}

h2 {
    font-weight: 900;
    font-size: 36px;
    color: var(--bizbize5)
}

@media(max-width:991.98px) {
    h2 {
        font-size: 26px
    }
}

h4 {
    font-size: 28px;
    color: var(--bizbize4)
}

@media(max-width:991.98px) {
    h4 {
        font-size: 20px
    }
}

h5 {
    font-size: 18px
}

@media(max-width:991.98px) {
    h5 {
        font-size: 16px
    }
}

.form-control:focus {
    border-color: var(--bizbize28);
    box-shadow: none;
    outline: 0
}

.table .dropdown-item {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.review-sec .review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between
}

.modal .modal-footer a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.table .dropdown-item {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start
}

.btn {
    position: relative;
    text-transform: initial;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn-list1:hover .material-icons,
.btn-list1:hover span {
    color: var(--bizbize14) !important;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.btn:hover {
    color: var(--bizbize14);
}

.btn:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.btn:focus {
    box-shadow: none !important
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%)
    }
    50% {
        opacity: 0;
        transform: translateY(100%)
    }
    51% {
        opacity: 1
    }
}

.table {
    color: var(--bizbize4);
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

.table .dropdown-menu {
    width: 160px;
    background: var(--bizbize);
    border: 1px solid var(--bizbize15);
    box-shadow: 0 16px 32px #888;
    border-radius: 12px;
    padding: 0;
    margin-top: 10px !important
}

.table .dropdown-item {
    font-weight: 500;
    font-size: 13px;
    color: var(--bizbize12);
    padding: 10px 20px
}

.table>:not(:first-child) {
    border: 0
}

.section {
    position: relative;
    padding: 80px 0
}

@media(max-width:991.98px) {
    .section {
        padding: 50px 0
    }
}

@media(max-width:1199.98px) {
    .container {
        max-width: 100%
    }
}

.card {
    background: var(--bizbize);
    -webkit-box-shadow: 0 0 13px 0 var(--bizbize16);
    display: inline-table;
    width: 360px;
    height: 400px !important;
    float: left;
    margin: 12px;
}
@media(max-width:587px) {
    .card {
        float: inherit!important;
        display: block;
        margin: 12px auto;
    }
}

.card .card {
    position: relative;
    padding: 1.5rem
}

@media(max-width:1199.98px) {
    .card .card {
        padding: 15px
    }
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: 0;
    border-bottom: 0;
    border-left: 0
}

.dropdown-item {
    font-size: 12px;
    padding: 8px 10px
}

.form-group {
    margin: 0 0 15px
}

.form-group .form-control {
    background: var(--bizbize8);
    border: 1px solid #f4f4f4;
    box-shadow: none;
    border-radius: 5px;
    margin: 0;
    padding: 13px;
    font-size: 14px;
    font-weight: 400;
    color: var(--bizbize12)
}

@media(max-width:767.98px) {
    .form-group .form-control {
        margin: 0 0 15px;
        padding: 10px
    }
}

.form-group .form-control ::placeholder,
.form-group .form-control ::-webkit-input-placeholder,
.form-group .form-control :-ms-input-placeholder {
    color: var(--bizbize12);
    font-size: 14px;
    font-weight: 500
}

.form-group .form-control:focus {
    background: #fff
}

.form-group textarea.form-control {
    height: auto
}

.close {
    background: 0 0;
    border: 0;
    color: var(--bizbize17);
    font-size: 28px;
    line-height: normal;
    top: 20px;
    width: auto;
    height: auto;
    right: 20px
}

.close span {
    background: #888;
    border-radius: 50px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.close span:hover {
    background: var(--bizbize2);
    color: var(--bizbize);
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.product-details {
    position: relative;
    z-index: 9;
    padding: 30px 0 30px
}

@media(max-width:991.98px) {
    .product-details {
        padding: 50px 0 26px
    }
}

.slick-track {
    display: flex
}

.slick-slide {
    width: 25% !important;
    overflow: hidden
}

.slick-slide.slick-cloned {
    width: 25% !important;
    overflow: hidden
}

.detail-bigimg {
    position: relative;
    margin-bottom: 15px;
    z-index: 999
}

.detail-bigimg button.slick-prev {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%)
}

.detail-bigimg button.slick-prev:hover {
    background: var(--bizbize2) !important;
    color: var(--bizbize);
    -webkit-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease;
    -moz-transition: 500ms all ease;
    -ms-transition: 500ms all ease
}

.detail-bigimg button.slick-next {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.detail-bigimg button.slick-next:hover {
    background: var(--bizbize2) !important;
    color: var(--bizbize);
    -webkit-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease;
    -moz-transition: 500ms all ease;
    -ms-transition: 500ms all ease
}

.modal .modal-footer {
    margin: 0;
    padding: 0;
    border: 0
}

.modal .modal-footer a {
    margin: 0;
    padding: 12px 20px;
    background: var(--bizbize12);
    color: #fff
}

.modal .modal-footer a i {
    margin-left: 8px
}

.accordion {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 18px
}

.accordion .collapsed i {
    color: var(--bizbize12);
    transition: .2s;
    transform: rotate(-180deg)
}

.nav-item .btn-list {
    background: var(--bizbize);
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="checkbox"]:after,
input[type="checkbox"]:before {
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--bizbize1);
    top: 0;
    z-index: 1;
    content: "";
}

input[type="checkbox"] {
    position: relative !important;
    margin: initial !important;
    -webkit-appearance: none;
    background-color: transparent;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: pointer;
    padding: 1px 2px;
    border-image: initial;
    float: left;
    font-family: 'Material Symbols Outlined';
}

.list input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

input[type="checkbox"]:after {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    background: var(--bizbize);
    z-index: 0;
    border-radius: 2px;
}

input[type="checkbox"]:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    opacity: 0;
    z-index: 1;
}

input[type="checkbox"]:checked:after {
    background-color: #262626;
    border-color: #262626;
}

.material-input {
    height: 43px;
    padding: 8px 7px 7px 7px;
    margin-bottom: 4px;
    margin-top: 0;
    position: relative;
    border-radius: 4px;
    border: 1px solid var(--bizbize29);
    background: var(--bizbize8);
}

.textarea-input {
    height: auto !important;
}

.material-input input,
.material-input textarea {
    background-color: transparent;
}

.material-input label {
    position: absolute;
    pointer-events: none;
    top: 2px;
    transition: 0.2s ease all;
    width: 100%;
    color: var(--bizbize33);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.material-input input:not([type]),
.material-input input[type="text"] {
    color: var(--bizbize1);
    font-size: 14px;
    position: relative;
    display: block;
    height: 41.7px;
    border: none;
    width: 100%;
}

.material-input input:not([type]):focus,
.material-input input[type="text"]:focus {
    outline: 0;
}

.material-input input:not([type]):focus+label,
.material-input input:not([type]):valid+label,
.material-input input[type="text"]:focus+label,
.material-input input[type="text"]:valid+label {
    top: 2px;
    font-size: 12px;
    color: var(--bizbize7);
}

input[type="text"]:focus:not([readonly]) {
    border-bottom: 0 solid var(--bizbize1);
    -webkit-box-shadow: 0 0 0 0 var(--bizbize1);
    box-shadow: 0 0 0 0 var(--bizbize1);
}

.material-input input:not([type]):focus~.bar:after,
.material-input input:not([type]):focus~.bar:before,
.material-input input:not([type]):valid~.bar:after,
.material-input input:not([type]):valid~.bar:before,
.material-input input[type="text"]:focus~.bar:after,
.material-input input[type="text"]:focus~.bar:before,
.material-input input[type="text"]:valid~.bar:after,
.material-input input[type="text"]:valid~.bar:before {
    background: var(--bizbize1);
    border-bottom: 0;
}

.material-input .bar {
    position: relative;
    display: block;
    width: 100%;
}

.material-input .bar:after,
.material-input .bar:before {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0.5px;
    background: var(--bizbize1);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.material-input .bar:before {
    left: 51%;
}

.material-input .bar:after {
    right: 49%;
}

.material-input .bar+label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: 0.2s opacity ease-out, 0.2s color ease-out;
    -moz-transition: 0.2s opacity ease-out, 0.2s color ease-out;
    -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

::-webkit-scrollbar-track {
    background-color: var(--noname-container);
    width: 1px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--main-color);
}

.material-input input:not([type]),
.material-input input[type="email"],
.material-input input[type="tel"],
.material-input input[type="text"],
.material-input textarea {
    height: 41.7px;
    position: relative;
    display: block;
    border: none;
    width: 100%;
    color: var(--bizbize1) !important;
    font-family: Red Hat Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.material-input input:not([type]):focus,
.material-input input[type="email"]:focus,
.material-input input[type="tel"]:focus,
.material-input input[type="text"]:focus,
.material-input textarea:focus {
    outline: 0;
}

.material-input input:not([type]):focus+label,
.material-input input:not([type]):valid+label,
.material-input input[type="email"]:focus+label,
.material-input input[type="email"]:valid+label,
.material-input input[type="tel"]:focus+label,
.material-input input[type="tel"]:valid+label,
.material-input input[type="text"]:focus+label,
.material-input input[type="text"]:valid+label,
.material-input textarea:valid+label {
    top: 2px;
    font-size: 12px;
    color: var(--bizbize7);
}

input[type="email"]:focus:not([readonly]),
input[type="tel"]:focus:not([readonly]),
input[type="text"]:focus:not([readonly]) {
    border-bottom: 0 solid var(--bizbize1);
    -webkit-box-shadow: 0 0 0 0 var(--bizbize1);
    box-shadow: 0 0 0 0 var(--bizbize1);
}

.material-input input:not([type]):focus~.bar:after,
.material-input input:not([type]):focus~.bar:before,
.material-input input:not([type]):valid~.bar:after,
.material-input input:not([type]):valid~.bar:before,
.material-input input[type="email"]:focus~.bar:after,
.material-input input[type="email"]:focus~.bar:before,
.material-input input[type="email"]:valid~.bar:after,
.material-input input[type="email"]:valid~.bar:before,
.material-input input[type="tel"]:focus~.bar:after,
.material-input input[type="tel"]:focus~.bar:before,
.material-input input[type="tel"]:valid~.bar:after,
.material-input input[type="tel"]:valid~.bar:before,
.material-input input[type="text"]:focus~.bar:after,
.material-input input[type="text"]:focus~.bar:before,
.material-input input[type="text"]:valid~.bar:after,
.material-input input[type="text"]:valid~.bar:before,
.material-input textarea:valid~.bar:after {
    background: var(--bizbize1);
    border-bottom: 0;
}

textarea {
    margin-top: 10px;
    height: auto !important;
    resize: none;
}

.checkbox,
.radio {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label a,
.radio label a {
    font-weight: 500;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    color: #595959;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

sub {
    position: relative;
}

.tab-content>.active,
div.tab .tab-content:first-child,
nav,
span.block {
    display: block;
}

.tab-content>.tab-pane {
    display: none;
}

b {
    font-weight: 700;
}

sub {
    line-height: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

button {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    img {
        page-break-inside: avoid;
    }
    *,
    :after,
    :before {
        color: var(--bizbize1) !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    img {
        max-width: 100% !important;
    }
}

*,
:after,
:before {
    box-sizing: border-box;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

[role="button"] {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

ul ul {
    margin-bottom: 0;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

div.ekspertizSema {
    float: right;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: var(--bizbize8);
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

button.list-group-item {
    color: #555;
}

button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: var(--bizbize8);
    background-color: var(--bizbize19);
    border-color: var(--bizbize19);
}

.nav:after,
.nav:before,
.row:after,
.row:before {
    display: table;
    content: " ";
}

.nav:after,
.row:after {
    clear: both;
}

.show {
    display: block !important;
}

@-ms-viewport {
    width: device-width;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-moz-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes lightcase-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

img.img-responsive {
    border-radius: 3px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

::-webkit-scrollbar-track {
    background-color: #ededed;
    width: 1px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 3px;
    background-color: var(--gsari);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--gsari);
    border-radius: 4px;
}

@keyframes data-loading1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes data-loading3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes data-loading2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

div.tab {
    float: left;
    width: 100%;
}

div.tab .tab-content {
    display: none;
    padding: 25px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

div.ekspertizSema {
    display: inline-block;
    width: calc(100% / 2 - 6px);
    vertical-align: top;
    float: inherit;
}

.semaDetail span {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}

.FKArkaTamponDiger {
    width: 224px;
    height: 43px;
    left: calc(50% - 108px);
    top: 256px;
}

.FKArkaTamponDiger.KaportaHasar-1 {
    background: url(../img/patlakAraba/arkaTampon.png?v=3) 0 -132px;
}

.FKArkaKaputDiger {
    width: 73px;
    height: 34px;
    left: calc(50% - 32px);
    top: 261px;
}

.FKArkaKaputDiger.KaportaHasar-1 {
    background: url(../img/patlakAraba/bagaj.png?v=3) -300px 0;
}

.FKOnKaputDiger {
    width: 87px;
    height: 66px;
    left: calc(50% - 39px);
    top: 21px;
}

.FKOnKaputDiger.KaportaHasar-1 {
    background: url(../img/patlakAraba/kaput.png?v=3) -352px 0;
}

.FKOnTamponDiger {
    width: 224px;
    height: 37px;
    left: calc(50% - 107px);
    top: 21px;
}

.FKOnTamponDiger.KaportaHasar-1 {
    background: url(../img/patlakAraba/onTampon.png?v=3) 0 -124px;
}

.FKArkaCamurlukSag {
    width: 57px;
    height: 67px;
    left: calc(50% - -50px);
    top: 211px;
}

.FKArkaCamurlukSag.KaportaHasar-1 {
    background: url(../img/patlakAraba/sagArkaCamurluk.png?v=3);
}

.FKArkaKapiSag {
    width: 42px;
    height: 64px;
    left: calc(50% - -70px);
    top: 166px;
}

.FKArkaKapiSag.KaportaHasar-1 {
    background: url(../img/patlakAraba/sagArkaKapi.png?v=3) -46px 0;
}

.FKOnCamurlukSag {
    width: 49px;
    height: 57px;
    left: calc(50% - -69px);
    top: 47px;
}

.FKOnCamurlukSag.KaportaHasar-1 {
    background: url(../img/patlakAraba/sagOnCamurluk.png?v=3);
}

.FKOnKapiSag {
    width: 41px;
    height: 67px;
    left: calc(50% - -72px);
    top: 102px;
}

.FKOnKapiSag.KaportaHasar-1 {
    background: url(../img/patlakAraba/sagOnKapi.png?v=3) -43px 0;
}

.FKArkaCamurlukSol {
    width: 57px;
    height: 68px;
    left: calc(50% - 96px);
    top: 211px;
}

.FKArkaCamurlukSol.KaportaHasar-1 {
    background: url(../img/patlakAraba/solArkaCamurluk.png?v=3);
}

.FKArkaKapiSol {
    width: 42px;
    height: 64px;
    left: calc(50% - 103px);
    top: 166px;
}

.FKArkaKapiSol.KaportaHasar-1 {
    background: url(../img/patlakAraba/solArkaKapi.png?v=3) -43px 0;
}

.FKOnCamurlukSol {
    width: 48px;
    height: 57px;
    left: calc(50% - 108px);
    top: 47px;
}

.FKOnCamurlukSol.KaportaHasar-1 {
    background: url(../img/patlakAraba/solOnCamurluk.png?v=3);
}

.FKOnKapiSol {
    width: 42px;
    height: 69px;
    left: calc(50% - 104px);
    top: 102px;
}

.FKOnKapiSol.KaportaHasar-1 {
    background: url(../img/patlakAraba/solOnKapi.png?v=3) -43px 0;
}

.FKTavanDiger {
    width: 126px;
    height: 126px;
    left: calc(50% - 58px);
    top: 102px;
}

.FKMarspiyeSag,
.FKMarspiyeSol {
    width: 9px;
    height: 111px;
    top: 106px;
}

.FKTavanDiger.KaportaHasar-1 {
    background: url(../img/patlakAraba/tavan.png?v=3) -128px 0;
}

.FKMarspiyeSol {
    left: calc(50% - 108px);
}

.FKMarspiyeSol.KaportaHasar-1 {
    background: url(../img/patlakAraba/marspiyeSol.png?v=3);
}

.FKMarspiyeSag {
    left: calc(50% - -108px);
}


.FKMarspiyeSag.KaportaHasar-1 {
    background: url(../img/patlakAraba/marspiyeSag.png?v=3);
}

@keyframes menuLeftAnimation {
    0% {
        margin-left: -2000px;
    }
    100% {
        margin-left: 0;
    }
}

@media (max-width: 640px) {
    div.ekspertizSema {
        width: 100%;
    }
    div.ekspertizSema {
        float: none;
    }
    .semaDetail {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    div.tab .tab-content {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        padding: 15px;
        background: var(--bizbize29);
        border-radius: 3px;
    }
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-300px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 992px) {
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
}

@keyframes dotPulseBefore {
    0%,
    100%,
    60% {
        box-shadow: 9984px 0 0 -5px var(--bizbize32);
    }
    30% {
        box-shadow: 9984px 0 0 2px var(--bizbize32);
    }
}

@keyframes dotPulse {
    0%,
    100%,
    60% {
        box-shadow: 9999px 0 0 -5px var(--bizbize32);
    }
    30% {
        box-shadow: 9999px 0 0 2px var(--bizbize32);
    }
}

@keyframes dotPulseAfter {
    0%,
    100%,
    60% {
        box-shadow: 10014px 0 0 -5px var(--bizbize32);
    }
    30% {
        box-shadow: 10014px 0 0 2px var(--bizbize32);
    }
}

@keyframes showhide {
    from {
        transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 var(--bizbize20);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px var(--bizbize21);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 var(--bizbize21);
    }
}

@keyframes pulse-white {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.popular_listing_sliders .tab-content .tab-pane {
    height: 0;
}

.popular_listing_sliders .tab-content .active {
    height: auto;
}

.popular_listing_sliders .nav-tabs {
    border-bottom: none;
    line-height: 45px;
    margin: 0 auto 50px;
    max-width: 384px;
    padding: 0;
    width: 100%;
}

.popular_listing_sliders.single_page6_tabs .nav-tabs {
    max-width: initial;
    margin-bottom: 20px;
}

.popular_listing_sliders.single_page6_tabs .nav-tabs .nav-link.active,
.popular_listing_sliders.single_page6_tabs .nav-tabs .nav-link:hover {
    border-radius: 4px;
    background: none;
}

.popular_listing_sliders .nav-tabs .nav-link {
    color: var(--bizbize1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 50px;
    width: 33.33%;
    border: 0;
    border-bottom: 5px solid var(--bizbize8);
    line-height: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.popular_listing_sliders .nav-tabs .nav-link.active,
.popular_listing_sliders .nav-tabs .nav-link:focus,
.popular_listing_sliders .nav-tabs .nav-link:focus-visible,
.popular_listing_sliders .nav-tabs .nav-link:hover,
.popular_listing_sliders .nav-tabs .nav-link:visited {
    border-bottom: 5px solid var(--bizbize2);
    color: var(--bizbize33);
    border-radius: 0 !important;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 var(--bizbize22);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px var(--bizbize23);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 var(--bizbize23);
    }
}

@keyframes pulse-white {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.opening_hour_widgets {
    border-radius: 4px;
    padding: 40px;
    position: relative;
}

.opening_hour_widgets .wrapper .list-group-item {
    border: none;
    border-bottom: 1px solid var(--bizbize29);
    font-size: 13px;
    font-style: normal;
    line-height: 38px;
    letter-spacing: 0;
    padding: 0 4px;
    cursor: auto;
}

.opening_hour_widgets .wrapper .list-group-item:last-child {
    border-radius: 0;
}

.opening_hour_widgets .wrapper .list-group-item .day {
    color: var(--bizbize1);
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0;
    font-weight: 400;
}

.opening_hour_widgets .wrapper .list-group-item .schedule {
    color: var(--bizbize1);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.opening_hour_widgets .wrapper .list-group-item .schedule b {
    font-weight: 500;
}

.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.list-group-item {
    position: relative;
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 var(--bizbize20);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px var(--bizbize21);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 var(--bizbize21);
    }
}

@keyframes pulse-white {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    justify-content: flex-end;
}

.list-group li {
    font-size: 16px !important;
    cursor: pointer;
}

.list-group-item:hover {
    color: var(--bizbize7);
}

.list-group-item {
    display: block;
    padding: 1rem 1rem 0.5rem;
    color: var(--bizbize1);
    text-decoration: none;
    background-color: var(--bizbize31) !important;
    border: 1px solid var(--bizbize31);
    border-bottom: 2px solid var(--bizbize1);
}

@keyframes icon-luc-lac {
    0%,
    100%,
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}

@keyframes vien-nho-zoom {
    0%,
    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.5;
    }
}

@keyframes vien-lon-zoom {
    0% {
        transform: rotate(0) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.1;
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: var(--bizbize24);
    text-decoration: none;
    background-color: var(--bizbize);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item:disabled {
    color: var(--bizbize25);
    pointer-events: none;
    background-color: var(--bizbize);
}

.list-group-item.active {
    z-index: 2;
    color: var(--bizbize);
    background-color: var(--bizbize26);
    border-color: var(--bizbize26);
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0;
    }
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.m-auto {
    margin: auto !important;
}

.me-auto {
    margin-right: auto !important;
}

.text-center {
    text-align: center !important;
}

.listing_wnn {
    border-bottom: 0 !important;
}

.listing_wnn .day {
    color: var(--bizbize2) !important;
    line-height: 20px !important;
    padding-top: 8px !important;
}

::-webkit-scrollbar-track {
    background-color: var(--noname-container);
    width: 1px;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--main-color);
}

/* menÃ¼ */

.d-grid-center {
    display: grid;
    align-items: center;
}

nav.nav.p-3 {
    border-bottom: 1px solid var(--bizbize29);
}

.dropdown-menu {
    right: 0;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
    z-index: 99999;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--bizbize30);
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    z-index: 9999;
    width: 330px;
    height: 100%;
    margin: 0;
    list-style: none;
    background-color: var(--bizbize);
    transition-duration: .25s;
    border-right: 1px solid var(--bizbize29);
}

.menu__box {
    background: #00000045;
    width: 100%;
    height: 100%;
}

.menu__box1 {
    display: block;
    width: 330px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: var(--bizbize);
    transition-duration: .25s;
    border-right: 1px solid var(--bizbize29);
}

.menu__item {
    display: block;
    padding: 4px 24px;
    color: var(--bizbize1);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition-duration: .25s;
}

.main-wrapper {
    background: var(--bizbize);
}

.op-0 {
    opacity: 0;
}

a.btn.btn-list.ms-2.mt-2.trunc {
    background: var(--bizbize27);
    color: var(--bizbize);
    border-color: var(--bizbize27);
}

a.btn.btn-list.ms-2.mt-2.trunc:hover {
    background: var(--bizbize14);
    border-color: var(--bizbize14);
}

.w-max {
    width: 75%;
}

.sub-nav {
    transition: margin-top 0.5s ease-in;
}

.sub-nav.active {
    position: sticky;
    top: 80px;
    padding: 14px 0px;
    z-index: 999;
    background: var(--bizbize);
    border-bottom: 1px solid var(--bizbize29);
    transition: margin-top 0.5s ease-in;
}

.card {
    border-radius: 0px 0px 4px 4px;
    border: 1px solid var(--bizbize29);
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
    color: var(--bizbize1);
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.h-42 {
    height: 42px;
}

.modal {
    z-index: 99991 !important;
}

.modal-dialog {
    border-right: 1px solid var(--bizbize29);
}

@media(min-width:1180px) {
    .flex-md-1 {
        flex: 1;
    }
}

@media(max-width:1130px) {
    .ffitab {
        overflow-x: scroll;
        width: 100%;
        position: relative;
        margin-bottom: 8px;
        justify-content: center;
    }
    .ffitab a {
        flex: none;
    }
    nav.navbar.navbar-expand-lg.navbar-light.p-0 div {
        justify-content: center !important;
    }
}

@media(max-width:700px) {
    .ffitab {
        justify-content: start;
    }
}

@media(min-width:720px) {
    .hm-search {
        display: none !important;
    }
}

@media(max-width:720px) {
    .hd-search {
        display: none !important;
    }
}

.tumaraclar-filter1 {
    padding: 0px;
    width: 20px;
    display: grid;
    align-content: center;
    align-items: center;
    position: relative;
}

.tumaraclar-filter1 .search-btv1 {
    color: var(--bizbize30);
}

.searchbg .modal-content {
    background: transparent !important;
    border-color: transparent !important;
    position: fixed !important;
    top: 50% !important;
    z-index: 9999999;
}

.filterwd select {
    border-radius: 4px;
    text-align: start;
    width: 110px;
}

.filterwd select:focus-visible {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.modal-backdrop {
    z-index: 9999 !important;
}

.modal-dialog-slideout {
    width: 100%;
    height: 100%;
    margin: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog-slideout {
    transform: translateX(0);
}

.modal-dialog {
    width: 330px;
}

.modal-content {
    border-radius: 0px;
    overflow: scroll;
}

.btn-close {
    font-size: 19px;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
}

.modal-header .btn-close {
    padding: 0px;
    margin: 0px;
}

.avatar-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.avatar-wrapper .avatar-dropdown-arrow {
    transition: opacity 0.1s linear, transform 0.15s linear;
}

.avatar-wrapper .avatar-dropdown-arrow.active {
    transform: rotate(180deg);
}

.avatar-wrapper:hover .avatar-dropdown-arrow {
    opacity: 0.2;
}

.avatar-photo {
    border-radius: 50px;
}

.dropdown-wrapper {
    position: absolute;
    top: 75%;
    transform: scale(0.8);
    transform-origin: top;
    transform-origin: right;
    right: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    margin-top: 0.5rem;
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid var(--bizbize8);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    visibility: hidden;
}

.dropdown-wrapper.active {
    top: 100%;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.dropdown-profile-details {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eaeaea;
}

.dropdown-profile-details--name {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
}

.dropdown-links {
    display: flex;
    flex-direction: column;
    padding-top: 0.8rem;
}

.dropdown-links a {
    padding-bottom: 0.5rem;
    transition: all 0.1s linear;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 16px;
    color: var(--bizbize11);
}

.dropdown-links a:hover {
    color: var(--bizbize2);
}

.dropdown-links a:last-of-type {
    padding-bottom: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.filterwd .nav-item:before {
    content: "keyboard_arrow_down";
    display: revert;
    font-family: 'Material Symbols Outlined';
    position: absolute;
    z-index: 1;
    margin-left: 81px;
    margin-top: 2px;
    font-size: 22px;
    background: #fff;
    height: 30px;
    color: #707070;
}

.filter-bt {
    cursor: pointer;
}

.filter-bt:hover {
    transition: 0.5s;
    color: var(--bizbize2);
}

input::placeholder {
    color: var(--bizbize1) !important;
    font-weight: 500;
}

input {
    color: var(--bizbize1) !important;
    font-weight: 500 !important;
}

span.material-icons-outlined {
    padding: 0px;
    margin: 0px;
    line-height: normal;
    letter-spacing: normal;
}

@media(max-width:560px) {
    .filt .shark:nth-last-child(2),
    .filt a:nth-last-child(1) {
        display: none !important;
    }
}

ul.bilgilendirme {
    display: inline-block;
    width: 100%;
}

.de.license-large {
    padding-left: 15px;
    padding-right: 5px;
}

.de {
    color: #262626;
    background-color: #ffffff;
}

.de:before {
    content: "";
}

.license-large {
    width: auto;
    font-size: 14px;
}

.license:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 8%;
    border-radius: 3px 0 0 3px;
    text-align: center;
    background-color: #0c86f5;
}

.license-large:before {
    font-size: 14px;
}

.license {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #262626;
}

.navdes .list-head-sub {
    font-weight: 400;
    line-height: normal;
}

.bg-e0 {
    background-color: var(--bizbize29);
}

.bayiunvani {
    color: var(--bizbize1);
    font-weight: 500;
}

.yetkibelgesi span b,
.yetkibelgesi span {
    font-weight: 400 !important;
    font-size: 14px;
    color: var(--bizbize33);
}

.liste li,
.liste li span,
.liste li span b {
    list-style-type: disc;
    font-size: 14px;
    font-weight: 400 !important;
    color: var(--bizbize25);
}

.h-max {
    height: max-content;
}

.mt-9 {
    margin-top: 9px;
}

.card.custom .card-img-top {
    width: 360px;
    height: 270px;
}

.card.custom .card-body {
    width: 360px;
    height: 130px;
    padding: 10px;
}

.card.custom .list-head-sub {
    color: var(--bizbize1);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-align: start;
}

.card.custom .list-head {
    color: var(--bizbize33);
    display: block;
    margin: 0px 0px 8px 0px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    text-align: start;
}

.bilgilendirme li:first-child{
    padding-left: 0px!important;
}

.bilgilendirme li {
    float: left;
    color: var(--bizbize1);
    display: flex;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 0.8125rem;
    text-transform: capitalize;
    margin-top: 4px;
    border-right: 1px solid #dbdade !important;
}

.bilgilendirme li:last-of-type {
    border-right: none !important;
}

.hg-32 {
    height: 32px;
}

.cardad img {
    width: 360px;
    height: 400px;
    margin: 12px 0px;
}

.card.custom .row {
    margin-top: 8px;
}

.card.custom .row .col-6 .list-head,
.card.custom .row .col-6:last-child {
    display: flex;
    align-content: center;
}

.card.custom .row .col-6:last-child .list-head {
    justify-content: flex-end;
    align-items: center;
}

.card.custom .row .col-6:first-child span:first-child {
    padding: 0px;
    margin: 0px;
    line-height: normal;
    letter-spacing: normal;
    font-size: 17px;
}

.card.custom .row .col-6:first-child span:last-child {
    color: #595959;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
    margin-left: 4px;
    margin-top: 3px;
    padding: 0px;
}

.card.custom .row .col-6:last-child span:first-child {
    color: #a6a6a6;
    font-weight: 400;
    margin-right: 4px;
}

.card.custom .row .col-6:last-child span:last-child {
    color: #262626;
    font-weight: 700;
}

.login_dif {
    margin-top: 8px;
}

.login_dif div a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

@media(max-width:720px) {
    .login_dif {
        margin-top: 4px;
        align-content: center;
    }
    .login_dif div a span:last-child {
        display: none;
    }
}

.select {
    position: relative;
    width: max-content;
    display: inline-flex;
    border: 1px solid #e0e0e0;
    background: #f2f2f2;
    height: 44px;
    align-self: stretch;
    border-radius: 4px;
}

.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: max-content;
    padding: 14px 40px 0px 10px;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    height: auto;
}

.select-text:focus {
    outline: none;
}

.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 5px;
    right: 35px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    pointer-events: none;
    content: "keyboard_arrow_down";
    font-family: 'Material Symbols Outlined';
    font-size: 24px;
}

.select-label {
    color: rgba(0, 0, 0, 0.26);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
}

.select-text:focus~.select-label,
.select-text:valid~.select-label {
    color: #595959;
    top: 3px;
    left: 10px;
    transition: 0.2s ease all;
    font-family: Red Hat Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.select-bar {
    position: relative;
    width: 148px;
    display: none;
}

.select-bar:before,
.select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2F80ED;
    transition: 0.2s ease all;
}

.select-bar:before {
    left: 30%;
}

.select-bar:after {
    right: 0%;
}

.select-text:focus~.select-bar:before,
.select-text:focus~.select-bar:after {
    width: 50%;
}

.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.slick-arrow {
    height: 100%;
    width: 50px;
    background: #e0e0e0;
    color: #262626;
    display: grid;
    justify-items: center;
    align-items: center;
    border-radius: 4px;
    position: absolute;
    z-index: 2;
    top: 0;
    cursor: pointer;
}

.slick-arrow:hover {
    background: var(--bizbize2);
    color: var(--bizbize);
    transition: 0.7s;
}

.slider-nav-thumbnails .slick-prev {
    left: 0px;
}

.slider-nav-thumbnails .slick-next {
    right: 0px;
}

.slider-nav-thumbnails .slick-slide {
    width: auto !important;
}

.slider.slider-nav-thumbnails.slick-initialized.slick-slider {
    position: relative;
}

.slider-nav-thumbnails .slick-list.draggable {
    padding: 0px 50px;
    z-index: 0;
    width: 100%;
    display: block;
}

.slider-container {
    margin: 0 -3px;
    overflow: hidden;
    position: relative;
}

.slick-slide {
    display: none;
}

.slick-active {
    display: block;
}

.slider-container::before,
.slider-container::after {
    content: "";
    display: block;
    width: 60px;
    height: 103%;
    background-color: white;
    position: absolute;
    top: 0;
    z-index: 1;
}

.slider-container::before {
    left: -5px;
}

.slider-container::after {
    right: -6px;
}

.slider-nav-thumbnails .slick-slide {
    margin: 0 6px;
}

.theiaStickySidebar .list-head {
    color: var(--bizbize1);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.theiaStickySidebar .list-head-sub {
    color: var(--bizbize33);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
}

.contact_label {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 7px;
}

.contact_form_btn {
    text-align: start;
}

.contact_form_btn button {
    background: var(--bizbize2);
    color: var(--bizbize);
    font-size: 16px;
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
}

.contact_form_btn button:hover {
    color: var(--bizbize);
    background: var(--bizbize33);
}

.sidebar{
    padding: 20px 10px;
}

.theiaStickySidebar {
    position: relative;
}

.theiaStickySidebar .review-sec .review-header .col-12 h4 {
    color: #202124;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.theiaStickySidebar .review-sec .review-header .col-12 p:nth-child(2) {
    color: #70757A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.3px;
}

.theiaStickySidebar .review-sec .review-header .col-12 p:nth-child(3) {
    color: #212529;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.calisma_saatleri {
    margin-left: 35px;
}

.calisma_saatleri table td {
    width: min-content;
    text-align: left;
    font-weight: 400;
    opacity: 0.800000011920929;
    font-size: 16px;
    color: #262626;
    font-style: normal;
    line-height: normal;
}

.calisma_saatleri table td:first-child {
    opacity: 1 !important;
    padding-right: 50px;
}

.review-sec:last-child {
    margin: 0px 0px 12px;
}

.p-15 {
    padding: 15px;
}

@media(min-width:980px) {
    .bayidetay .col-lg-8 {
        margin-top: -55px;
    }
}

.bayibilgi .col-auto:last-child {
    display: grid;
    align-self: end;
    padding-bottom: 3px;
}

.bayibilgi .col-auto h4 {
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-bottom: 8px;
}

.bayibilgi .col-auto p:first-child {
    color: #595959;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.3px;
    margin-bottom: 8px;
}

.bayibilgi .col-auto p:last-child {
    color: #262626;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.bayiicerik h4 {
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.bayiicerik p {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bayiaraclari h2 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}


.carbutton {
    position: absolute;
    display: block;
    top: 225px;
    z-index: 4;
    width: 360px;
    height: 40px;
    text-align: end;
    padding: 4px 6px;
}

.favoritebt{
    font-size: 24px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    color: #ffffff;
}

.product-details .favoritebt,
.accordion-header .favoritebt {
    font-size: 24px;
    cursor: pointer;
    margin: 0;
    padding: 2px 10px;
    color: #282828;
}

.favoritebt a{
    color: #ffffff;
}

.product-details .favoritebt a,
.accordion-header .favoritebt a {
    color: #282828;
}

.fl-right {
    float: right;
}

.carbutton input[type="checkbox"]{
    display:none;
}

.carbutton .checkbox:checked+.label {
    color: #ffffff;
}

.carbutton .checkbox:checked~.social {
    opacity: 1;
    transform: scale(1) translateY(-46px);
}

.carbutton .label {
    font-size: 24px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    color: #ffffff;
}

.carbutton .social {
    transform-origin: 50% 0%;
    transform: scale(0) translateY(-190px);
    opacity: 0;
    transition: .5s;
}

.carbutton ul {
    position: absolute;
    right: 35px;
    bottom: -48px;
    color: #fff;
    height: 46px;
    width: max-content;
    padding: 0;
    list-style: none;
}

.carbutton ul li {
    font-size: 20px;
    cursor: pointer;
    width: max-content;
    margin: 0;
    padding: 4px 8px;
    margin: 0px 3px;
    text-align: center;
    float: left;
    height: max-content;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 0;
    background: rgba(217, 217, 217, 0.50);
    border-radius: 4px;
}

.carbutton ul li:hover {
    color:  var(--bizbize3);
}
.social svg {
    height: 24px;
}
.social svg .cls-1 {
    fill: #ffffff;
}

.social svg .cls-2 {
    fill: #a6a6a6;
}

/* Filtre Tab */

@-webkit-keyframes toTopFromBottom {
    49% {
      -webkit-transform: translateY(-100%);
    }
    50% {
      opacity: 0;
      -webkit-transform: translateY(100%);
    }
    51% {
      opacity: 1;
    }
  }
  @-moz-keyframes toTopFromBottom {
    49% {
      -moz-transform: translateY(-100%);
    }
    50% {
      opacity: 0;
      -moz-transform: translateY(100%);
    }
    51% {
      opacity: 1;
    }
  }
  @keyframes toTopFromBottom {
    49% {
      transform: translateY(-100%);
    }
    50% {
      opacity: 0;
      transform: translateY(100%);
    }
    51% {
      opacity: 1;
    }
  }
  
  .custom_check {
    position: relative;
    padding-left: 30px;
  }
  .custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .custom_check .checkmark::after {
    content: "check";
    font-family: 'Material Symbols Outlined';
    font-weight: 500;
    font-size: 16px!important;
    position: absolute;
    display: none;
    left: 0px!important;
    top: -4px!important;
    color: #ffffff;
  }
  .custom_check input:checked ~ .checkmark {
    background-color: #ffffff;
  }
  .custom_check input:checked ~ .checkmark:after {
    display: block;
  }
  .custom_check span {
    color: #828282;
    font-weight: 400;
  }
  .accordion {
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 18px;
  }
  .accordion .filter-title {
    margin-bottom: 20px;
    }
  .accordion .filter-title a {
    font-size: 16px;
    color: #262626;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .product-search {
    margin: 0 0 20px;
    border-bottom: 1px solid #F4F4F4;
  }
  
  .form-custom {
    position: relative;
  }
  .form-custom .form-control {
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #828282;
    background: #FCFBFB;
    border: 1px solid #F4F4F4;
  }
  .form-custom .form-control:focus {
    background: #ffffff;
    outline: none;
  }
  .form-custom .form-control::placeholder {
    color: #828282;
  }
  .form-custom span img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-5%, -50%);
  }
  
  .accordion .collapsed i {
    color: #262626;
    transition: 0.2s;
    transform: rotate(-180deg);
  }
  .accordion .float-end {
    color: #262626;
    font-size: 14px;
    margin-top: 3px;
  }
  
  .custom_check {
    color: #262626;
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin-bottom: 4px;
    padding-left: 30px;
    cursor: pointer;
    font-weight: 400;
    user-select: none;
  }
  .custom_check input:checked ~ .checkmark {
    background-color: #262626;
    border-color: #262626;
  }
  .custom_check input:checked ~ .checkmark:after {
    display: block;
    top: 1px;
    left: 5px;
    font-size: 10px;
  }
  .custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .custom_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #FCFBFB;
    transition: all 0.3s ease-in-out;
    border: 2px solid var(--bizbize1);
    border-radius: 2px;
  }
  #checkBoxes1 {
    height: auto;
    max-height: 190px;
    overflow-y: scroll;
    -webkit-overflow-y: scroll;
    -moz-overflow-y: scroll;
    -ms-overflow-y: scroll;
    -o-overflow-y: scroll;
    margin: 0 0 15px;
  }
  
  
  #checkBoxes1::-webkit-scrollbar {
    width: 6px;
  }

  /* Range */
  
.slider-labels {
    margin-top: 18px;
  }
  
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
  .noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .noUi-target {
    position: relative;
    direction: ltr;
  }
  
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  /* Fix 401 */
  }
  
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .noUi-handle {
    position: relative;
    z-index: 1;
  }
  
  .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
  }
  
  .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
  }
  
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  .noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  /* Slider size and handle placement;
   */
  .noUi-horizontal {
    height: 3px;
  }
  
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #262626;
  }
  
  /* Styling;
   */
  .noUi-background {
    background: #707070;
  }
  
  .noUi-connect {
    background: #262626;
    -webkit-transition: background 450ms;
    transition: background 450ms;
  }
  
  .noUi-origin {
    border-radius: 2px;
  }
  
  .noUi-target {
    border-radius: 2px;
  }

  .noUi-draggable {
    cursor: w-resize;
  }
  
  .noUi-vertical .noUi-draggable {
    cursor: n-resize;
  }
  
  .noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  
  .noUi-handle:active {
    border: 8px solid #26262640;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}
  
  /* Disabled state;
   */
  [disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
  }
  
  [disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
  } 

.rangefilter{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 18px;
    padding-right: 8px;
}
.list-head-range {
    margin-bottom: 18px;
    font-weight: 500;
}
.bayiharita {
    background: url(../images/harita.png) no-repeat;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.bayiharita span {
    font-size: 48px;
    color: #262626;
    text-shadow: 1px 3px 4px rgb(38 38 38 / 58%);
}

.bayiharita span:last-child {
    font-weight: 700;
}
.btn-filtrele{
    background-color: #262626;
    color: #ffffff;
}
.btn-filtrele:hover{
    background-color: #ffffff;
    color: #262626;
}
#timer div{
    display:inline-block;
    margin-right: 8px;
    font-weight: 500;
}
#timer div span{
    margin-left: 4px;
    font-weight: 400;
    color: #a6a6a6;
}

.text-last-end{
    text-align-last: end;
}

/* İhale */
.fr-width-50{
    width: 50%;
    float: left;
    background-color: #fff;
    padding: 4px 16px;
  }
  .fr-width-50:last-child{
    border-left: 1px solid #e0e0e0;
  }
  .fr-teklif{
    text-align: end;
    color: var(--bizbize1);
    font-weight: 600;
  }
  .fr-teklifim{
    text-align: end;
    font-weight: 600;
  }
  .circle-none [type="radio"]{
    display: none;
  }
  .circle-none{
    background-color: var(--bizbize2);
    border: 1px solid var(--bizbize);
    font-size: 16px;
    font-weight: 500;
  }
  .circle-none:nth-child(1) {
    background: #e0e0e0;
    }
    .circle-none:nth-child(2) {
        background: #a6a6a6;
    }
    .circle-none:nth-child(3) {
        background: #595959;
    }
  .circle-none:hover,
  .circle-none:active{
    background-color: var(--bizbize33);
    border: 1px solid var(--bizbize);
    font-size: 16px;
    color: var(--bizbize)!important;
    font-weight: 500;
  }
  .btn-group-radio{
    width: 100%;
  }
  .oto-teklifin{
    color: var(--bizbize1);
  }
  .btn-ihale{
    background: var(--bizbize2);
    color: var(--bizbize);
    font-size: 16px;
    display: flex;
    padding: 8.4px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    width: 100%;
  }
  .btn-ihale:hover{
    color: var(--bizbize);
    background: var(--bizbize33);
  }
  .ms1px{
    margin-left:1px;
  }
  .btn-ekspertiz {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0px auto;
    color: var(--bizbize14);
    background: var(--bizbize8);
    display: flex;
    align-items: center;
}
.btn-ekspertiz:hover {
    color: var(--bizbize);
    background-color: var(--bizbize1);
}
.btn-ekspertiz span{
    margin-right: 4px;
}
.list_location{
    color: var(--bizbize1);
    border-radius: 4px;
    border: 1px solid var(--bizbize29);
    display: inline-flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    width: min-content;
}
.favbutton-head {
    margin-left: 16px;
    margin-top: 4px;
}
.favbutton-head span {
    font-weight: 400!important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #C3002F;
    border-color: #C3002F;
}

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #282828;
        border-color: #282828;
    }

.pagination > li > a, .pagination > li > span {
    color: #005271;
    cursor: pointer;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #282828;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}




.list li.checkbox:first-child {
    margin-top: 0;
}
.brand-check {
    opacity: 0;
    visibility: hidden;
}

.list input[type=checkbox]:before {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: absolute;
    opacity: 0;
    z-index: 1;
}
.list .checkbox label {
    color: #262626;
    display: inline-block;
    position: relative;
    font-size: 16px;
    margin-bottom: 4px;
    padding-left: 0px;
    cursor: pointer;
    font-weight: 400;
    user-select: none;
}
.list li ul.sub {
    border: 0;
    padding: 0;
    margin: 10px 0 5px 15px;
    display: none;
}
.list .checkbox label span.number {
    letter-spacing: 1px;
    font-size: 12px;
}
.list label.tooltip-box .tooltip-text {
    top: -2px;
    width: auto;
    padding: 5px 10px;
}
.list .checkbox .active,
.sub .checkbox label{
    padding-left: 14px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.list input[type=checkbox]:checked:before {
    opacity: 1;
    font-weight: 400;
    content: "check";
    font-family: 'Material Symbols Outlined';
    font-weight: 500;
    font-size: 16px !important;
    position: relative;
    border: #fff !important;
    color: #fff !important;
    transform: none !important;
    height: auto !important;
    width: auto !important;
}

div.autocomplete-suggestions {
    background: #fff;
    box-shadow: 0 0 10px rgba(74,74,74,0.5);
    padding: 20px 25px;
    overflow-y: auto
}

    div.autocomplete-suggestions div.autocomplete-suggestion {
        padding: 5px;
        cursor: pointer;
        transition: all .5s
    }

        div.autocomplete-suggestions div.autocomplete-suggestion:before {
            content: '>';
            position: absolute;
            left: 0;
            color: #282828;
            transition: all .5s;
            opacity: 0;
            visibility: hidden;
            font-size: 18px;
            margin-top: -2px;
            font-weight: 700;
        }

        div.autocomplete-suggestions div.autocomplete-suggestion:hover:before {
            left: 13px;
            visibility: visible;
            opacity: 1
        }

span#autocomplete-ajax-x {
    position: absolute
}

div.autocomplete-suggestions::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background: #F5F5F5
}

div.autocomplete-suggestions::-webkit-scrollbar {
    width: 9px;
    background: #F5F5F5
}

div.autocomplete-suggestions::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);
    background: #ffce33
}
.w-min{
    width: min-content;
}

.pagination li:first-of-type a {
    border-radius: 4px 0 0 4px!important; 
}

.pagination li:last-of-type a{
    border-radius: 0 4px 4px 0!important; 
}
.add-favorites.active span.material-icons {
    color: rgb(255 90 95);
}
.cursor-pointer{
    cursor:pointer;
}
.notification .material-symbols-outlined {
    font-size: 24px;
    margin: 4px 14px 0px 0px;
}
.notification .circle {
    position: absolute;
    top: -16px;
    right: 6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #C3002F;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 900;
    z-index: 99;
}
.ffitab .circle {
    position: absolute;
    top: -6px;
    right: -25px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #c3002f;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: 900;
    z-index: 99;
}
footer {
    background: var(--bizbize);
    color: var(--bizbize1);
    border-top: 1px solid var(--bizbize29);
}

footer p {
    padding: 40px 0;
    text-align: center;
    font-weight: 500;
}

footer span:nth-last-of-type(1){
    color: #5348ce;
    font-size:50px;
    line-height: 0;
    margin-left: -1px;
}
footer span:nth-last-of-type(2){
    color: var(--bizbize1);
    font-weight: 600;
    font-size: 18px;
}
footer span:nth-last-of-type(3){
    color: var(--bizbize3);
    font-weight: 400;
    font-size: 18px;
}
.ekspertiz_download {
    color: var(--bizbize);
    border-radius: 4px;
    border: 1px solid var(--bizbize1);
    background: var(--bizbize1);
    display: inline-flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: min-content;
    text-wrap: nowrap;
}
.ekspertiz_download:hover{
    color: var(--bizbize1);
    border: 1px solid var(--bizbize1);
    background: var(--bizbize);
}

@media(max-width:575px) {
    .locationmb {
        position: absolute!important;
        top: 8px!important;
        right: 8px!important;
    }
}

.overlay-content {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
  }

.overlay-content .list-head, .overlay-content .list-head-sub {
    color: #f2f2f2!important;
}
.overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.overlay-content .list-head, .overlay-content .list-head-sub {
    color: #f2f2f2!important;
}