a {
    color: unset;
    text-decoration: none;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}


.acilsatis-category .sidebar-shop .filter-list div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .75rem
}

.acilsatis-category .sidebar-shop .left-input-list {
    max-height:200px;
    overflow-y: auto;
}



.slick-slide {
    height:unset;
}

.slick-slide img
{
    width: -webkit-fill-available;
}

footer a {
    color:white;
}

/*
label, output, .form-control{
    margin-bottom: 0.5rem;
}

.form-group{
    margin-bottom: 1rem;
}
*/

.tekne-icon {
    max-height: 56px;
}
@media (max-width: 1113px ) {
    .tekne-icon {
        max-height: 35px;
    }
}

/** Responsive Width Classes **/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width:100%!important;
    }
    .w-sm-75 {
        width:75%!important;
    }
    .w-sm-50 {
        width:50%!important;
    }
    .w-sm-25 {
        width:25%!important;
    }
    .w-sm-20 {
        width:20%!important;
    }
    .h-sm-100 {
        height:100%!important;
    }
    .h-sm-75 {
        height:75%!important;
    }
    .h-sm-50 {
        height:50%!important;
    }
    .h-sm-25 {
        height:25%!important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width:100%!important;
    }
    .w-md-75 {
        width:75%!important;
    }
    .w-md-50 {
        width:50%!important;
    }
    .w-md-25 {
        width:25%!important;
    }
    .w-md-20 {
        width:20%!important;
    }
    .h-md-100 {
        height:100%!important;
    }
    .h-md-75 {
        height:75%!important;
    }
    .h-md-50 {
        height:50%!important;
    }
    .h-md-25 {
        height:25%!important;
    }


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width:100%!important;
    }
    .w-lg-75 {
        width:75%!important;
    }
    .w-lg-50 {
        width:50%!important;
    }
    .w-lg-25 {
        width:25%!important;
    }
    .w-lg-20 {
        width:20%!important;
    }
    .h-lg-100 {
        height:100%!important;
    }
    .h-lg-75 {
        height:75%!important;
    }
    .h-lg-50 {
        height:50%!important;
    }
    .h-lg-25 {
        height:25%!important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width:100%!important;
    }
    .w-xl-75 {
        width:75%!important;
    }
    .w-xl-50 {
        width:50%!important;
    }
    .w-xl-25 {
        width:25%!important;
    }
    .w-xl-20 {
        width:20%!important;
    }
    .h-xl-100 {
        height:100%!important;
    }
    .h-xl-75 {
        height:75%!important;
    }
    .h-xl-50 {
        height:50%!important;
    }
    .h-xl-25 {
        height:25%!important;
    }
}



textarea#content {
    resize:none;
}

.offcanvas-footer {
    padding: 1rem 1rem;
    background-color: #fff;
    width: 100%;
    border-top:1px solid #cecece;
}


.member-menu {
    z-index: 1031;
    height: 100%;
}

.member-menu ul {
    list-style: none;
}

.member-menu .navigation li a i, .navigation li a svg {
    height:unset;
    width: unset;
    font-size:24px;
}

.member-menu .navigation {
    padding-left:0;
}
.member-menu .navigation li a {
    display: block;
    text-decoration: none;
    padding: 12px 16px;
    color: rgb(44, 44, 44);
}
.member-menu .navigation li:hover {
    background-color:rgb(238, 238, 238) ;
}


.member-left-menu .fa {
    color: var(--acilred);
}

a:hover {
    color:var(--acilred);
}


.fileuploader-input {border:1px solid #eee !important;border-radius:3px !important;background:#fafafa !important;padding:15px !important;}
.fileuploader-input-button {background:#4398f4 !important;font-weight:600 !important;}
.fileuploader-input i {font-size:50px;color:#4398f4 !important;}
.fileuploader-input h3 {font-weight:600 !important;}
/* input & thumbnails size */
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input,.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {display: inline-block;width: 115px;height: 115px;line-height: 95px;padding: 10px;vertical-align: top;}
/* input-inner */
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {width: 100%;height: 100%;border: 2px dashed #c2cdda;border-radius: 4px;text-align: center;font-size: 30px;color: #acb9c7;vertical-align: top;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-transition: all 0.1s ease;transition: all 0.1s ease;}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover {border-color: #92a7bf;color: #899baf;}
.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active,
.fileuploader-theme-thumbnails .fileuploader-dragging .fileuploader-thumbnails-input-inner {background: #fff;}
/* thumbnails */
.fileuploader-theme-thumbnails .fileuploader-items-list {margin: -5px -10px;}
.fileuploader-theme-thumbnails .fileuploader-item {-webkit-animation: fileuploaderScaleIn 0.2s ease;animation: fileuploaderScaleIn 0.2s ease;border-bottom: 0;}
.fileuploader-theme-thumbnails .fileuploader-item-inner {position: relative;border-radius: 4px;background: rgba(255,255,255,0.6);overflow: hidden;z-index: 1;}
.fileuploader-theme-thumbnails .fileuploader-item-inner,
.fileuploader-theme-thumbnails .fileuploader-item-inner .thumbnail-holder,
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {width: 100%;height: 100%;}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {position: relative;text-align: center;overflow: hidden;}
.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image img,
.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image canvas {border-radius: 0;}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image img {max-height: 100%;min-height: 100%;max-width: none;}
.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {top: 50%;left: 50%;width: 30px;height: 30px;margin-left: -15px;margin-top: -15px;opacity: 0.2;}
.fileuploader-theme-thumbnails .fileuploader-items-list .actions-holder {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: 4px;background: rgba(33, 33, 33, 0.55);text-align: right;-webkit-transition: opacity 0.2s ease;transition: opacity 0.2s ease;opacity: 0;z-index: 3;}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item:hover .actions-holder {opacity: 1;}
.fileuploader-theme-thumbnails .fileuploader-action {background: none;border: 0;width: 24px;height: 24px;margin: 3px 3px 0 0;z-index: 2;}
.fileuploader-theme-thumbnails .fileuploader-action-vitrin {display:none;position:absolute;top:0 !important;left:4px;color:#fff;z-index:5000;}
.fileuploader-theme-thumbnails .fileuploader-action-dondur {display:none;position:absolute;top:0 !important;left:4px;color:#fff;z-index:5000;}
.fileuploader-theme-thumbnails .fileuploader-action-sort {display:none;position:absolute;top:0 !important;left:28px;color:#fff;z-index:5000;}
.fileuploader-theme-thumbnails li:first-child .fileuploader-action-vitrin {display:none;position:absolute;top:0 !important;left:4px;color:#fff;z-index:5000;}
.fileuploader-theme-thumbnails li:first-child .fileuploader-action-dondur {display:none;position:absolute;top:0 !important;left:28px;color:#fff;z-index:5000;}
.fileuploader-theme-thumbnails li:first-child .fileuploader-action-sort {display:none;position:absolute;top:0 !important;left:52px;color:#fff;z-index:5000;cursor:move;}
.fileuploader-theme-thumbnails li:first-child:hover .fileuploader-action-dondur {display:block;}
.fileuploader-theme-thumbnails li:first-child:hover .fileuploader-action-sort {display:block;}
ul.fileuploader-items-list li:first-child .fileuploader-action-vitrin {display:block;position:absolute;top:0 !important;left:4px;color:#fff;background:#4398f4 !important;z-index:5000;}
ul.fileuploader-items-list li:first-child .fileuploader-action-vitrin {display:block;position:absolute;top:0 !important;left:4px;color:#fff;background:#4398f4 !important;z-index:5000;}

.fileuploader-theme-thumbnails .fileuploader-action-dondur:hover {background:#3ae374;color:#fff;}
.fileuploader-theme-thumbnails .fileuploader-action-dondur:active {background:#3ae374;color:#fff;}
.fileuploader-theme-thumbnails .fileuploader-action-sort:hover {background:#e67e22;color:#fff;}
.fileuploader-theme-thumbnails .fileuploader-action-sort:active {background:#e67e22;color:#fff;}
.fileuploader-item:hover .fileuploader-action-dondur, .fileuploader-item:hover .fileuploader-action-sort, .fileuploader-item:hover fileuploader-action-remove {display:block;}
.fileuploader-theme-thumbnails .fileuploader-action-vitrin i {margin:0 !important;top:0 !important;left:0 !important;position:absolute !important;text-align:center;width:24px;line-height:24px;}
.fileuploader-theme-thumbnails .fileuploader-action-dondur i {margin:0 !important;top:0 !important;left:0 !important;position:absolute !important;text-align:center;width:24px;line-height:24px;}
.fileuploader-theme-thumbnails .fileuploader-action-sort i {margin:0 !important;top:0 !important;left:0 !important;position:absolute !important;text-align:center;width:24px;line-height:24px;}
.fileuploader-theme-thumbnails .fileuploader-action-remove i {margin:0 !important;top:0 !important;left:0 !important;position:absolute !important;text-align:center;width:24px;line-height:24px;}
.fileuploader-theme-thumbnails .fileuploader-action-popup {position: absolute;top: 0;left: 0;width: 100%;height: 100%;cursor: pointer;z-index: 1;}
/* uploading */
.fileuploader-theme-thumbnails .fileuploader-item.upload-failed {background: none;}
.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item.upload-failed .fileuploader-item-icon {display: block !important;background: #db6868 !important;color: #fff;}
.fileuploader-theme-thumbnails .fileuploader-item.upload-pending .fileuploader-action-remove:after {right: 0;margin-top: -14px;}
.fileuploader-theme-thumbnails .fileuploader-action-remove:hover, .fileuploader-theme-thumbnails .fileuploader-action-remove:active {background:#e74c3c;color:#fff;}
.fileuploader-theme-thumbnails .fileuploader-item .progress-holder {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar {position: relative;top: 50%;width: 80%;height: 6px;margin: 0 auto;background: #dde4f6;}
/* sorter */
.fileuploader-theme-thumbnails .fileuploader-item.sorting {-webkit-animation: none;animation: none;}
.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {background: none;}
.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder div {background: #fff;}
.fileuploader-action-success {background:#4398f4 !important;}
.fileuploader-action-sort {right: 0 !important;margin-top: 2px !important;z-index:5;color:#fff !important;line-height:24px !important;}
.fileuploader-action-sort i {}
.fileuploader-theme-thumbnails .fileuploader-action-remove {
    position: absolute;
    top: -2px !important;
    right: -5px;
    color: #fff;
    z-index: 5000;
}



footer .row p:first-child {
    font-size: large;
    border-bottom: 1px solid;
    width: fit-content;
    color: #3d3d3d;
}

footer ul > li a:hover {
    color:unset;
    text-decoration:underline;
}

.feather-16{
    width: 16px;
    height: 16px;
}
.feather-24{
    width: 24px;
    height: 24px;
}
.feather-32{
    width: 32px;
    height: 32px;
}

.unset-minheight {
    min-height:unset!important;
}

div.bootbox.modal.fade.bootbox-confirm.show button.close
{
    float: right;
    font-size: 1.40625rem;
    font-weight: 600;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
    border:0;
    background-color:unset!important;
}


#addAdvCanvas div.active, #addAdvCanvas   div.active > div > i {
    background-color: var(--acilred);
    color:#fff!important;
}

body > div.modal-backdrop.fade.show {
    z-index:1050;
}

#offcanvasEnd {
    z-index:1051;
}

.list-group-item {
    border:0;
}

.one-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-nav .slick-slide img {
    width: 90%;
}




.giris label, .container.mt-2 output,.container.mt-2 .form-control{
    margin-bottom: 0.5rem;
}

.giris .form-group{
    margin-bottom: 1rem;
}


#mobile-filter-wrapper {
    cursor:pointer;
}



#category-filter-close-button {
    position: absolute;
    display:none;
    top: 10px;
    left: calc(100% - 27px);
}

.show #category-filter-close-button {
    display:block;
}

.branches .card {
    cursor: pointer;
}

.branches .card:hover {
    background: var(--acilred);
    color: #fff;
}

.page-link {
    color: #6E6B7B;
    border: 0 solid #DAE1E7;
}

.page-link, .page-link:focus, .page-link:hover {
    background-color: #F3F2F7;
}

