﻿.efekt, .btnSepet, .ust-menu--1 .ust-menu__link, .urun__butonlar, .urun__favori, .scale-hover, .kategori-alt, .menu-card, .alt-menu, .iletisim-kutu, .sayfala__link, .favorilere-ekle, .urun-tabs .tab-link:After, .AjaxSearchUrunAdiDiv a, .card--duyuru, .sss, .filter-badge, .filter-badge__close, .steps .steps-container li .step .step-image, .steps .steps-container li .step .step-image span, .odeme-yontemleri__link, .odeme-yontemleri__link .fas, .siparis-icerik__urun, .urun-list {
    transition: all 0.25s ease-in-out;
}

.bdrs, .txtArama, .btnArama, .btnSepet, .anasayfa-kampanya, .urun, .urun__butonlar, .urun__butonlar .urun__adet, .site-ozellikler, .menu-card, .alt-menu, .iletisim-kutu, .sol-menu, .sort, .sayfala__link, .urun-karti-resim, .urun-karti-resim img, .urun-karti-nav .owl-item, .urun-karti-nav img, .AjaxSearchUrunResmiDiv img, .AjaxSearchUrunAdiDiv .urun__adet, .card, .sss, .sepet-resim, .sozlesme, .odeme-yontemleri__link, .oneri.active, .koyuncu-loader, .siparisDurum, .sayfa--fluid .sol-bolum .sol-menu__link, .cerez, .listele--flex .listele, .banner, .banner:after {
    border-radius: 0.25rem;
}

.dikeyAbsolute, .iletisim-kutu:after, .sort--stok .custom-control-label:after, .sort--stok .custom-control-label:before, .urun-karti__detaylar:after, .select-icon .fas, .steps .steps-container li .step .step-image span .fas, .odeme-yontemleri__link .fas, .timeline__item:after, .loader-circle__logo, .circle--modal .circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dikeyFlex, .btnArama, .urun__butonlar {
    display: flex;
    align-items: center;
}

.bxs, .kategori-alt {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .1);
}

.bxs:Hover, .kategori-alt:Hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, .1), 0 8px 18px rgba(0, 0, 0, .1);
}

.bxsh, .btnSepet:hover, .menu-card:hover, .alt-menu, .card, .sss.active, .koyuncu-loader, .cerez {
    box-shadow: 0 10px 22px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1);
}

.fz9 {
    font-size: 0.9rem;
}

.fz85 {
    font-size: 0.8rem;
}

.fz8 {
    font-size: 0.8rem;
}

.bgcover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw500 {
    font-weight: 500 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw700 {
    font-weight: 700 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fw900 {
    font-weight: 900 !important;
}

.renk--kirmizi {
    color: #c01b30;
}

.renk--yazi {
    color: #515151;
}

.renk--siyah {
    color: #1a1a1a;
}

.bg--yesil {
    background: #5dc177;
}

.renk--beyaz {
    color: #fff;
}

.renk--kirmizi {
    color: #c01b30;
}

.renk--yazi {
    color: #515151;
}

.renk--siyah {
    color: #1a1a1a;
}

.bg--yesil {
    background: #5dc177;
}

.renk--beyaz {
    color: #fff;
}

*, *:after, *:before {
    box-sizing: inherit;
}

body {
    font-family: sans-serif;
}

img {
    max-width: 100%;
}

button, input, select, textarea {
    font-family: 'Poppins', sans-serif;
}

.slick-slide {
    outline: none !important;
}

.noscroll {
    overflow: hidden;
}

header {
    position: relative;
    background: #fff;
    z-index: 100;
}

.tab-panel-hover, .tab-panel-hover2 {
    display: none;
}

.tab-panel {
    display: none;
}

.tab-active {
    display: block;
    animation: fadeIn 0.5s;
}

.tabcontent {
    animation: fadeIn 0.5s;
}

.fadeIn {
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn, .dt-button {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.475rem 0.95rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #195ea2;
    color: #fff !important;
    text-decoration: none !important;
    cursor: pointer;
}

.btn:hover, .dt-button:hover {
    background-color: #195ea2;
    border-color: #195ea2;
}

.btn:focus, .dt-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 27, 48, .5);
}

.btn .spinner > div, .dt-button .spinner > div {
    background: #fff;
}

.btn--disabled {
    background: #dadada;
    color: #767676;
}

.btn--disabled:Hover {
    background: #dadada;
    color: #767676;
    border-color: #dadada;
    cursor: default;
}

.btn--kucuk {
    font-size: 0.8rem;
    padding: 0.546rem 0.65rem;
}

.btn--genis {
    padding: 0.375rem 2.5rem;
}

.btn--gri, .dt-button {
    background: #dadada;
    color: #515151;
}

.btn--gri:hover, .dt-button:hover {
    color: #fff;
}

.btn--gri:focus, .dt-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 218, 218, .5);
}

.btn--yesil {
    background: #195ea2;
}

.btn--yesil:hover {
    background: #195ea2;
    border-color: #195ea2;
    color: white;
}

.btn--yesil:focus {
    box-shadow:#195ea2;
}

.btn--siyah {
    background: #1a1a1a;
    border-color: #1a1a1a;
}

.btn--siyah:hover {
    background: #c01b30;
    border-color: #c01b30;
}

.btn--siyah:focus {
    box-shadow: 0 0 0 0.2rem rgba(26, 26, 26, .5);
}

.btn--mavi {
    background: #4990e2;
    border-color: #4990e2;
}

.btn--mavi:focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 144, 226, .5);
}

.btn--turuncu {
    background: #ffb000;
    border-color: #ffb000;
}

.btn--turuncu:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 176, 0, .5);
}

.btn--yunus {
    padding: 0.95rem 0.95rem;
    font-size: 1rem;
    line-height: 3;
}

.btn--turkuaz {
    background: #7cd0d7;
}

.btn--turkuaz:hover {
    background: #64adb4;
    border-color: #64adb4;
}

.btn--turkuaz:focus {
    box-shadow: 0 0 0 0.2rem rgba(124, 208, 215, .5);
}

.mb30 {
    margin-bottom: 30px;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

hr {
    background: none;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: block;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.baslik {
    font-weight: 600;
    display: block;
    font-size: 1.6rem;
}

.baslik--kucuk {
    font-size: 1.2rem;
}

.td-n {
    text-decoration: none;
}

.td-h:hover {
    text-decoration: underline;
}

.tablo {
    width: 100%;
}

.tablo td {
    border: 1px solid white;
    vertical-align: middle;
    padding: 12px 8px;
    font-size: 1.2rem;
}

.tablo th {
    vertical-align: middle;
    padding: 12px 8px;
    font-size: 1.4rem;
    background: #c01b30;
    color: #fff;
    font-weight: 600;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid #c01b30;
}

.tablo th:last-child {
    border-color: #c01b30;
}

.tablo--striped tr:nth-of-type(odd) {
    background: #f5f5f5;
}

.tablo--gri th {
    background: #f5f5f5;
    color: #515151;
    border-color: #eee !important;
    border-top: 1px solid #eee;
}

.p15 {
    padding: 15px;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert__icon {
    position: absolute;
    left: 0;
    top: -25px;
    right: 0;
    width: 52px;
    height: 52px;
    line-height: 52px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #f2dfa5;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.form-label {
    font-size: 0.8rem;
    color: #515151;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.lh17 {
    line-height: 1.7;
}

.lh2 {
    line-height: 2;
}

.spinner {
    width: 30px;
    height: 16px;
    text-align: center;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    animation: fadeIn 0.5s;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 2px;
    margin: 0 0.5px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.loader-logo {
    animation: scale 1s infinite;
}

.spinner--kirmizi > div {
    background: #c01b30;
}

@keyframes scale {
    0% {
        box-shadow: 0 0 0 0 rgba(192, 27, 48, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(192, 27, 48, 0);
    }

    100% {
        transform: scale(1.2);
        box-shadow: 0 0 0 0 rgba(192, 27, 48, 0);
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 100%, 40% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%, 100%, 40% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.pos-rel {
    position: relative;
}

.sub-menu {
    display: none;
}

.badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 16px;
    background: #dadada;
    color: #515151;
    font-weight: 500;
    text-align: center;
}

.badge--sari {
    background: #ffde00;
}

.badge--turuncu {
    background: #ffb000;
    color: #fff;
}

.badge--yesil {
    background: #5dc177;
    color: #fff;
}

.badge--kirmizi {
    background: RGB(196, 3, 22);
    color: #fff;
}

.badge--mavi {
    background: #4990e2;
    color: #fff;
}

.btn-mobil, .mobil {
    display: none;
}

.header {
    box-shadow: 0 2px 30px rgba(0, 0, 0, .1), 0 2px 20px rgba(0, 0, 0, .1);
}

.header__ust {
    font-size: 0.7rem;
    font-weight: 500;
    background: #f5f5f5;
    color: #606060;
}

.header__ust a {
    color: #606060;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}

.header__ust a:hover {
    color: #c01b30;
}

.header__ust-sol li {
    display: inline-block;
    padding: 10px 15px;
    border-right: 1px solid #ddd;
}

.header__ust-sol li:last-child {
    border: none;
}

.header__ust-sag li {
    display: inline-block;
    padding: 10px 15px;
    border-right: 1px solid #ddd;
}

.header__ust-sag li:last-child {
    border: none;
}

.header__orta {
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.logo {
    margin-right: 30px;
}

.logo img {
    vertical-align: middle;
}

.arama {
    position: relative;
    width: 800px;
}

.txtArama {
    display: block;
    background: #f1f1f1;
    padding-left: 20px;
    padding-right: 85px;
    border: 1px solid #eaeaea;
    line-height: 53px;
    outline: transparent;
    width: 100%;
    height: 53px;
    transition: border-color 0.25s ease-in-out;
    position: relative;
}

.txtArama:focus, .txtArama:hover {
    border-color: #c01b30;
}

.btnArama {
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.4rem;
    background: #c01b30;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 52px;
    height: 53px;
    transition: background-color 0.25s ease-in-out;
}

.btnArama:hover {
    background: #7cd0d7;
    cursor: pointer;
}

.header-butonlar {
    position: relative;
}

.header-butonlar__link {
    font-weight: 500;
    text-decoration: none !important;
}

.header-butonlar__link .fas {
    font-size: 1.2rem;
    margin-right: 8px;
}

.btnUyelik {
    color: #767676;
    transition: color 0.25s ease-in-out;
    font-weight: 600;
}

.btnUyelik:hover {
    color: #c01b30;
}

.btnSepet {
    background: #c01b30;
    color: #fff;
    padding: 16px 24px;
    margin-left: 30px;
}

.btnSepet:hover {
    background: #7cd0d7;
}

.btnSepet--icon {
    position: relative;
    margin-right: 15px;
}

.btnSepet--icon sup {
    display: inline-block;
    position: absolute;
    top: -9px;
    right: -4px;
    font-size: 0.7rem;
    background: #000;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    width: 22px;
    height: 22px;
}

.ust-menu__list {
    display: flex;
    justify-content: space-between;
}

.ust-menu__item {
    display: inline-block;
}

.ust-menu__link {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #515151;
    padding: 15px 25px;
    text-decoration: none !important;
    transition: color 0.25s ease-in-out;
}

.ust-menu__link:hover {
    color: #c01b30;
}

.ust-menu.active {
    color: #c01b30;
}

.ust-menu--1 .ust-menu__link {
    background: #c01b30;
    color: #fff;
}

.ust-menu--2 .ust-menu__link {
    color: #c01b30;
}

.alt-menu {
    display: none;
}

.ana-slider .owl-dots {
    position: relative;
    margin-top: -27px;
}

.anasayfa-kampanya {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 25px 30px;
}

.urunler__ust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.urunler__baslik {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    background: #fff;
    color: #c01b30;
    padding-right: 15px;
    z-index: 2;
}

.urunler__cizgi {
    position: absolute;
    left: 0;
    background: #eee;
    width: 100%;
    height: 1px;
    z-index: 0;
}

.customNavigation {
    position: relative;
    background: #fff;
    padding: 0 8px;
    border: 1px solid #eee;
    border-radius: 32px;
    text-align: center;
    z-index: 2;
}

.customNavigation a {
    display: inline-block;
    font-weight: 500;
    color: #515151;
    padding: 8px;
    text-decoration: none !important;
}

.customNavigation a:hover {
    color: #c01b30;
}

.customNavigation button {
    display: inline-block;
    font-size: 1.4rem;
    color: #767676;
    padding: 6px 8px;
    text-decoration: none !important;
    user-select: none;
    transition: color 0.25s ease-in-out;
    position: relative;
    left: 0;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none !important;
}

.customNavigation button:Hover {
    color: #c01b30;
}

.customNavigation__arrow {
    display: inline-block;
    font-size: 1.4rem;
    color: #767676;
    padding: 4px 8px;
    text-decoration: none !important;
    user-select: none;
    transition: color 0.25s ease-in-out;
}

.customNavigation__arrow:Hover {
    color: #c01b30;
}

.urun {
    position: relative;
    background: #fff;
    padding: 10px;
    border: 1px solid #eee;
    transition: border-color 0.25s ease-in-out;
    height: 100%;
    min-height: 90px;
}

.urun a {
    text-decoration: none;
}

.urun:hover {
    border-color: #7cd0d7;
}

.urun:hover .urun__favori {
    opacity: 1;
}

.urun:hover .urun__butonlar {
    opacity: 1;
    visibility: visible;
}

.urun__butonlar {
    justify-content: flex-end;

    padding-bottom: 5px;
    padding-top: 5px;

    opacity: 1;
    width: 100%;
    visibility: visible;
    z-index: 2;
    background: #fff;
}

.urun__butonlar .urun__adet {
    padding: 6px;
    margin-left: 0;
    display: flex;
    align-items: center;
}

.urun__butonlar .urun__adet input {
    width: 50px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
    font-size: 1.5rem;
    transition: all 0.3s;
    outline: transparent;
}

.urun__butonlar .urun__adet input:hover, .urun__butonlar .urun__adet input:focus {
    border-color: #4990e2;
}

.urun__butonlar .btn, .urun__butonlar .dt-button {
    width: calc(100% - 95px);
    max-width: 200px;
    position: relative;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    margin: 4px;
    margin-left: 10px;
    z-index: 2;
}

.urun__butonlar--genis {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.urun__butonlar--genis .btn, .urun__butonlar--genis .dt-button {
    width: 100%;
}

.urun__resim {
    margin-bottom: 15px;
    transition: filter 0.25s ease-in-out;
}

.urun__resim img {
    width: 100%;
}

.urun__baslik {
    transition: filter 0.25s ease-in-out;
    color: #515151;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem !important;

    width: 100%;
    min-height: 40px;
}

.urun__fiyat {
    transition: filter 0.25s ease-in-out;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
}

.urun__stok {
    transition: filter 0.25s ease-in-out;
    font-size: 1.4rem;
    color: #9c9c9c;
}

.urun .btn, .urun .dt-button {
    font-size: 1.2rem;
}

.urun__alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.urun__favori {
    position: absolute !important;
    top: 20px;
    right: 20px;
    color: #515151;
    opacity: 0;
}

.urun__favori:hover {
    color: #c01b30;
}

.urun__favori .tooltiptext {
    font-size: 0.9rem !important;
    margin-left: -94px !important;
    width: 190px !important;
}

.urun__favori.active {
    background: #c01b30;
    color: #fff;
}

.stok-durumu {
    display: inline-block;
    position: relative;
    top: 1px;
    background: #dfdfdf;
    margin-right: 4px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.stok--var {
    background: #6ee48f;
}

.stok--ortalama {
    background: #fcda64;
}

.stok--yok {
    background: #e46e6e;
}

.sutun-5 .col {
    flex: 20%;
    max-width: 20%;
}

.red-dot .owl-dot span {
    background: rgba(0, 0, 0, .1) !important;
}

.red-dot .owl-dot span:hover {
    background: rgba(0, 0, 0, .4) !important;
}

.red-dot .owl-dots .active span {
    background: #c01b30 !important;
}

.urun--yatay {
    display: flex;
    align-items: center;
}

.urun--yatay .urun__resim {
    flex: 235px;
    margin-left: 0;
    margin-right: 15px;
}

.urun--yatay .urun__baslik {
    margin-bottom: 20px;
}

.urun--yatay .urun__fiyat {
    margin-bottom: 20px;
}

.anasayfa-kampanyalar {
    padding: 45px 0;
}

.scale-hover {
    transform: scale(1);
}

.scale-hover:hover {
    transform: scale(1.04);
}

.site-ozellikler {
    padding: 15px;
    border: 1px solid #eee;
}

.site-ozellikler__ayrac {
    display: inline-block;
    background: #eee;
    margin: 0 30px;
    width: 1px;
    height: 90px;
}

.site-ozellik {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-ozellik__simge {
    flex: 100px;
    font-size: 2.5rem;
    color: #c01b30;
}

.site-ozellik p {
    color: #767676;
}

.footer--flex {
    display: flex;
    justify-content: space-between;
}

footer {
    background: #1a1a1a;
    color: #8ca1ba;
    padding-top: 50px;
}

.footer-bilgiler {
    display: block;
    flex: 240px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 30px;
    max-width: 240px;
}

.footer-menuler {
    display: flex;
    justify-content: space-between;
    flex: calc(100% - 270px);
    flex-wrap: wrap;
    width: calc(100% - 270px);
    max-width: calc(100% - 270px);
}

.footer-logo {
    display: block;
    margin-bottom: 30px;
}

.footer-adres {
    display: block;
    margin-bottom: 30px;
}

.footer-telefon {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #7cd0d7;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.bulten__baslik {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.bulten__input {
    position: relative;
}

.bulten__text {
    display: block;
    font-size: 0.8rem;
    background: #1a1a1a;
    padding-left: 15px;
    padding-right: 82px;
    border: 1px solid #7cd0d7;
    border-radius: 32px;
    line-height: 38px;
    outline: none;
    width: 100%;
    height: 38px;
    transition: border-color 0.25s ease-in-out;
    color: #fff;
}

.bulten__text:focus, .bulten__text:hover {
    border-color: #7cd0d7;
}

.bulten__btn {
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 0.8rem;
    font-weight: 500;
    background: #7cd0d7;
    color: #fff;
    cursor: pointer;
    padding: 0 12px;
    border: none;
    border-radius: 32px;
    line-height: 30px;
    height: 30px;
    transition: background-color 0.25s ease-in-out;
}

.bulten__btn:hover {
    background: #4990e2;
}

.footer-menu--col2 .footer-menu__list {
    column-count: 2;
}

.footer-menu {
    margin-bottom: 45px;
}

.footer-menu__baslik {
    display: block;
    font-weight: 600;
    color: #fff;
}

.footer-menu__baslik:after {
    content: '';
    display: block;
    background: #fff;
    margin: 15px 0;
    width: 30px;
    height: 2px;
}

.footer-menu__item {
    display: block;
}

.footer-menu__link {
    display: block;
    font-size: 0.8rem;
    color: #8ca1ba;
    padding: 4px 0;
    text-decoration: none;
}

.footer-menu__link:hover {
    text-decoration: underline;
}

.footer-alt {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-alt__menu a {
    display: inline-block;
    color: #8ca1ba;
    margin-left: 15px;
    text-decoration: none;
}

.footer-alt__menu a:hover {
    text-decoration: underline;
}

.kategoriler-menu {
    position: relative;
    width: 242px;
}

.kategoriler-menu:Hover .kategori-alt {
    display: flex;
}

.kategoriler-menu .ust-menu__link {
    text-align: center;
}

.genis-menu:Hover .kategori-alt {
    display: flex;
}

.kategori-alt {
    display: none;
    justify-content: space-between;
    position: absolute;
    background: #fff;
    border: 2px solid #c01b30;
    width: 1340px;
    height: 440px;
    z-index: 2;
}

.kategori-alt__menu {
    flex: 240px;
    background: #f5f5f5;
    padding: 18px 15px 18px 30px;
    max-width: 240px;
}

.kategori-alt__list {
    overflow-y: scroll;
    max-height: 100%;
}

.kategori-alt__list::-webkit-scrollbar {
    width: 5px;
}

.kategori-alt__list::-webkit-scrollbar-track {
    background: transparent;
}

.kategori-alt__list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.kategori-alt__list::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .4);
}

.kategori-alt__item {
    display: block;
}

.kategori-alt__link {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1a1a1a;
    padding: 6px 0;
    text-decoration: none;
}

.kategori-alt__link:hover {
    color: #c01b30;
}

.kategori-alt__link.active {
    color: #c01b30;
}

.kategori-alt--2 {
    left: -283px;
}

.kategori-alt--2 .kategori-tabs {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

.kategori-tabs {
    flex: calc(100% - 240px);
    background: #fff;
    padding: 16px 16px 0;
    overflow-y: scroll;
    width: calc(100% - 240px);
    max-width: calc(100% - 240px);
}

.kategori-tabs .row {
    margin-left: -8px;
    margin-right: -8px;
}

.kategori-tabs .row .col-lg-3 {
    padding-left: 8px;
    padding-right: 8px;
}

.kategori-tabs .row .mb30 {
    margin-bottom: 16px;
}

.kategori-tabs::-webkit-scrollbar {
    width: 5px;
}

.kategori-tabs::-webkit-scrollbar-track {
    background: transparent;
}

.kategori-tabs::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.kategori-tabs::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .4);
}

.menu-card {
    padding: 8px;
    border: 1px solid #eee;
    text-align: center;
}

.menu-card:hover {
    border-color: #c01b30;
}

.menu-card a {
    text-decoration: none;
}

.menu-card__resim {
    margin-bottom: 10px;
    text-align: center;
    height: 120px;
}

.menu-card__resim img {
    display: inline-block;
    max-height: 100%;
}

.menu-card__baslik {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #515151;
}

.menu-card__yazi {
    font-size: 0.8rem;
    font-weight: 400;
    color: #767676;
}

.alt-menu-ac {
    position: relative;
}

.alt-menu-ac:hover > .alt-menu {
    display: block;
}

.alt-menu-ac:hover > .ust-menu__link {
    color: #c01b30;
}

.alt-menu {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    padding: 15px;
    width: 200px;
}

.alt-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    background: none;
    width: 100%;
    height: 20px;
    z-index: 2;
}

.alt-menu__link {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #767676;
    padding: 6px 0;
    text-decoration: none;
}

.alt-menu__link:Hover {
    color: #c01b30;
}

.mobil-nav {
    display: none;
}

.btnAramaMobil {
    display: none !important;
}

.breadcrumb {
    font-size: 1.3rem;
    font-weight: 500;
    color: #515151;
}

.breadcrumb__link {
    color: #515151;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}

.breadcrumb__link:Hover {
    color: #c01b30;
    text-decoration: underline;
}

.breadcrumb__ayrac {
    margin-left: 10px;
    margin-right: 10px;
}

.iletisim-kutu {
    position: relative;
    font-size: 0.9rem;
    color: #515151;
    cursor: pointer;
    padding: 20px;
}

.iletisim-kutu:after {
    transition: border-color 0.25s ease-in-out;
    content: '';
    display: block;
    right: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 11px;
    border-color: transparent transparent transparent transparent;
}

.iletisim-kutu__baslik {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.iletisim-kutu__bilgi {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.iletisim-kutu.active, .iletisim-kutu:Hover {
    background: #c01b30;
    color: #fff;
}

.iletisim-kutu.active:after, .iletisim-kutu:Hover:after {
    border-color: transparent transparent transparent #c01b30;
}

.form-control, .dataTables_filter input, .dataTables_length input, .dataTables_filter select, .dataTables_length select {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    background-clip: padding-box;
    background-color: #fff;
    color: #515151;
    padding: 0.375rem 0.75rem;
    border: 1px solid #dfdfdf;
    border-radius: 0.25rem;
    line-height: 1.5;
    width: 100%;
    height: calc(1.7em + .75rem + 2px);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus, .dataTables_filter input:focus, .dataTables_length input:focus, .dataTables_filter select:focus, .dataTables_length select:focus {
    box-shadow: 0 0 0 0.2rem rgba(73, 144, 226, .4);
    border-color: #4990e2;
    outline: 0;
}

.form-control:disabled, .dataTables_filter input:disabled, .dataTables_length input:disabled, .dataTables_filter select:disabled, .dataTables_length select:disabled {
    background-color: #e9ecef;
}

.sol-alt {
    display: none;
    margin-left: 15px;
}

.sol-alt__item {
    display: block;
    margin: 2px 0;
}

.sol-alt__link {
    display: block;
    font-size: 0.9rem;
    color: #656565;
    padding: 4px 0;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}

.sol-alt__link:hover {
    color: #c01b30;
}

.sol-alt__link.active {
    color: #c01b30;
}

.sayfa--flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sol-bolum {
    flex: 270px;
    max-width: 270px;
}

.icerikler {
    flex: calc(100% - 285px);
    width: calc(100% - 285px);
    max-width: calc(100% - 285px);
}

.sol-menu {
    border: 1px solid #dadada;
}

.sol-menu--stok {
    padding: 8px 15px;
}

.sol-menu__baslik {
    display: block;
    font-size: 1.7rem;
    font-weight: 500;
    padding: 15px;
    border-bottom: 1px solid #dadada;
}

.sol-menu__list {
    padding: 15px;
}

.sol-menu__item {
    margin: 6px 0;
    list-style: none;
    color: #610E6D;

}

.sol-menu__link {
    font-size: 1.2rem;
    font-weight: 600;
    color: #610E6D;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sol-menu__link:hover {
    color: #c01b30;
}

.sol-menu__link.active {
    color: #c01b30;
}

.sol-menu .custom-control {
    padding-left: 1.7rem;
}

.sol-menu .custom-control-label {
    padding-left: 0;
}

.urun-kampanya .owl-dots {
    position: relative;
    margin-top: -26px;
    z-index: 2;
}

.custom-control-label {
    font-size: 0.9rem;
    padding-left: 4px;
}

.hide-half {
    overflow: hidden;
    max-height: 180px;
}

.tumunu-goster {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #c01b30;
    text-decoration: none;
}

.tumunu-goster:hover {
    text-decoration: underline;
}

.fiyat-araligi {
    padding: 0 15px;
    height: 300px;
    overflow-y: scroll;
    margin: 15px 0;
}

.fiyat-araligi::-webkit-scrollbar {
    width: 6px;
}

.fiyat-araligi::-webkit-scrollbar-track {
    background: none;
}

.fiyat-araligi::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: rgba(0, 0, 0, .1);
}

.fiyat-araligi::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .4);
}

.fiyat-araligi .custom-control {
    margin: 10px 0;
}

.fiyat-araligi--input {
    padding: 0 12px;
}

.fiyat-araligi__input {
    padding: 0 4px;
}

.fiyat-araligi__input .btn, .fiyat-araligi__input .dt-button {
    padding: 0.38rem 0.75rem !important;
}

.sort {
    display: flex;
    justify-content: space-between;
    background: #f5f5f5;
    border: 1px solid #dadada;
}

.sort__item {
    flex: 25%;
    border-right: 1px solid #dadada;
    max-width: 25%;
}

.sort__item:last-child {
    border: none;
}

.sort__item.active .custom-control-label {
    color: #c01b30;
}

.sort__item .custom-control {
    padding-left: 0;
}

.sort__item .custom-control-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #515151;
    padding: 15px 6px;
    text-align: center;
    width: 100%;
    transition: color 0.25s ease-in-out;
}

.sort__item .custom-control-label:hover {
    color: #c01b30;
}

.sort__item .custom-control-label:after, .sort__item .custom-control-label:before {
    display: none;
}

.sort--stok .custom-control-label:after, .sort--stok .custom-control-label:before {
    display: block;
    left: 30px;
}

.sol-menu-ac {
    display: none;
}

.sayfala__link {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 500;
    color: #515151;
    padding: 8px 15px;
    margin-left: 6px;
    border: 1px solid #eee;
    text-decoration: none;
}

.sayfala__link.active, .sayfala__link:Hover {
    background: #c01b30;
    color: #fff;
    border-color: #c01b30;
}

.sayfala--table .sayfala__link {
    margin-left: 0;
    margin-right: 6px;
}

.urun-karti__baslik {
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.urun-karti__fiyat {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #515151;
}

.urun-karti__aciklama {
    color: #515151;
}

.urun-karti__detaylar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}

.urun-karti__detaylar:after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    background: rgba(0, 0, 0, .1);
}

.urun-karti__detay {
    font-size: 0.8rem;
    font-weight: 500;
    color: #767676;
    margin: 15px 0;
    width: 50%;
}

.urun-karti__detay:nth-of-type(2), .urun-karti__detay:nth-of-type(4) {
    text-align: right;
}

.urun-karti__butonlar {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.urun-karti__butonlar .form-control, .urun-karti__butonlar .dataTables_filter input, .dataTables_filter .urun-karti__butonlar input, .urun-karti__butonlar .dataTables_length input, .dataTables_length .urun-karti__butonlar input, .urun-karti__butonlar .dataTables_filter select, .dataTables_filter .urun-karti__butonlar select, .urun-karti__butonlar .dataTables_length select, .dataTables_length .urun-karti__butonlar select {
    font-size: 1rem;
    font-weight: 500;
    width: 120px;
    height: 60px;
}

.urun-karti--eskiFiyat {
    display: block;
    font-size: 1rem;
    color: #767676;
}

.urun-karti .fiyat-baslik {
    display: inline-block;
    font-weight: 600;
    color: #c01b30;
    margin-right: 15px;
    width: 160px;
}

.fiyat-block {
    color: #c01b30;
    font-weight: 500;
}

.fiyat--eski {
    font-size: 1.2rem;
    color: #767676;
    font-weight: 400;
    text-decoration: line-through;
}

.favorilere-ekle {
    font-size: 0.9rem;
    font-weight: 500;
    color: #515151;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
    width: 70px;
    height: 60px;
    text-decoration: none;
}

.favorilere-ekle:hover {
    background: #c01b30;
    color: #fff;
}

.favorilere-ekle .tooltiptext {
    left: 72% !important;
    padding: 6px 15px !important;
    line-height: 1.5;
}

.sepete-ekle {
    line-height: 40px;
    width: calc(100% - 160px);
    height: 60px;
}

.urun-karti-resim {
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.urun-karti-resim .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, .1) !important;
}

.urun-karti-nav .owl-item {
    cursor: pointer;
    border: 1px solid #eee;
    transition: border-color 0.25s ease-in-out;
}

.urun-karti-nav .owl-item.current, .urun-karti-nav .owl-item:hover {
    border-color: #c01b30;
}

.urun-tabs .tab-nav {
    display: flex;
    justify-content: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.urun-tabs .tab-link {
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1a1a1a;
    padding: 25px 0;
    margin: 0 20px;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}

.urun-tabs .tab-link:After {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c01b30;
    width: 100%;
    height: 0;
}

.urun-tabs .tab-link.active, .urun-tabs .tab-link:hover {
    color: #c01b30;
}

.urun-tabs .tab-link.active:after, .urun-tabs .tab-link:hover:after {
    height: 3px;
}

.diger-urunler-slider .owl-dots, .kampanyalar-slider .owl-dots {
    margin-top: 20px;
}

.ozellik-baslik {
    width: 20%;
}

.ozellik-baslik strong {
    font-weight: 500;
}

.ozellik-detay {
    color: #515151;
    text-align: center;
}

.arama-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    z-index: 996;
}

.ajaxarama {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #f4f4f4;
    padding-right: 5px;
    margin: 0 auto;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 380px);
    z-index: 997;
}

.ajaxarama::-webkit-scrollbar {
    width: 5px;
}

.ajaxarama::-webkit-scrollbar-track {
    background: transparent;
}

.ajaxarama::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.ajaxarama::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .4);
}

.AjaxSearchDiv {
    padding-bottom: 60px;
    padding-right: 10px;
}

.AjaxSearchDiv .cizgi {
    background: rgba(0, 0, 0, .1);
    margin: 30px 0;
    height: 1px;
}

.AjaxSearchDiv .cizgi:last-child {
    display: none;
}

.AjaxSearchDiv p {
    display: block;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.AjaxSearchDiv p:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .1);
    margin: 15px 0 20px;
    height: 1px;
}

.AjaxSearchUrunResmiDiv {
    margin-right: 10px;
    width: 70px;
}

.AjaxSearchUrunResmiDiv img {
    max-width: 100%;
    vertical-align: middle;
}

.AjaxSearchUrunAdiDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.6;
    position: relative;
    flex-wrap: wrap;
}

.AjaxSearchUrunAdiDiv::after {
    content: '';
    display: block;
    clear: both;
}

.AjaxSearchUrunAdiDiv a {
    color: #515151;
    text-decoration: none;
}

.AjaxSearchUrunAdiDiv a:hover {
    color: #c01b30;
    text-decoration: underline;
}

.AjaxSearchUrunAdiDiv .urun__adet {
    padding: 6px;
    margin-left: 0;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    right: 0;
    bottom: 0;
    position: absolute;
}

.AjaxSearchUrunAdiDiv .urun__adet input {
    width: 50px;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 30px;
    font-size: 0.8rem;
    transition: all 0.3s;
    outline: transparent;
}

.AjaxSearchUrunAdiDiv .urun__adet input:hover, .AjaxSearchUrunAdiDiv .urun__adet input:focus {
    border-color: #4990e2;
}

.AjaxSearchUrunAdiDiv .btn-liste {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    margin-left: 10px;
}

.arama-baslik {
    font-size: 0.9rem;
    font-weight: 500;
    color: #c01b30;
    margin-top: 5px;
    margin-bottom: 10px;
}

#output {
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.kurumsal-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
    background-color: #30858e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%2334919b' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23399da7' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%233da9b4' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2342b5c2' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%2346c1cf' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%235fc3cd' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2373c6cb' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2384c8c9' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2394cac7' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23a2ccc5' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    width: 100%;
    height: 400px;
    z-index: 0;
}

.ic-sayfa {
    position: relative;
}

.card {
    position: relative;
    background: #fff;
    padding: 15px;
}

.card__baslik {
    font-size: 0.9rem;
    color: #515151;
    line-height: 1.8;
}

.card__alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.card__tarih {
    font-size: 0.8rem;
    color: #515151;
}

.card--duyuru {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .1);
}

.card--duyuru:hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, .1), 0 8px 18px rgba(0, 0, 0, .1);
}

.card--giris {
    background: #f6f6f6;
    box-shadow: none;
    color: #515151;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.card--cizgi {
    background: #f5f5f5;
    box-shadow: none;
}

.card--kenar {
    background: #fff;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .1);
}

.card--sepet {
    padding-bottom: 100px !important;
    height: calc(100% - 60px);
}

.yazi, .card__yazi {
    font-size: 1.1rem;
    color: black;
    line-height: 1.8;
}

.haberler-slider .card {
    box-shadow: none;
    border: 1px solid #eee;
}

.haberler-slider .owl-dots {
    margin-top: 20px;
}

.haberler-slider .owl-stage-outer {
    padding-left: 1px;
}

.card--padding {
    padding: 40px 30px 60px;
}

.sss {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #eee;
}

.sss__open {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    min-height: 24px;
}

.sss__open:Hover .sss__baslik, .sss__open:Hover .sss__icon {
    color: #c01b30;
}

.sss__baslik {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
    padding: 10px;
    transition: color 0.25s ease-in-out;
}

.sss__icon {
    color: #515151;
    transition: color 0.25s ease-in-out;
}

.sss .fa-minus-circle {
    display: none;
}

.sss__icerik {
    display: none;
    font-size: 0.9rem;
    color: #515151;
    padding: 15px 10px;
    line-height: 1.6;
}

.sss.active .fa-minus-circle {
    display: block;
}

.sss.active .fa-plus-circle {
    display: none;
}

.sss.active .sss__icerik {
    display: block;
    animation: fadeIn 0.5s;
}

.validation-summary-errors {
    font-size: 0.9rem;
    font-weight: 500;
    color: #c01b30;
    margin-top: 15px;
}

.giris--hata .validation-summary-errors {
    margin-top: 15px;
}

.giris--hata li {
    margin-bottom: 4px;
}

input.text-danger {
    border-color: #c01b30;
}

.AjaxSearchDiv {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.arama-listele {
    background: #fff;
    padding: 15px 15px 30px;
    width: calc(100% - 220px);
}

.arama-menu {
    position: relative;
    background: #f4f4f4;
    padding: 15px;
    overflow: hidden;
    width: 220px;
    height: auto;
}

.arama-kategoriler {
    margin-left: 10px;
}

.arama-kategoriler__link {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
    color: #515151;
    padding: 6px 0;
    text-decoration: none;
}

.arama-kategoriler__link:hover {
    color: #c01b30;
    text-decoration: underline;
}

.urun-karti--slider .owl-dots {
    display: none;
}

.blocker, .modal {
    animation: fadeIn 0.5s;
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .3);
    width: 100%;
    height: 100%;
    z-index: 9999;
    user-select: none;
}

.loader-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .4);
    width: 100%;
    height: 100%;
    z-index: 10;
    user-select: none;
}

.loader-div img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
}

.loader-div__yazi {
    display: block;
    background: #fff;
    padding: 8px 14px;
    border-radius: 0.2rem;
    text-align: center;
    width: 100%;
}

.loader-div .ortala {
    text-align: center;
}

.hata-sayfasi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f4f4f4;
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33.414-6l5.95-5.95L45.95.636 40 6.586 34.05.636 32.636 2.05 38.586 8l-5.95 5.95 1.414 1.414L40 9.414l5.95 5.95 1.414-1.414L41.414 8zM40 48c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM9.414 40l5.95-5.95-1.414-1.414L8 38.586l-5.95-5.95L.636 34.05 6.586 40l-5.95 5.95 1.414 1.414L8 41.414l5.95 5.95 1.414-1.414L9.414 40z' fill='%23a1a1a1' fill-opacity='0.12' fill-rule='evenodd'/%3E%3C/svg%3E");
    padding: 100px 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.hata-sayfasi__baslik {
    display: block;
    font-size: 14rem;
    font-weight: 700;
    color: #767676;
    width: 100%;
}

.hata-sayfasi__aciklama {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.hata-wrapper {
    margin-top: -10%;
}

.marka-btn {
    color: #c01b30;
}

.deconstructed {
    position: relative;
    font-size: 15rem;
    font-weight: 800;
    color: transparent;
    margin: auto auto 30px;
    letter-spacing: -0.02em;
    line-height: 1.03em;
}

.deconstructed > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #c01b30;
    pointer-events: none;
}

.deconstructed > div:nth-child(1) {
    animation: deconstructed1 5s;
    -webkit-mask-image: linear-gradient(black 25%, transparent 25%);
    mask-image: linear-gradient(black 25%, transparent 25%);
}

.deconstructed > div:nth-child(2) {
    animation: deconstructed2 5s;
    -webkit-mask-image: linear-gradient(transparent 25%, black 25%, black 50%, transparent 50%);
    mask-image: linear-gradient(transparent 25%, black 25%, black 50%, transparent 50%);
}

.deconstructed > div:nth-child(3) {
    animation: deconstructed3 5s;
    -webkit-mask-image: linear-gradient(transparent 50%, black 50%, black 75%, transparent 75%);
    mask-image: linear-gradient(transparent 50%, black 50%, black 75%, transparent 75%);
}

.deconstructed > div:nth-child(4) {
    animation: deconstructed4 5s;
    -webkit-mask-image: linear-gradient(transparent 75%, black 75%);
    mask-image: linear-gradient(transparent 75%, black 75%);
}

@keyframes deconstructed1 {
    0% {
        transform: translateX(100%);
    }

    26% {
        transform: translateX(0%);
    }

    83% {
        transform: translateX(-0.1%);
    }

    100% {
        transform: translateX(-120%);
    }
}

@keyframes deconstructed2 {
    0% {
        transform: translateX(100%);
    }

    24% {
        transform: translateX(0.5%);
    }

    82% {
        transform: translateX(-0.2%);
    }

    100% {
        transform: translateX(-125%);
    }
}

@keyframes deconstructed3 {
    0% {
        transform: translateX(100%);
    }

    22% {
        transform: translateX(0%);
    }

    81% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-130%);
    }
}

@keyframes deconstructed4 {
    0% {
        transform: translateX(100%);
    }

    20% {
        transform: translateX(0%);
    }

    80% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-135%);
    }
}

.filter-badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    color: #515151;
    cursor: pointer;
    padding: 2px 2px 2px 10px;
    border: 1px solid #eee;
    border-radius: 32px;
}

.filter-badge:hover {
    border-color: #dadada;
}

.filter-badge:hover .filter-badge__close {
    background: #dadada;
}

.filter-badge__baslik {
    display: inline-block;
    margin-right: 10px;
}

.filter-badge__close {
    display: inline-block;
    font-size: 0.7rem;
    background: #f5f5f5;
    color: #515151;
    border-radius: 50%;
    line-height: 27px;
    text-align: center;
    width: 26px;
    height: 26px;
}

.filter-badge a {
    text-decoration: none !important;
}

.dataTables_filter, .dataTables_length {
    position: relative;
    top: -15px;
    font-size: 0.8rem;
}

.dataTables_filter input, .dataTables_length input, .dataTables_filter select, .dataTables_length select {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.25rem 0.55rem;
    width: auto;
}

table.dataTable {
    padding-top: 20px;
    border: 1px solid #eee;
    border-top: none;
    border-collapse: collapse;
}

table.dataTable thead {
    border-top: 1px solid #eee;
}

table.dataTable thead td, table.dataTable thead th {
    font-size: 0.9rem;
    border: 1px solid #eee;
}

table.dataTable tbody td, table.dataTable tbody th {
    font-size: 1.2rem;
    font-weight: 300;
    color: #4f4f4f;
    padding: 14px 8px;
    border: 1px solid #eee;
}

table.dataTable.no-footer {
    border-color: #eee;
}

.dataTables_info {
    font-size: 0.8rem;
    margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #c01b30;
    color: #fff !important;
    border-color: #c01b30;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #c01b30;
    border-color: #c01b30;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-shadow: none !important;
    border-color: #eee;
}

.sepet-resim {
    padding: 4px;
    margin: 0 auto;
    border: 1px solid #eee;
    width: 75px;
}

.sepet-resim img {
    vertical-align: middle;
}

.sepet-urunAdi {
    font-size: 1.2rem;
    font-weight: 500;
    color: black;
    line-height: 1.8;
    text-decoration: none;
}

.sepet-urunAdi:hover {
    text-decoration: underline;
}

.sepet-fiyat {
    font-size: 1.2rem;
    font-weight: 600;
    color: #c01b30;
}

.sepet-adet {
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0 auto;
    width: 74px;
}

.sepet-sil .custom-control-label {
    padding: 0;
}

.sepet-araToplam {
    font-size: 1.2rem;
    font-weight: 600;
    color: #515151;
}

.sepet-toplam {
    font-size: 1.4rem;
    font-weight: 600;
    color: #5dc177;
    text-align: right;
}

.tablo--sepet th {
    background: #f5f5f5;
    color: #515151;
    border-top: 1px solid #eee;
    border-bottom: 2px solid #c01b30;
    border-right: none;
}

.tablo--sepet th:last-child {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.tablo--sepet th:first-child {
    border-left: 1px solid #eee;
}

.tablo--sepet tfoot tr {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.tablo--sepet tfoot td {
    border: none;
    border-bottom: 1px solid #eee;
}

.tablo--hover tr:hover {
    background: #f4f4f4;
}

.select-icon {
    position: relative;
}

.select-icon .form-control, .select-icon .dataTables_filter input, .dataTables_filter .select-icon input, .select-icon .dataTables_length input, .dataTables_length .select-icon input, .select-icon .dataTables_filter select, .dataTables_filter .select-icon select, .select-icon .dataTables_length select, .dataTables_length .select-icon select {
    font-size: 0.8rem;
    font-weight: 600;
    padding-top: 0.5rem;
    padding-left: 30px;
    line-height: 1.6;
    height: calc(1.7em + .75rem + 5px);
}

.select-icon .fas {
    left: 10px;
    color: #5dc177;
}

.sepet--flex {
    justify-content: space-between;
}

.sepet-kod {
    color: #989898;
}

.steps {
    position: relative;
    padding: 30px 0 0;
    margin-bottom: 30px;
    min-height: 90px;
}

.steps .steps-container {
    background: #ddd;
    margin: 0;
    border-radius: 10px;
    width: 100%;
    height: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    list-style: none;
}

.steps .steps-container li {
    float: left;
    text-align: center;
    list-style: none;
}

.steps .steps-container li .step {
    padding: 0 50px;
}

.steps .steps-container li .step .step-image {
    margin: -20px 0 0;
}

.steps .steps-container li .step .step-image span {
    display: block;
    position: relative;
    background-color: #ddd;
    margin: 0 auto;
    border-radius: 47px;
    width: 47px;
    height: 47px;
}

.steps .steps-container li .step .step-image span .fas {
    left: 0;
    right: 0;
    color: #515151;
    margin: 0 auto;
    z-index: 4;
}

.steps .steps-container li .step .step-current {
    font-size: 0.8rem;
    font-style: italic;
    color: #999;
    margin: 8px 0 0;
}

.steps .steps-container li .step .step-description {
    font-size: 0.8rem;
    font-style: italic;
    color: #538897;
}

.steps .steps-container li.activated .step .step-image span {
    background-color: #5dc177;
}

.steps .steps-container li.activated .step .step-image span .fas {
    color: #5dc177;
}

.steps .steps-container li.activated .step .step-image span:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    margin: 5px;
    border-radius: 37px;
    width: 37px;
    height: 37px;
    z-index: 1;
}

.steps .step-bar {
    position: absolute;
    top: 30px;
    background-color: #5dc177;
    border-radius: 10px;
    height: 10px;
}

.steps .step-bar.last {
    border-radius: 10px;
}

.steps a {
    display: block;
    text-decoration: none !important;
}

.steps a:Hover {
    color: #5dc177;
}

.steps a:Hover .step-image span {
    background-color: #5dc177 !important;
}

.steps a:Hover .step-image span .fas {
    color: #fff !important;
}

.steps a:Hover span:after {
    background: #5dc177 !important;
}

.taksit-secenekleri {
    display: none;
}

.taksit-secenekleri .taksit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 6px;
}

.taksit-secenekleri .taksit:nth-of-type(even) {
    background: #f5f5f5;
}

.taksit-secenekleri .custom-control {
    width: 70px;
}

.taksit-secenekleri .custom-control-label {
    vertical-align: sub;
}

.farkli-adres {
    display: inline;
}

.sozlesme {
    font-size: 0.8rem;
    background: #fffce2;
    color: #515151;
    padding: 15px;
    border: 1px solid #eee;
    line-height: 1.7;
    overflow-y: scroll;
    height: 140px;
}

.odeme-yontemleri {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.odeme-yontemleri__link {
    display: inline-block;
    position: relative;
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0 0 0 0 transparent;
    color: #858585;
    padding: 6px 13px;
    border: 1px solid #858585;
    line-height: 1.7;
    text-align: center;
    width: calc(25% - 15px);
    text-decoration: none;
}

.odeme-yontemleri__link .fas {
    display: none;
    left: 0;
    color: #5dc177;
}

.odeme-yontemleri__link.active, .odeme-yontemleri__link:hover {
    box-shadow: 0 0 0 2px rgba(93, 193, 119, .4);
    color: #5dc177;
    border-color: #5dc177;
}

.odeme-yontemleri__link.active .fas {
    display: inline-block;
}

.btnAdres {
    font-size: 0.8rem;
    font-weight: 500;
    color: #515151;
    text-decoration: none;
}

.btnAdres:hover {
    text-decoration: underline;
}

.adres-kaydet {
    display: none;
    color: #c01b30;
}

.spinner-bg {
    background-image: url("../../dist/img/loader.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 55px;
}

.tooltip {
    position: relative;
}

.tooltip .tooltiptext {
    position: absolute;
    bottom: 125%;
    left: 50%;
    background-color: #555;
    color: #fff;
    padding: 5px;
    margin-left: -60px;
    border-radius: 6px;
    opacity: 0;
    text-align: center;
    width: auto;
    transition: opacity 0.3s;
    visibility: hidden;
    z-index: 1;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-color: #555 transparent transparent transparent;
    border-style: solid;
}

.tooltip:hover .tooltiptext {
    opacity: 1;
    visibility: visible;
}

.tooltip--taksit .tooltiptext {
    left: -50%;
    width: 300px;
}

.dt-buttons {
    position: relative;
    top: -15px;
    float: left;
}

.dt-button {
    font-size: 0.8rem;
}

.buttons-excel {
    background: #1a7343;
    color: #fff;
}

.buttons-excel:hover {
    background: #0d8745;
    border-color: #0d8745;
}

.buttons-excel span:before {
    content: '\f1c3';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
}

.buttons-pdf {
    background: #c80909;
    color: #fff;
}

.buttons-pdf span:before {
    content: '\f1c1';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
}

.buttons-print span:before {
    content: '\f0c5';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    margin-right: 6px;
}

.tablo--banka img {
    vertical-align: middle;
}

table.tablo--cari thead td, table.tablo--cari thead th {
    font-size: 0.8rem;
    font-weight: 600;
}

table.tablo--cari tbody td, table.tablo--cari tbody th {
    font-size: 0.8rem;
}

.tblIslemler--col2 {
    display: flex;
    flex-wrap: wrap;
}

.tblIslemler--col2 .btn, .tblIslemler--col2 .dt-button {
    margin: 5px !important;
    width: calc(50% - 12px) !important;
}

td.details-control {
    background: url("../img/details_open.png") no-repeat center center;
    background-size: 25px;
    cursor: pointer;
    opacity: 0.5;
}

td.details-control:hover {
    opacity: 0.7;
}

tr.shown td.details-control {
    background: url("../img/details_close.png") no-repeat center center;
    background-size: 25px;
    opacity: 0.5;
}

tr.shown td.details-control:hover {
    opacity: 0.7;
}

.adres-adi {
    display: none;
}

.oneri {
    position: fixed;
    bottom: 6px;
    right: 6px;
    background: #7cd0d7;
    padding: 0;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    z-index: 20;
}

.oneri__baslik {
    display: none;
    margin-left: 6px;
    margin-right: 15px;
}

.oneri__link {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-decoration: none;
}

.oneri__menu {
    background: #fff;
    padding: 15px;
    margin: 6px 0;
    border-radius: 4px;
}

.oneri__kapat {
    display: none !important;
    color: #fff;
    cursor: pointer;
    padding: 4px;
}

.oneri__kapat:hover {
    color: #4990e2;
}

.oneri.active {
    padding: 6px 12px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: auto;
    height: auto;
}

.oneri.active .oneri__baslik {
    display: inline-block;
}

.oneri.active .oneri__kapat {
    display: inline-block !important;
}

.hideOwlPrev .owl-prev {
    display: none !important;
}

table.dataTable tfoot th, table.dataTable thead th {
    font-weight: 500;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

.diger-icon {
    display: block;
    color: #515151;
    padding: 6px 12px;
}

.koyuncu-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px 30px 20px;
    width: 200px;
}

.koyuncu-loader .loader-div__yazi {
    background: none;
    margin-top: 30px;
}

.sepet-toplamlar {
    display: inline-block;
    width: 240px;
}

.sepet-toplamlar .sepet-toplam {
    display: block;
    font-weight: 500;
    color: #515151;
    padding: 8px 0;
    border-bottom: 1px solid #f4f4f4;
}

.sepet-toplamlar .sepet-toplam strong {
    font-weight: 600;
    color: #c01b30;
    float: left;
    text-align: left;
}

.sepet-toplamlar .sepet-toplam:last-child {
    border: none;
}

.bankahesap {
    display: inline-block;
    font-weight: 600;
    width: 120px;
}

.havale {
    display: block;
    margin-bottom: 12px;
}

.havale__baslik {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
    width: 110px;
}

.havale__baslik:after {
    content: ':';
    float: right;
}

.havale__yazi {
    font-weight: 400;
}

.odeme-ic {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.btnOdeme {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

.timeline {
    position: relative;
    padding-left: 5px;
}

.timeline__item {
    position: relative;
    padding: 50px 0 50px 50px;
}

.timeline__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #dadada;
    width: 2px;
    height: 100%;
}

.timeline__item:after {
    content: '';
    left: -5px;
    background: #dadada;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.timeline__item:first-child:before {
    top: 50%;
    height: 50%;
}

.timeline__item:last-child:before {
    bottom: 50%;
    height: 50%;
}

.timeline__item.active:before {
    background: #4990e2;
}

.timeline__item.active:after {
    background: #4990e2;
}

.timeline__item.active .timeline__baslik {
    font-size: 1.1rem;
    font-weight: 600;
    color: #4990e2;
}

.timeline__baslik {
    font-size: 1rem;
    font-weight: 400;
    color: #767676;
}

.siparis-icerik__resimler {
    margin-left: 15px;
}

.siparis-icerik__baslik {
    display: block;
    font-weight: 600;
    color: #4990e2;
    margin-bottom: 15px;
}

.siparis-icerik__urun {
    display: inline-block;
    position: relative;
    margin-left: -15px;
    border: 4px solid #f5f5f5;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.siparis-icerik__urun img {
    border-radius: 50%;
}

.siparis-icerik__urun:hover {
    border-color: #4990e2;
    transform: scale(1.1);
    z-index: 2;
}

.siparis-icerik__urun .tooltiptext {
    font-size: 0.8rem;
    padding: 6px 12px;
    min-width: 120px;
}

.galeri-slider {
    display: flex;
}

.galeri-slider .slider-for {
    margin-left: 5px;
    width: calc(100% - 170px);
}

.galeri-slider .slider-for .slick-slide img {
    margin-top: -2px;
    width: 100%;
    height: calc(100% + 2px);
}

.galeri-slider .slider-nav {
    overflow: hidden;
    width: 120px;
}

.galeri-slider .slider-nav .slick-list {
    padding: 0 !important;
}

.galeri-slider .slider-nav .slick-track {
    padding-top: 4px;
}

.galeri-slider .slider-nav .slick-slide {
    box-shadow: none;
    cursor: pointer;
    margin-bottom: 15px;
    margin-left: 7.5px;
    max-width: calc(100% - 15px);
}

.galeri-slider .slider-nav .slick-slide img {
    transition: box-shadow 0.25s ease-in-out;
}

.galeri-slider .slider-nav .slick-slide:Hover img {
    box-shadow: 0 0 0 4px #4990e2;
}

.galeri-slider .slider-nav .slick-slide.slick-current img {
    box-shadow: 0 0 0 4px #4990e2;
}

table.dataTable tfoot th, table.dataTable thead th {
    font-size: 0.8rem;
    color: #595d65;
}

.siparisDurum {
    font-weight: 500;
    background: #eee;
    color: #767676;
    padding: 15px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.siparisDurum--teslim {
    background: #5dc177;
    color: #fff;
}

.siparisDurum--tasima {
    background: #ffb000;
    color: #fff;
}

.siparisDurum--hata {
    background: #c01b30;
    color: #fff;
}

.sayfa--fluid .icerikler, .sayfa--fluid .sol-bolum {
    flex: 100%;
    max-width: 100%;
}

.sayfa--fluid .sol-bolum .sol-menu__item {
    display: inline-block;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    margin-right: 15px;
}

.sayfa--fluid .sol-bolum .sol-menu__link {
    padding: 6px;
    border: 1px solid #eee;
}

.cerez {
    display: none;
    flex-wrap: wrap;
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 0.7rem;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 15px;
    width: 300px;
    z-index: 99;
}

.cerez__yazi {
    width: 100%;
}

.cerez .btn--kucuk {
    font-size: 0.6rem !important;
    padding: 4px 8px;
}

.cerez a {
    color: #fff;
    text-decoration: underline;
}

.sifre-wrapper {
    margin: 0 auto;
    width: 576px;
    max-width: calc(100% - 30px);
}

.sifre-input {
    margin: 0 auto;
    width: 360px;
    max-width: 100%;
}

.pdf-wrapper {
    display: none;
}

.circle {
    position: relative;
}

.loader-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: inset 0 0 0 1px rgba(192, 27, 48, 0.1);
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.loader-circle__logo {
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.loader-line-mask {
    animation: rotate 1.2s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    overflow: hidden;
    width: 60px;
    height: 120px;
    -o-animation: rotate 1.2s infinite linear;
    -moz-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    -ms-transform-origin: 60px 60px;
    -webkit-mask-image: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
    -webkit-transform-origin: 60px 60px;
    -moz-animation: rotate 1.2s infinite linear;
    transform-origin: 60px 60px;
    -webkit-animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
    box-shadow: inset 0 0 0 1px rgba(192, 27, 48, 0.5);
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

[not-existing] {
    zoom: 1;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@-o-keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

@keyframes fade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

[not-existing] {
    zoom: 1;
}

lesshat-selector {
    -lh-property: 0;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

[not-existing] {
    zoom: 1;
}

.listele--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listele--flex .sort {
    width: calc(100% - 105px);
}

.listele--flex .listele {
    padding: 12px 5px;
    border: 1px solid #eee;
}

.listele--flex .listele .fas {
    vertical-align: middle;
}

.listele--flex .listele__item {
    font-size: 0.9rem;
    color: #515151;
    margin: 0 4px;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}

.listele--flex .listele__item:hover {
    color: #7cd0d7;
}

.listele--flex .listele__item.active {
    color: #195ea2;
}

@media (min-width: 576px) {
    .urun-single .urun::after {
        content: '';
        display: block;
        clear: both;
    }

    .urun-single .urun__resim {
        margin-bottom: 0;
        margin-right: 30px;
        float: left;
        max-width: 200px;
    }

    .urun-single .urun__resim img {
        vertical-align: middle;
    }

    .urun-single .urun__alt {
        display: block;
        margin-top: 30px;
    }

    .urun-single .urun__baslik {
        font-size: 1rem;
    }

    .urun-single .urun__fiyat {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }


}

@media (min-width: 768px) {
    .urun-line {
        margin-bottom: 15px;
    }

    .urun-line .urun__butonlar {
        display: none !important;
    }

    .urun-line .urun__link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .urun-line .urun__resim {
        display: none;
    }

    .urun-line .urun__baslik {
        font-size: 0.9rem;
        margin: 0;
        min-height: auto;
        font-weight: 500;
        width: 500px;
    }

    .urun-line .urun__kod {
        color: #767676;
        font-size: 0.8rem;
        display: inline-block;
        padding: 0 15px;
        min-width: 130px;
    }

    .urun-line .urun__stok {
        margin-top: 1rem;
    }

    .urun-line .urun__fiyat {
        margin: 0;
        margin-right: 15px;
        width: 120px;
    }

    .urun-line .urun__alt {
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-width: 190px;
        padding: 0 15px;
    }

    .urun-line .urun__adet {
        padding: 6px;
        margin-left: 15px;

        display: flex;
        align-items: center;
    }

    .urun-line .urun__adet input {
        width: 50px;
        padding: 4px;
        border: 1px solid #ccc;
        border-radius: 3px;
        height: 30px;
        font-size: 1.5rem;
        transition: all 0.3s;
        outline: transparent;
    }

    .urun-line .urun__adet input:hover, .urun-line .urun__adet input:focus {
        border-color: #4990e2;
    }

    .urun-line .urun .btn-liste {
        display: inline-block;
        margin-left: 5px;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
    }
}

.circle--modal {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .75);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.circle--modal .circle {
    left: 0;
    right: 0;
}

.banner {
    position: relative;
    margin-bottom: 30px;
    height: 300px;
}

.banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner__baslik {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    z-index: 2;
}

.disc-list {
    padding-left: 35px;
    list-style-type: disc;
}

.card-content {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.card-content label {
    padding: 25px 25px 10px;
}

.card-content * {
    cursor: pointer;
}

.taksit-wrapper {
    position: relative;
    margin: 5px;
    text-align: center;
    min-width: 142px;
    background: #fff;
}

.taksit-wrapper h4 {
    position: relative;
    font-size: 14px;
    margin-bottom: 20px;
}

.taksit-wrapper h4:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    background: #bdbdbd;
    margin: 0 auto;
    width: 40px;
    height: 2px;
}

.small-meta {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.taksit-wrapper h5 {
    font-size: 16px;
    color: #949494;
}

.c-card {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.c-card ~ .card-content {
    transition: all 500ms ease-out;
}

.c-card ~ .card-content .card-state-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url("../../lib/payment/dist/img/check.png") no-repeat;
    background-position: center;
    background-size: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.c-card ~ .card-content:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    border-top: 52px solid #ccc;
    border-left: 52px solid transparent;
    opacity: 0;
    width: 0;
    height: 0;
}

.c-card ~ .card-content:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    border-top: 50px solid #fff;
    border-left: 50px solid transparent;
    width: 0;
    height: 0;
}

.c-card ~ .card-content:hover {
    border: 1px solid #46d904;
}

.c-card ~ .card-content:hover .card-state-icon {
    background-position: center;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.c-card ~ .card-content:hover:before {
    border-top: 52px solid #46d904;
}

.c-card:checked ~ .card-content {
    border: 1px solid #46d904;
}

.c-card:checked ~ .card-content .card-state-icon {
    background-position: center;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.c-card:checked ~ .card-content:before {
    border-top: 52px solid #46d904;
}

.c-card:checked ~ .card-content:after {
    border-top: 52px solid #46d904;
}

.c-card:checked:hover ~ .card-content .card-state-icon {
    background-position: center;
    background-size: 18px;
    -webkit-background-size: 18px;
}

.c-card:checked:hover ~ .card-content:before {
    border-top: 52px solid #46d904;
}

.c-card:checked:hover ~ .card-content:after {
    border-top: 52px solid #46d904;
}

.sepet-yazi {
    display: none;
}

.sepet-yazi.active {
    display: block;
}

.menu-ac {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color 0.25s ease-in-out;
    color: #515151;
    font-weight: 500;
    border: none;
}

.menu-ac.active {
    border-bottom: 1px solid #eee;
}

.menu-ac .fas {
    color: #767676;
    opacity: 0.7;
    font-size: 0.7rem;
}

.menu-ac .fa-minus {
    display: none;
}

.menu-ac:hover {
    color: #4990e2;
}

.menu-ac.active {
    color: #4990e2;
}

.menu-ac.active .fa-plus {
    display: none;
}

.menu-ac.active .fa-minus {
    display: block;
}

.menu-gizli {
    display: none;
}

.urunler-baslik {
    border: none;
    border-bottom: 1px solid #dadada;
    padding-bottom: 6px;
    border-radius: 0;
}

.urunler-baslik .sol-menu__baslik {
    font-size: 1.1rem;
    padding: 11px 0;
    border: none;
    padding-bottom: 5px;
}

.urunler-baslik .sol-menu__baslik .yazi, .urunler-baslik .sol-menu__baslik .card__yazi {
    font-size: 0.8rem;
}

.urunler-baslik .custom-control {
    padding-left: 10px;
}

.urunler-baslik .custom-control-label {
    vertical-align: baseline;
}

.table--pad-4 td, .table--pad-4 th {
    padding: 4px !important;
}

.btn-liste {
    display: none;
}

.urun__kod {
    display: none;
}

.urun__adet {
    display: none;
}

.select--sort {
    background: none;
    border: none !important;
    width: 160px;
    margin: 3px auto;
    margin-top: 6px;
    box-shadow: none !important;
    font-weight: 500;
}

.goster-list {
    padding: 0 6px;
}

.row--markalar {
    flex-wrap: wrap;
}

.row--markalar .menu-card__resim {
    height: auto;
}

.row--markalar .marka-item {
    width: calc(12.5% - 10px);
    margin: 0 5px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
    padding-top: 3px;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
    width: 100%;
    height: calc(1rem + 0.4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
    border: 0;
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
    cursor: default;
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
    }
}

.sol-menu input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}

.sol-menu label {
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .btn-liste {
        display: none !important;
    }
}
  


