.btn-success {
    background-color: #21bf80;
    border-color: #0ede8a;
}

img.logo-footer {
    height: 55px;
}

.row.u-header__mega-menu-wrapper {
    background-color: white;
}

.f16px {
    font-size: 16px;
}

.wrapno {
    white-space: normal;
}

.wrapno:hover {
    font-weight: 700 !important;
}

.slick-track {
    float: left;
}

img.slideurun {
    width: 100%;
    height: 450px;
    object-fit: contain;
}

img.slideurun_alt {
    width: 100%;
    height: 60px;
}

@media (max-width: 768px) {
    .mhide {
        display:none;
    }

    ol.breadcrumb {
        /*margin-left: -55px;*/
        display: none;
    }

    img.slideurun {
        width: 100%;
        height: 200px;
        object-fit: contain;
    }

    img.slideurun_alt {
        width: 100%;
        height: 40px;
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0;
        word-break: break-all;
        width: 100%;
    }
}

address.iletisimli a {
    width: 100%;
    display: block;
    border-bottom: solid 1px #dddddd;
    padding: 10px 5px;
    color: black;
    cursor: pointer;
}

address.iletisimli a i {
    font-size: 18px;
    background-color: black;
    color: white;
    width: 30px;
    height: 30px;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
}

div address.iletisimli a:hover, address.iletisimli a i {
    background-color: black;
    color: white;
}

address.iletisimli a:hover {
    padding-left: 10px;
}

.bg-white {
    background-color: white;
}

footer {
    border-top: 1px solid #e4e4e4;
}

.border-rb {
    border-right: solid 1px #e4e6e8;
    border-bottom: solid 1px #e4e6e8;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #d8d8d8;
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

/*Small */
@media (min-width: 576px) {
    .hidden-sm {
        display:none;
    }
}

@media (max-width: 576px) {
    .hidden-xs {
        display:none;
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

.card.max-w500 {
    max-width: 500px;
    width: 100%;
}

.card.max-w600 {
    max-width: 600px;
    width: 100%;
}

.btn.btn-max {
    width: 100%;
}

.solcizgi:before {
    content: '';
    width: 10px;
    height: 30px;
    margin-left: 5px;
    border-left: 1px solid #dedede;
}

.dropdown-menu.eleskamenu {
    padding-top: 5px;
    padding-bottom: 5px;
}

.eleskamenu .dropdown-item {
    padding: 5px 10px 5px 10px;
    border-bottom: solid 1px #eaeaea;
}

.eleskamenu .dropdown-item:hover {
    color: #ffffff;
    background-color: black;
    padding-left: 15px;
}

.eleskamenu a.dropdown-item {
    text-align: left;
}

.eleskamenu a.dropdown-item i {
    margin-right: 3px;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer !important;
}

.bg-red {
    background-color: #ea222f !important;
}

.bg-black {
    background-color: black !important;
}

.color-white {
    color: white;
}

.eleska_urun_cerceve {
    border: solid 1px #e2e2e2;
}

.u-slick__arrow-classic.urunsagsol {
    background-color: #00000033;
}

.u-slick__arrow-classic.urunsagsol:hover {
    background-color: #000000;
}

h6.urunfname {
    width: 60px;
}

.bg-header {
    background: #fafafa;
    background: -moz-linear-gradient(top,#fafafa 1%,#fafafa 80%,#f9f9f9 84%,#f8f8f8 89%,#f7f7f7 93%,#f6f6f6 97%,#f5f5f5 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fafafa),color-stop(80%,#fafafa),color-stop(84%,#f9f9f9),color-stop(89%,#f8f8f8),color-stop(93%,#f7f7f7),color-stop(97%,#f6f6f6),color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(top,#fafafa 1%,#fafafa 80%,#f9f9f9 84%,#f8f8f8 89%,#f7f7f7 93%,#f6f6f6 97%,#f5f5f5 100%);
    background: -o-linear-gradient(top,#fafafa 1%,#fafafa 80%,#f9f9f9 84%,#f8f8f8 89%,#f7f7f7 93%,#f6f6f6 97%,#f5f5f5 100%);
    background: -ms-linear-gradient(top,#fafafa 1%,#fafafa 80%,#f9f9f9 84%,#f8f8f8 89%,#f7f7f7 93%,#f6f6f6 97%,#f5f5f5 100%);
    background: linear-gradient(to bottom,#fafafa 1%,#fafafa 80%,#f9f9f9 84%,#f8f8f8 89%,#f7f7f7 93%,#f6f6f6 97%,#f5f5f5 100%);
    zoom: 1; border-bottom: 1px solid #dedede;
}

.katbtn_nopad {
    padding: 0;
}

a.btn.btn-black.sepetegitbtn {
    width: 100%;
    padding: 7px 5px;
    background-color: #353535;
    display: block;
}

.sepeteklendi {
    font-size: 16px;
    color: #2ca71f;
    font-weight: 600;
}

.sepeteklendi i {
    font-size: 20px;
}

div#urunkathover {
    width: 355px;
}

img.sepetuimg {
    width: 75px;
    max-height: 100px;
    height: 75px;
    object-fit: contain;
}

a.sepetadd {
    min-width: 148px;
    display: inline-block;
    width: 182px;
    margin-bottom: 5px;
    padding: 7px 0px;
}

.cardsm {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
    padding: 0;
}

.zoom.opaque {
    opacity: 1;
}

.breadcrumb-item+.breadcrumb-item a {
    text-transform: capitalize;
}

.hesabimleft ul {
    width: 100%;
    padding: 0;
    display: block;
    margin-top: 5px;
}

.hesabimleft ul li {
    list-style: none;
    color: black;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 2px 1px;
}

.hesabimleft ul li a {
    width: 90%;
    text-align: left;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    padding-left: 10px;
    line-height: 15px;
    color: inherit;
}

.hesabimleft ul li i.left-icon {
    width: 5%;
    font-size: 18px;
    color: inherit;
}

i.right-icon.fa.fa-angle-right {
    width: 5%;
    font-size: 17px;
    color: inherit;
}

.hesabimleft ul li:hover {
    background-color: black;
    color: white;
    padding-left: 15px;
    border-radius: 5px;
}

a.btn.fright {
    width: 100px;
    padding: 7px 5px;
    border-radius: 2px;
}

a.btn.fright i {
    padding-right: 5px;
}

.fright {
    float: right;
}

.cardadres {
    width: 100%;
    height: 200px;
    border: solid 1px #e2e2e2;
    margin-bottom: 50px;
    display: inline-block;
}

.cardadres .atitle {
    background-color: #fafafa;
    border-bottom: solid 1px #e2e2e2;
    height: 40px;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
}

.cardadres .abody {
    margin: 10px 15px;
}

.cardadres .abody .ausername {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.cardadres .abody .tekline {
    width: 100%;
    display: block;
    word-break: keep-all;
    line-height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.afooter {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.aeditbtn, .aeditbtn:hover, .asilbtn, .asilbtn:hover {
    display: inline-block;
    background-color: #1d1c1c;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.asilbtn {
    float: left;
}

a.asilbtn.ok {
    background-color: #21bf80;
}

a.aeditbtn {
    float: right;
}

a.asilbtn i, a.aeditbtn i {
    padding-right: 3px;
}

.col-auto.adetpaddiv {
    padding-left: 0;
    padding-right: 0;
}

.js-quantity.row.align-items-center {
    width: 127px;
    text-align: center;
}

a.nav-link {
    color: #77838f;
}

div.nopad {
    padding: 0;
}

th.product-total {
    min-width: 60px;
}

.orderHead {
    border-top: 1px solid #dedede;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dedede;
}

.sipli {
    font-size: 13px;
    border: 1px solid #dedede;
    border-top: 0 solid #dedede;
    margin-bottom: 15px;
}

.orderHead p {
    padding: 0px;
    margin: 10px;
}

.orderBody img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    text-align: center;
    display: block;
}

.orderBody p {
    margin: 3px 10px;
    padding: 0;
}

.orderBody .btn, .orderHead .btn {
    width: 100%;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #171717;
    max-width: 200px;
    float: right;
}

.orderBody .name {
    color: #646464;
    font-weight: bold;
    font-size: 15px;
}

.orderBody {
    padding: 10px;
}

@media (min-width: 992px) {
    .u-header-left-aligned-nav .u-header__navbar-brand {
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        display: block;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl.u-header__navbar--no-space {
        padding-top: 0px;
        padding-bottom: 0;
    }
}

a.nav-link.u-header__nav-link.slidernava {
    position: relative;
    justify-content: inherit;
    letter-spacing: .05rem;
    font-weight: 600;
    font-size: 14px;
}

a.nav-link.u-header__nav-link.slidernava i.fa {
    padding-right: 10px;
}

a.nav-link.u-header__nav-link.slidernava:after {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
    margin-right: 8px;
    width: 12px;
    height: 10px;
    right: 5px;
    top: 5px;
    float: right;
    padding-left: 5px;
    position: absolute;
    color: black;
}

.yatay_div img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.orta_dik_div img {
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.product-item__body {
    border-bottom: solid 1px #e6e6e6;
}

.mini_yatay_div img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

img.listimg {
    width: 100%;
    height: 175px;
    object-fit: contain;
}

img.listimgmini {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

img.imgsepet {
    height: 100px;
    width: 100%;
    object-fit: contain;
    min-width: 100px;
}

a.inline-block {
    display: inline-block;
}

img.footerpay {
    max-width: 100%;
    height: 30px;
    object-fit: contain;
}

.cookie {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #3a3939;
    z-index: 9999;
    padding: 10px;
}

.cookie span {
    color: white;
}

a.hrefterms {
    text-decoration: underline;
    color: white;
}

a.btn.btn-white.btn-block.cookiebtn {
    padding: 5px;
}

.sslbtnfooter img {
    height: 50px;
}

.sslbtnfooter {
    width: 100%;
    text-align: right;
    padding-top: 7px;
}

.pbody p {
    margin: 5px;
}

span.avarageText {
    font-size: 18px;
    color: black;
}

legend {
    width: auto;
}

.urunsoldetay {
    position: relative;
}

img.img-fluid.sliderimg {
    max-height: 420px;
}

span.favoricikar {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #c70000;
    color: white;
    font-size: 20px;
    padding: 0px 10px;
    cursor: pointer;
}

/* CARD */
.uruncard {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
    padding: 5px;
}

.uruncard .urunfooter a {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 36px;
    line-height: 1.34;
    display: inline-block;
    width: 100%;
    word-break: break-word;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    max-height: 36px;
    overflow: hidden;
    margin-top: 10px;
}

.uruncard .urunimg img {
    width: 100%;
    height: 240px;
    object-fit: contain;
    background-color: white;
}

@media (max-width: 768px) {
    .uruncard .urunimg img {
        height: 185px;
        object-fit: contain;
    }
}

.uruncard .urunfooter .fiyat {
    color: #202020;
    border-radius: 0.375em;
}

.border-left-sepet {
    position: absolute;
    float: right;
    height: 100%;
    width: 1px;
    background-color: #e7eaf3;
    right: 15px;
}

.fiyat ins {
    font-size: 18px;
}

.fiyat del {
    font-size: 13px;
}

th.product-total {
    min-width: 80px;
}

.urunimg {
    position: relative;
    border-left: solid 1px #f3f3f3;
    border-right: solid 1px #f3f3f3;
    border-top: solid 1px #f3f3f3;
}

.urunimg span.kargoucretsiz {
    position: absolute;
    top: 10px;
    left: 0px;
    border-radius: 2px;
    font-size: 10px;
    width: 62px;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    padding: 4px 0;
    background-color: #535353;
    font-weight: 700;
}

.indirimvar {
    position: absolute;
    top: 8px;
    right: 0;
    background-color: #ff0a20b8;
    color: white;
    font-size: 11px;
    padding: 0px 0px;
    font-weight: 700;
    width: 63px;
    text-align: center;
}

span.indirimvar i {
    width: 100%;
    display: block;
    font-size: 14px;
    font-style: normal;
}

.urunfooter {
    border: solid 1px #f3f3f3;
    padding: 0px 10px;
}

/* CARD */
label.kupon_msg {
    display: block;
    width: 100%;
    font-size: 15px;
    color: red;
}


.post-shares {
    width: 100%;
}

.post-shares ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.post-shares ul li {
    display: inline-block;
}

.post-shares ul li a.btn {
    padding: 5px 10px;
    border-radius: 0;
    margin: 3px 3px;
    width: 120px;
    color: white;
    font-size: 12px;
}

.post-shares ul li a.btn i.fa {
    padding-right: 5px;
}

.bg-color-facebook {
    background-color: #3B5997;
}

.bg-color-twitter {
    background-color: #1BA1F2;
}

.bg-color-youtube {
    background-color: #ED4141;
}

.bg-color-whatsapp {
    background-color: #1ebea5;
}

.bg-color-linkedin {
    background-color: #0077B5;
}

.bg-color-instagram {
    background-color: #C231A1;
}

.bg-color-telegram {
    background-color: #1e94d0;
}

/* STAR RATING */
.rating-group {
    display: inline-flex;
}

.rating__icon {
    pointer-events: none;
}

.rating {
    position: absolute !important;
    left: -9999px !important;
}

.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 27px;
}

.rating__icon--star {
    color: orange;
}

.rating__icon--none {
    color: #eee;
}

.rating--none:checked + .rating__label .rating__icon--none {
    color: red;
}

.rating:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

.rating:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.rating-group:hover .rating--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
}

.rating--none:hover + .rating__label .rating__icon--none {
    color: red;
}

.phonewidget {
    position: fixed;
    right: 15px;
    bottom: 12px;
    z-index: 9999999;
}

.kapatbtn {
    bottom: 2px;
}

a.wkapat {
    right: 0;
    bottom: 0px;
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 13px;
    background-color: #25d366;
    background-color: #242d3b;
    text-align: center;
    padding: 14px;
    border-radius: 50%;
    color: white;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.36);
}

.wmain {
    height: 180px;
    border-radius: 5px;
    background-color: rgb(33, 189, 170);
    padding: 10px;
    color: white;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.36);
    margin-bottom: 53px;
    max-width: 300px;
}

svg.eactc-button-closeIcon.eactc-button-show {
    color: white;
}

.wtitle {
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.wdec {
    font-size: 15px;
    margin-top: 15px;
    line-height: 25px;
}

.wno, .wno:hover {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.098);
    padding: 10px;
    border-radius: 5px;
    color: white;
    display: block;
}

.whatsapp {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 12px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    transition: all .3s;
}

.whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .11), 0 5px 15px 0 rgba(0, 0, 0, .08);
    color: #fff;
}

.siparis_okeyicon {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.siparis_okeyicon .fa {
    color: #33ae52;
    font-size: 40px;
    border: 3px solid #33ae52;
    border-radius: 50%;
    padding: 15px;
    background-color: white;
}

p.siparis-title {
    text-align: center;
    color: #33ae52;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 600;
}

.okeyicon {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.okeyicon .fa {
    color: #3c393c;
    font-size: 40px;
    border: 3px solid #3c393c;
    border-radius: 50%;
    padding: 15px;
    background-color: white;
}

p.okeytitle {
    text-align: center;
    color: #3c393c;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 600;
}

@media (max-width: 1000px) {
    .altmenugoster {
        max-height: 280px;
        overflow: auto;
        background: white;
        padding: 0;
        margin-bottom: 15px;
    }
}

.katimglist img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    object-fit: cover;
    transition: transform .9s;
    z-index: 1;
}

.katimglist a {
    position: relative;
    width: 100%;
    height: 280px;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 3px;
    border: solid 1px #dadada;
    overflow: hidden;
}

.katimglist span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #000000b0;
    font-size: 15px;
    font-weight: 700;
    color: white;
    padding: 10px 10px;
    z-index: 5;
    font-family: 'Oswald';
    letter-spacing: 3px;
    text-transform: uppercase;
}

.katimglist img:hover {
    transform: scale(1.5);
}

.indexhriconlar {
    background-color: black;
    color: white;
}

.indexhriconlar i {
    font-size: 40px;
    width: 100%;
    text-align: center;
    padding-top: 17px;
}

.indexhriconlar .dec {
    text-align: left;
    word-break: normal;
}

@media (max-width: 780px) {
    .katimglist a {
        height: 200px;
    }

    .katimglist span {
        font-size: 14px;
        padding: 5px 7px;
    }
}

@media (max-width: 576px) {
    img.logo {
        min-height: 45px;
        object-fit: contain;
    }

    .uruncard .urunimg img {
        height: 130px;
    }
}

@media (max-width: 780px) {
    .katimglist a {
        height: 200px;
    }

    .katimglist span {
        font-size: 14px;
        padding: 5px 7px;
    }
}

.eleskacss-slides {
    margin-bottom: 20px;
}

.slideleska {
    position: relative;
}

.slideleska img {
    height: auto;
    max-height: 75vh;
    /* min-height: 300px; */
    width: 100%;
    object-fit: contain;
    background-color: white;
}

.headslogan {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10vh;
    display: block;
    top: 12vh;
}

.eleskacss-slides.owl-theme .owl-nav {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s
}

.eleskacss-slides.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    margin: 0;
    padding: 0;
    background: #505050;
    background-color: #00000033;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 51px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.eleskacss-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #000000;
    color: #fff;
}

.eleskacss-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 15px
}

.eleskacss-slides.owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px
}

.eleskacss-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 3px;
    margin: 0 2px;
    background: #121521;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.eleskacss-slides.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #19ce67
}

.eleskacss-slides.owl-theme .owl-dots .owl-dot.active span {
    width: 25px;
    background-color: #19ce67
}

.eleskacss-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.u-header__navbar-brand, .u-header__navbar-brand>img {
    max-height: 90px;
    min-height: 60px;
    object-fit: contain;
}

.u-header .u-header__nav-item .u-header__nav-link {
    font-family: oswald;
    font-size: 16px;
    color: #1a1a18;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    letter-spacing: 1px;
}

.u-header .u-header__nav-link-toggle::after {
    font-size: 100%;
    font-weight: 600;
}

.headslogan .btn.btn-black {
    display: inline-block;
    padding: 10px 45px;
    font-family: 'Oswald';
    letter-spacing: 2px;
    font-weight: 300;
}

.headslogan h1, .headslogan h6 {
    background-color: #0000006e;
    color: white;
    display: inline-block;
    font-family: 'Oswald';
    font-weight: 300;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    letter-spacing: 3px;
    text-shadow: -1px 2px #0000005c;
    max-width: 518px;
    /* margin-top: 97px; */
}

.headslogan h1 {
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 36px;
    /* margin-top: 170px; */
    /* text-align: center; */
    /* display: block; */
}

.headslogan h6 {
    margin-bottom: 10px;
    padding: 10px 10px;
    font-size: 30px;
}

@media (max-width: 780px) {
    .headslogan h1 {
        font-size: 25px;
        text-align: center;
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .headslogan h6 {
        font-size: 17px;
        display: block;
        text-align: center;
    }
}

hr.gizlihr {
    margin: 0;
    border: 0;
    border-top: 0px;
}

.owl-carousel .owl-item img.slidericon {
    max-height: 25vh;
    object-fit: contain;
}

.brand_kategori {
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul.yorumlar {
    width: 100%;
    display: block;
    /* border: solid 1px #ebebeb; */
    padding: 0;
    margin: 0;
}

ul.yorumlar .user span {
    font-size: 14px;
}

ul.yorumlar li {
    border-bottom: solid 1px #ebebeb;
    list-style: none;
    padding: 15px 0px;
}

ul.yorumlar li h5 {
    margin: 0;
    padding: 5px 0px 5px 0px;
    font-size: 18px;
}

ul.yorumlar li p {
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.yorum_star {
    color: #ffc107;
}

.top-header {
    padding: 10px 10px;
    width: 100%;
    text-align: center;
    background-color: #fc96bf;
    font-size: 25px;
    color: white;
    font-weight: 600;
    font-family: oswald,sans-serif;
    letter-spacing: 2px;
    animation: blink 2s linear infinite;
}

@keyframes blink {
    0% {
        color: #fc96bf;
    }

    50% {
        color: #f9b9d2;
    }

    75% {
        color: #f7efef;
    }

    100% {
        color: white;
    }
}

img {
    max-width: 100%;
}

div#aciklama img {
    width: 100%;
    object-fit: contain;
    max-height: 400px !important;
}

.blogli img {
    height: 250px;
    width: 100%;
}

.blogli a {
    display: block;
    width: 100%;
    overflow: hidden;
    border: solid 1px #d6d6d6;
    margin-bottom: 20px;
}

.blogli h3 {
    height: 60px;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #333e48;
    padding: 10px;
    line-height: 22px;
    margin: 0;
}

.blogli p {
    height: 40px;
    font-size: 15px;
    color: white;
    background-color: #ffffff;
    padding: 10px;
    margin: 0;
    word-break: break-word;
    text-align: center;
    border-top: solid 1px #f9f9f9;
}

.row.markalar img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    object-fit: contain;
    object-position: center;
    transition: transform .9s;
    z-index: 1;
    background-color: white;
    display: block;
    text-align: center;
    padding: 0px;
}

.row.markalar a {
    position: relative;
    width: 100%;
    height: 208px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 3px;
    border: solid 1px #dadada;
    overflow: hidden;
}

.row.markalar span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #ed1c24eb;
    font-size: 15px;
    font-weight: 700;
    color: white;
    padding: 10px 10px;
    z-index: 5;
    font-family: 'Oswald';
    letter-spacing: 3px;
    text-transform: uppercase;
}

.row.markalar img:hover {
    transform: scale(1.5);
}

div#aciklamax {
    overflow: hidden;
}

div#aciklamax img {
    max-width: 100% !important;
    ; }

@media (max-width: 600px) {
    .katimglist a {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .katimglist a {
        height: 200px;
    }
}

.katimglist {
    margin-right: 0;
    margin-left: 0;
}

input.form-control.uruninput {
    width: 300px;
    max-width: 100%;
}

form#urunveri label {
    font-weight: 500;
}

#google_translate_element2 {
    display: none !important;
}

ul.selectdil li a img {
    vertical-align: middle;
    font-size: 24px;
    padding: 1px 0;
    background-repeat: no-repeat;
    background-image: url(//gtranslate.net/flags/24.png);
}

ul.selectdil li a img {
    border: 0;
}

ul.selectdil li a img:hover {
    background-image: url(//gtranslate.net/flags/24a.png);
}

#google_translate_element2 {
    display: none !important;
}

ul.selectdil {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.selectdil li {
    display: inline-block;
    padding: 0px 7px;
    margin: 0;
}

.skiptranslate {
    display: none;
}

body {
    top: 0 !important;
}

/* YARIM SLIDER */
.home-slides {
    background-color: white;
}

div#bosss {
    width: 100%;
    height: 37px;
}

.home-slides.eleskacss-slides.owl-carousel.owl-theme.owl-loaded.owl-drag {
    flex-wrap: nowrap;
}

.home-slides.eleskacss-slides.owl-carousel.owl-theme.owl-loaded.owl-drag {
    float: left;
    display: grid;
}

.slides_yarim .col, .slides_yarim .col-md-auto {
    padding: 0;
}

.slideleska img {
    max-height: 100vh;
}

/* YARIM SLIDER */
@media (max-width: 1200px) {
    .headslogan {
        position: absolute;
        top: 3vh;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        left: 0px;
    }
}

.markalist a {
    position: relative;
    height: 100px;
    width: 100%;
    display: block;
    overflow: hidden;
}

.markalist a img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
    background-color: white;
}

.markalist a span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #000000b0;
    font-size: 13px;
    font-weight: 700;
    color: white;
    padding: 7px 7px;
    z-index: 5;
    font-family: 'Oswald';
    letter-spacing: 3px;
    text-transform: uppercase;
    display: none;
}

/* sepetim */
ul.sepetim {
    margin: 10px;
    padding: 0;
    list-style: none;
}

ul.sepetim li {
    position: relative;
    border-bottom: solid 1px #e7e7e7;
    min-height: 90px;
    padding: 7px 0;
}

ul.sepetim li a {
    display: block;
}

.sepet_ekle_cikar {
    display: flex;
    position: absolute;
    top: 35px;
    right: 0;
    width: 97px;
    max-width: 115px;
    text-align: right;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.sepet_ekle_cikar .sepet_cikar, .sepet_ekle_cikar .sepet_ekle, .sepet_ekle_cikar i {
    width: 35px;
    height: 35px;
    background-color: #e0e0e0;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: 32px;
    border-radius: 35px;
    border: solid #e0e0e0 1px;
    font-style: normal;
    display: inline-block;
    cursor: pointer;
}

.sepet_ekle_cikar .sepet_cikar {
    /* margin-right: 3px; */
    line-height: 25px;
    font-size: 45px;
}

ul.sepetim li a img {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 0;
    top: 5px;
    object-fit: contain;
}

ul.sepetim li a h3 {
    color: #4c4c4c;
    padding-left: 84px;
    font-size: 17px;
    padding-right: 119px;
}

.sepet_ekle_cikar i {
    font-size: 18px;
    background-color: white;
    border: none;
    cursor: auto;
}

.price {
    display: block;
    position: absolute;
    top: 5px;
    right: 3px;
    width: 125px;
    text-align: right;
    font-size: 18px;
}

ul.sepetim li p {
    color: #4c4c4c;
    padding-left: 84px;
    font-size: 15px;
    padding-right: 119px;
    margin: 0;
}


.total_ozetl a {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 2px;
    color:black;
}

.total_ozetl a span {
    float: left;
    display: inline-block;
    text-transform: capitalize;
}

.total_ozetl a i {
    float: right;
    display: inline-block;
    font-style: normal;
    /* color: #404c56; */
}

.total_ozetl a.total_label {
    font-weight: 600;
}


.ul_close {
    position: absolute;
    right: 28px;
    top: 0;
    width: 40px;
    height: 30px;
    text-align: center;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.ozel_modal .modal-header {
    padding: 12px 15px;
}

.ozel_modal .modal-header .close {
    padding-top: 22px;
}

.ozel_modal .modal-header {
    padding: 12px 15px;
}

.ozel_modal .modal-header .close {
    padding-top: 22px;
}

.modal_menu {
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
}

.modal_menu li {
    list-style: none;
    color: black;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 2px 1px;
}

.modal_menu li a {
    width: 90%;
    text-align: left;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    padding-left: 10px;
    line-height: 15px;
    color: inherit;
}

.modal_menu li i.left-icon {
    width: 5%;
    font-size: 18px;
    color: inherit;
}

i.right-icon.fa.fa-angle-right {
    width: 5%;
    font-size: 17px;
    color: inherit;
}

.modal_menu li:hover {
    background-color: black;
    color: white;
    padding-left: 15px;
    border-radius: 5px;
}

.modal-body {
    padding: 8px 15px;
}

@media(max-width: 768px)  {
    .hesabimleft {display:none;}
}


 .select_iconlu {
      position: relative;
  }


  .select_iconlu .fa {
      position: absolute;
      top: 8px;
      left: 10px;
      color: #212529;
      font-size: 25px;
      background-color: #f5f7fb;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 29px;
      border-radius: 30px;
  }
  
  .select_iconlu .form-control {
      padding-left: 45px;
      padding-right: 30px;
      background-color: #f5f7fb;
  }

.select_iconlu select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
}

.select_btn_add {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}


.checkbox_body {
    position: relative;
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #f5f3f1;
    padding: 10px 5px;
    margin: 0;
}

.varyant_select {
    position: relative;
}

.varyant_select .form-group .form-label {
    font-size: 15px;
    margin: 0;
    font-weight: bolder;
}

.varyant_select .form-group select.form-control {
    width: 300px;
    border-radius: 5px;
    max-width: 100%;
}

.varyant_checkbox {
    position: relative;
    margin-bottom: 10px;
}

.varyant_checkbox b {
    font-size: 15px;
}

.checkbox_body label.form-check-label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 0px;
    cursor: pointer;
}

.checkbox_body .form-check-input {
    position: absolute;
    margin-top: 7px;
    margin-left: 9px;
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
}

.checkbox_body .form-check-label span {
    padding-left: 30px;
    font-size: 16px;
}


ul.varyant_text_li {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    color: black;
    margin-left: 85px;
}

ul.varyant_text_li li {
    padding: 0;
    margin: 0;
    height: auto;
    min-height: auto;
    border: 0;
}

ul.islem_li {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
  }
  
  ul.islem_li li {
      position: relative;
      display: block;
      width: 100%;
      padding: 10px 10px 10px 10px;
      border-bottom: solid 1px #eeeeee;
      text-align: left;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
  }
  
  ul.islem_li li:hover {
      background-color: #f5f7fb;
  }



.islem_li li a.url {
    display: block;
    margin-right: 30px;
    word-wrap: break-word;
    width: 100%;
    color: #333e48;
}

.islem_li .ibtn {
    position: absolute;
    top: 5px;
    right: 0;
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 6px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background-color: #dc3545;
}

.islem_li .ibtn i {
    padding-top: 9px;
}


a.title_btn {
    position: relative;
    float: right;
    margin-top: -10px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    box-shadow: 0 2px 10px 0 #d8dde6;
    border-radius: 35px;
    text-align: center;
    font-size: 20px;
    margin-right: 0px;
}


.section-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}


/* Siparis li */
  
  .siparis_li {
      display: block;
      width: 100%;
      position: relative;
      padding: 5px 10px;
      border-bottom: solid 1px #d9d9d9;
      min-height: 95px;
      color: #333e48;
  }
  
  a.siparis_li:hover {
      background-color: #f5f7fb;
  }
  
  .siparis_li img {
      width: 75px;
      height: 75px;
      object-fit: contain;
      border: solid #cbcbcb 1px;
      padding: 2px;
      position: absolute;
      top: 14px;
  }
  
  .siparis_li_right {
      display: block;
      padding-left: 80px;
      padding-top: 5px;
  }
  
  .siparis_li_right h3 {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 10px;
      position: relative;
  }
  .siparis_li_right h3 span {
      position: absolute;
      top: 0px;
      right: 0;
  }
  
  .siparis_li_right h4 i {
      font-size: 13px;
      font-style: normal;
  }
  
  .siparis_li_right h5 {
      font-size: 14px;
      margin-bottom: 0px;
  }
  
  .siparis_li_right p {}
  
  .siparis_li_right h4 span {
      font-size: 12px;
      text-align: right;
      line-height: 13px;
  }
  
  .siparis_li_right h4 {
      display: flex;
      justify-content: space-between;
      margin-bottom: 4px;
      font-size: 12px;
  }
  
  .siparis_li_right h5 span.badge {
      font-size: 12px;
      letter-spacing: 1px;
      /* padding: 5px; */
  }
  
  
  a.siparis_li p {margin-bottom: 0px;padding-top: 5px;}
  
  
  img.img_cover {
      object-fit: cover;
      object-position: center;
  }
  
  .badge {
      padding: 7px 10px;
  }
  
  .bg-eleska { background-color: #f5f7fb; }
  
  
  
  .sepet_bos {
      text-align: center;
  }
  
  .sepet_bos span {
      font-size: 4pc;
      fill: #333e48;
  }

.sepet_bos p {
    margin: 0 0 10px 0px;
    color: #333e48;
}

.sepet_bos h2 {
    font-size: 22px;
}


