::-webkit-scrollbar 
{
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track 
{
    background: #eee; 
}

::-webkit-scrollbar-thumb 
{
    background: #A2853F; 
}

::-webkit-scrollbar-thumb:hover 
{
    background: #000;
    cursor: pointer; 
}

.custom-control-input:checked~.custom-control-label::before
{
    border-color: #A2853F;
    background-color: #A2853F;
}

.form-control
{
    border-radius: 0;
    color: #000;
}

.form-control:focus,
.slick-slide:focus
{
    outline: none;
    box-shadow: none;
    border-color: #A2853F;
    color: #000;
}

a:hover,
a:focus
{
    text-decoration: none;
    color: unset;
    transition: .15s;
    outline: none;
    box-shadow: none;
}

.btn:hover,
button:focus,
.btn:focus
{
    text-decoration: none;
    color: none;
    outline: none;
    box-shadow: none;
}

.v-middle
{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

body,
.tooltip
{
    font-family: 'Baloo 2';
}

.tooltip
{
    margin-right: .25rem;
}

.tooltip-inner
{
    max-width: unset;
}

body
{
    color: #000;
    overflow-x: hidden;
}

#topbar
{
    border-bottom: 1px dashed #A2853F;
}

#topbar a
{
    color: inherit;
    text-decoration: none;
}

#topbar select.form-control
{
    display: inline-block;
    width: auto;
    padding: .25rem .5rem;
    font-size: 10pt;
    border: none;
    cursor: pointer;
}

#topbar a:hover,
#topbar button:hover,
#menu .col a:hover
{
    color: #A2853F;
}

#topbar .badge
{
    margin-left: .125rem;
    font-size: 10pt;
    position: relative;
    top: -1px;
}

#topbar a:hover .badge
{
    background: #A2853F;
}

#topbar form
{
    display: none;
    background: #fff;
}

#topbar form button
{
    position: absolute;
    right: calc(.375rem + 15px);
    top: 0;
    height: 100%;
    background: none;
    border: none;
}

#topbar form [type="submit"]
{
    right: calc(.375rem + 15px + 1.25rem);
}

#menu
{
    background-image: url('../img/menu.png');
    background-size: contain;
    padding-right: 5rem;
    padding-left: 5rem;
    position: relative;
    z-index: 2;
}

#menu::before,
#menu::after
{
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    width: 3.5rem;
    height: 60%;
    background-image: url('../img/menu-l.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
}

#menu::after
{
    left: unset;
    right: 0;
    background-image: url('../img/menu-r.png');
    background-position: right;
}

#menu .col
{
    font-size: 14pt;
    text-transform: capitalize;
    line-height: 1;
    position: unset;
}

#menu .col a
{
    background: #fff;
    padding: 0 .75rem;
    color: inherit;
    display: inline-block;
    padding-bottom: 1.5rem;
    white-space: nowrap;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#menu .mega
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;    
    position: absolute;
    background-color: #fff;
    text-align: left;
    display: none;
}

#menu .mega [class^="col"]:first-child
{
    column-count: 3;
}

#menu .mega img
{
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: right;
}

#menu .mega ul
{
    list-style: none;
    padding-left: 0;
}

#menu .mega li:not(:first-child)::before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    margin-right: .5rem;
}

#menu .mega li:not(:last-child):not(:first-child)
{
    margin-bottom: .25rem;
}

#menu .mega a
{
    color: inherit;
    font-size: 12pt;
    padding: 0;
    max-width: unset;
}

#menu .mega a b
{
    display: inline-block;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 2px dashed #000;
}

#footer
{
    background: #333333;
    color: #fff;
}

#footer h6
{
    font-weight: bold;
}

#footer ul
{
    list-style: none;
}

#footer li::before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    margin-right: .5rem;
}

#footer li a
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
}

#footer li a:hover
{
    color: #A2853F
}

#footer input
{
    border: 1px solid #fff;
    font-size: 10pt;
}

#footer button
{
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 10pt;
    background: #fff;
}

#footer button:hover
{
    color: #A2853F;
}

#footer .list-inline-item::before,
#footer .iletisim li::before
{
    content: '';
    margin-right: 0;
}

#footer .list-inline-item
{
    font-size: 16pt;
    line-height: 1;
}

#footer .iletisim li
{
    font-size: 11pt;
}

#footer .iletisim li:not(:last-child)
{
    margin-bottom: .25rem;
}

#footer [alt="3d"]
{
    padding: .5rem;
    background: #fff;
    height: 100px;
    object-fit: contain;
}

#copyright 
{
    background: #A2853F;
    color: #fff;
    font-size: 10pt;
}

#copyright a
{
    color: inherit;
}

#copyright a:hover
{
    color: #000;
}

.basa-don 
{ 
    position: fixed;
    bottom: 20px;
    right: 25px;
    cursor: pointer;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    padding: 8px 14px;
    border-radius: 5px;
    color: white;
    display: none
}

#sepet-sonuc .btn
{
    border-radius: 0;
    transition: .15s;
    border: none;
    color: #fff;
}

#sepet-sonuc [href="/sepet"]
{
    background-color: #000;
}

#sepet-sonuc [href="/sepet"]:hover
{
    background-color: #A2853F;
}

#sepet-sonuc [href="#"]
{
    background-color: #ff0000;
}

@media (max-width: 1199px)
{
    #menu .col
    {
        font-size: 12pt;
    }
}

/*#topbar a:nth-child(2)
{
    border-right: 1px solid #343a40;
}*/

@media (max-width: 991px)
{
    #topbar a:nth-child(2)
    {
        border: none;
    }

    #topbar a
    {
        line-height: 30px;
    }

    #topbar .menu-toggle
    {
        display: block;
        line-height: 0;
    }

    #menu-mobile 
    {
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        min-width: 50%;
        background: rgba(0, 0, 0, .9);
        color: #fff;
        font-weight: bold;
        z-index: 2;
        transition: .15s;
        overflow-y: scroll;
    }

    #menu-mobile a
    {
        display: block;
        color: #fff;
    }

    #menu-mobile .cat-menu
    {
        display: none;
        border: 2px solid #fff;
        border-right: none;
        border-left: none;
    }

    #menu-mobile .cat-toggle::after
    {
        content: '\f078';
        margin-left: .5rem;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 10pt;
    }

    #footer form
    {
        width: 50%;
        margin: 0 auto;
    }

    #footer img
    {
        width: 50%;
    }
}

@media (max-width: 767px)
{
    .container-fluid .container
    {
        padding-left: 0;
        padding-right: 0;
    }

    .duyuru
    {
        font-size: 10pt;
    }

    #topbar .container
    {
        margin-bottom: -6px;
    }

    .menu-toggle
    {
        position: absolute;
        top: 7.5px;
        right: 15px;
    }

    #menu-mobile
    {
        min-width: 75%;
    }

    #footer form,
    #footer img
    {
        width: 75%;
        margin: 0 auto;
    }
}

#menu-mobile .menu-toggle 
{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: .75rem;
    color: #A2853F;
}