html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    transition: all 0.20s ease-in-out;
    font-size: 18px;
    font-weight: 400;
    color: #444;
    padding-right: 0 !important;
    overflow-y: scroll !important;
    background-color: #f7f7f7;
}

#aramaDuvari .results {
    position: absolute;
    background-color: white;
    top: 47px;
    max-width: 100%;
    overflow: hidden;
    left: 0;
    margin: 0 10px;
}

p,
a {
    color: var(--generalC);

}

.three-column {
    columns: 3;
}

.six-column {
    columns: 6;
}

.btn-mavi {
    color: #fff !important;
}

table {
    width: 100% !important;
}

header img {
    transition: all ease-in-out 0.5s;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item img {
    width: auto;

}

.pages strong,
.pages a {
    padding: 2px 14px;
    font-weight: bold;
    background-color: white;
    border-right: 1px solid #dee2e6;
}

.pages a:last-child {
    border-right: none;
}

.pages strong {
    color: var(--primaryB);
}

.wrapper>.content {
    /* margin-top: 239px; */
    min-height: 60vh;
}


.list-group-item.active a {
    color: #fff;
}

.list-group-item:hover {
    background-color: rgba(0, 0, 0, 0.07);
    cursor: pointer;
}

.sepet-bg {
    background-image: url(../img/il-bg.svg);
    background-size: 43%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
}

.mobil-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    display: flex;
    align-items: flex-end;
}

.dropdown-toggle::after {
    content: unset !important;
}



.il img {
    transition: all .3s ease-in-out;
}

.il:hover .il-bg img {
    transform: scale(1.2);
}

.il .alisveris a {
    min-height: 150px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    font-weight: bold;
    transition: all .3s ease-in-out;
}

.il .alisveris a img {
    position: absolute;
    z-index: 0;
}

.il .alisveris a:hover {
    background-position-x: 50%;
}

.yavas-salla {
    animation: sshake 1.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    animation-iteration-count: infinite;
}

@keyframes sshake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.salla {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.underline {
    text-decoration: underline;
}

.lang {
    width: 20px;
    margin-top: -2px;
}

img {
    max-width: 100%;
}

.cizgili {
    text-decoration: line-through;
    margin-bottom: -9px;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.kategoriler ul li a {
    padding: 7px 12px;
}

.kategoriler li ul.k a.disable {
    background-color: #ddd;
}

.kategoriler .item img {
    width: 150px;
}

.kategoriler li ul {
    display: none;
    position: absolute;
    width: max-content;
    z-index: 10;
    list-style: none;
    padding: 0;
    background-color: #fff;
}

.kategoriler li ul ul {
    left: 100%;
}

.kategoriler li:hover ul {
    display: block;
}

.kategoriler a {
    display: block;

}

.sidebar .list-group-item:first-child {
    border-radius: 0;
}

.urun figure {
    min-height: 244px;
    overflow: hidden;
    position: relative;
}

.uc-satir {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.foto-sol-ust {
    position: absolute;
    left: 3px;
    top: -2px;
    right: 13px;
}

.foto-sol-alt {
    position: absolute;
    right: 3px;
    bottom: 3px;
    left: 0;
}

.foto-sag-ust {
    position: absolute;
    right: 3px;
    top: 3px;
}

.indirim {
    position: absolute;
    padding-left: 10px;
    left: -6px;
    top: 15px;
    font-size: 18px;
    transform: rotate(30deg);
}

.ara button.btn-dark:hover {
    border-color: transparent !important;
}

.ara input {
    padding: 19px 40px 19px 35px;
    background-image: url(../img/ara.svg);
    background-repeat: no-repeat;
    background-position: 11px;
    background-size: 17px;
    font-size: 14px;
}

.miktar-group div:hover {
    cursor: pointer;
}

@media only screen and (min-width: 992px) {

    .kisa-form-control {
        width: min-content;
    }

    #navbarNav>ul>li:first-child>a {
        padding-left: 0;
    }

    #navbarNav>ul>li:last-child>a {
        padding-right: 0;
    }

    #navbarNav>ul>li>a {
        position: relative;
    }

    #navbarNav>ul>li>a::after {
        content: '';
        position: absolute;
        right: 0;
        top: 35%;
        bottom: 35%;
        width: 1px;
        background-color: var(--main-color-three);
    }

    #navbarNav>ul>li:last-child>a::after {
        content: unset;
    }

    .carousel {
        min-height: 64vh;
    }

}

@media only screen and (max-width: 992px) {

    #aramaDuvari {
        position: fixed;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 10px;
        top: 67px;
    }

    .kategoriler ul li a {
        font-weight: bold;
        text-transform: uppercase;
    }

    .kategoriler ul li ul {
        position: relative;
        width: 100%;
    }

    .kategoriler li:hover ul.k {
        flex-direction: column;
    }

    .kategoriler li ul.k .item {
        display: none;
    }

    .kategoriler li ul.k li {
        width: 100%;
    }

    .rounded-sm-round {
        border-radius: 5px;
    }

    .kategoriler ul li:first-child {
        margin-left: 0 !important;
    }

    .kategoriler ul li:last-child {
        margin-right: 0 !important;
        border-right: unset;
    }

    .navbar-brand img {
        width: 200px;
    }

    .ara input {
        width: 70% !important;
    }

    .tools i {
        font-size: 18px !important;
    }

    .tools-kapsayici {
        width: fit-content !important;
    }

    .satir-tablo table thead {
        display: none;
    }

    .satir-tablo table tfoot tr td {
        display: none;
    }

    .satir-tablo tr td,
    .satir-tablo tr th {
        display: block;
        width: 100% !important;
        text-align: center;
        line-height: 100%;
    }

    .taksit-secenekleri table {
        width: 100%;
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

.preloader {
    background-color: var(--main-color-three);
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 1071;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.arti-taksit {
    background-image: url(../img/arti-taksit.svg);
    background-size: cover;
    width: 30px !important;
    height: 30px !important;
    display: inline-block;
    line-height: 30px;
    position: relative;
}

.taksit-secenekleri table tr {
    padding: 3px 20px;
}

.taksit-secenekleri .table-bordered td,
.taksit-secenekleri .table-bordered th {
    border-color: #f8f9fa !important;
    border: 2px solid
}

.taksit-secenekleri table * {
    font-size: 14px !important;
}

.taksit-secenekleri table th,
.taksit-secenekleri table td {
    font-weight: normal !important;
    padding: 5px;
    border-top: 0;
    text-align: center;
}

.urun .description .varyant:hover {
    text-decoration: underline;
}

/* focus clear*/

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 var(--main-color);
    /* border-color: unset; */
}

.siparis-topbar .active {
    background-color: var(--main-color-light);
    color: #fff;
}

.product {
    background-color: #fff;
}

.product:hover .basket {
    opacity: 1;
    bottom: 0px;
}



.owl-nav {
    display: flex;
    justify-content: space-between;
    font-size: 55px;
    margin: -45px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.content  .carousel {
    min-height: auto;
}

@media(max-width:768px) {
    .six-column {
        columns: 3;
    }

    .kategoriler .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        background-color: white;
        text-align: center;
        overflow-y: scroll;
    }

    .kategoriler button {
        position: absolute;
        position: absolute;
        top: 0;
        right: 0;
    }



    .ara {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        z-index: 10;
        padding: 0 15px;
    }

    #aramaKapat {
        position: absolute;
        top: 0;
        right: 0;
    }

    .collapsing {
        -webkit-transition: none;
        transition: none;
        display: none;
    }

    .basket {
        bottom: 0px;
        position: relative;
        opacity: 1;
        background-color: white;
        border: 0px
    }
}