﻿@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700,900&display=swap&subset=latin-ext');

* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: 'Titillium Web', sans-serif !important;
}

.headerdis {
    width: 100%;
    background-image: url(/images/headerbg.png);
    background-position: top center;
    background-repeat: no-repeat;
    height: 130px;
    font-weight: 400;
    overflow: hidden;
}
.satildi {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 20px !important;
    top: 20px !important; 
    z-index: 10000 !important;
}

.headermenu {
    background-color: #303030;
    height: 45px;
    font-weight: 400;
}

    .headermenu ul {
        margin: 0;
        padding: 0;
        z-index: 5 !important;
    }

    .headermenu li {
        list-style: none;
        float: left;
    }

        .headermenu li a {
            display: block;
            padding: 13px 18px 12px;
            color: #ffffff !important;
            font-weight: bold !important;
            font-size: 13px;
        }

    .headermenu ul li a:hover {
        background-color: #1d1d1d;
    }

.whatsapdiv {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    height: 52px;
    float: left;
    margin-right: 15px;
    margin-top: 35px;
    padding: 0 5px 0 0;
}

    .whatsapdiv .image {
        width: 35px;
        border-right: 1px solid #e5e5e5;
        height: 52px;
        background-image: url(/images/whatsapp.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        float: left;
        margin-right: 5px;
    }

    .whatsapdiv span a {
        font-size: 11px;
        color: #555555;
        font-weight: 600;
        float: left;
        line-height: 52px;
    }

.container {
    width: 98% !important;
    max-width: 98% !important;
    padding: 0 !important;
}

.whatsapdiv .magaza {
    background-image: url(/images/magaza.svg) !important;
    background-size: 30px;
}

.whatsapdiv .user {
    background-image: url(/images/user.svg) !important;
    background-size: 30px;
}

.col {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    width: auto !important;
}

span.fl {
    font-size: 10px;
    float: left;
    line-height: 52px;
    margin: 0 5px !important;
}

.mr {
    margin-right: 10px;
}

.search {
    width: 190px;
    padding: 0 !important;
}

    .search input[type=text] {
        width: 140px;
        height: 50px;
        padding: 5px;
        font-size: 11px;
        border: none;
        color: #303030;
        float: left;
    }

    .search input[type=submit] {
        width: 48px;
        height: 50px;
        border: none;
        float: right;
        background-image: url(/images/search.svg) !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 25px;
        background-color: #fff;
    }

.whatsapdiv span {
    font-weight: 600;
    color: #555555;
    font-size: 11px;
    line-height: 52px;
}

.whatsapdiv .sepet {
    background-image: url(/images/sepet.svg) !important;
    background-size: 20px;
}

.cart-soft-price {
    color: #05213F !important;
    margin-left: 10px;
}

.logo-center {
    height: 130px;
    text-align: center;
}

.logo {
    margin-top: -90px;
    margin-left: 0px;
    height: 130px;
}

.headermenu ul ul {
    display: none;
    background-color: #1d1d1d;
    border-radius: 0 0 3px 3px;
    width: 200px;
}

    .headermenu ul ul li:first-child {
        margin-top: 5px;
    }

    .headermenu ul ul li:last-child {
        margin-bottom: 5px;
    }

.headermenu ul li:hover > ul {
    display: block;
    position: absolute;
}

.headermenu ul li:hover > a {
    background-color: #1d1d1d !important;
}

.headermenu ul ul li {
    float: inherit !important;
}

    .headermenu ul ul li a {
        padding: 7px 18px;
    }

        .headermenu ul ul li a:hover {
            background-color: #FEF1CC !important;
            color:#05213F!important;
        }

.contentdis {
    position: relative;
    width: 100%;
}

.flexslider {
    width: 100%;
    position: relative !important;
    outline: none !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.urunlist {
    margin: 15px 20px;
}

.productItem {
    width: 100%;
    height: 480px;
    border: 1px solid #e5e5e5;
    transition: border-color .5s, box-shadow .5s;
    position: relative;
    margin: 0 0 10px 0;
}

.imgInner {
    position: relative;
    width: 100%;
    height: 315px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

    .imgInner img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-height: 100%;
        max-width: 100%;
        margin: auto;
        -webkit-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -ms-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
    }

.productItem:hover .imgInner img {
    -webkit-transition: all 150ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 150ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 150ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 150ms ease-in;
}

.productDetails {
    position: relative;
    padding: 20px 9px;
}

.productname {
    font-size: 15px;
    font-weight: normal;
    color: #555555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 24px;
}

.stockCodeList {
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #515151;
}

.icoList {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

    .icoList:after {
        content: '';
        background: url(/images/aralik.png) no-repeat center center #fff;
        width: 60px;
        height: 29px;
        display: inline-block;
        position: absolute;
        top: -16px;
        left: 43%;
    }

.proRowAct {
    padding: 20px 10px;
}

.tooltipWrapper {
    position: relative;
}

.productDiscount {
    line-height: 45px;
    z-index: 33;
    width: 45px;
    height: 45px;
    background-color: #05213F;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    padding: 0;
    margin-right: 10px;
    display: block;
    float: left;
}

.productPrice {
    float: left;
}

.discountedPrice {
    font-size: 14px;
    font-weight: normal;
    color: #b9b9b9;
    text-decoration: line-through !important;
}

    .discountedPrice + .currentPrice {
        line-height: 25px;
    }

.currentPrice {
    line-height: 41px;
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    margin-top: 0;
}

.addCartCampaign {
    width: 131px;
    height: 41px;
    background-color: #05213F;
    float: right;
}

    .addCartCampaign a {
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #ffffff;
        font-size: 15px;
        line-height: 41px;
        text-align: center;
        display: block;
    }

.productItem:hover {
    border-color: #d5d5d5;
    box-shadow: 0 0 10px 0 rgba(40, 40, 40, .3);
}

.tabVitrin {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.block-title {
    font-size: 22px;
    line-height: normal;
    color: #555555;
    font-weight: 700;
}


.homeBanner img {
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 5px;
    opacity: 1;
    margin: 15px 0;
}


    .homeBanner img:hover {
        opacity: 0.8;
    }

.footerdis {
    position: relative;
    background-color: #f5f5f5 !important;
    width: 100%;
}

.hizmetler {
    width: 100%;
    height: 200px;
    padding: 50px 30px;
}

.boxi {
    padding: 10px;
    display: table;
}

    .boxi .foothead, .boxi .footinfo {
        display: table-cell;
        vertical-align: top;
    }

    .boxi img {
        width: 65px;
    }

.secureTitle {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #555555;
    line-height: 30px;
    border-bottom: 1px solid #e2e2e2;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
}

.boxi span {
    font-size: 12px;
    line-height: 1.31;
    color: #555555;
    display: block;
    padding-top: 5px;
    margin-left: 15px;
}


.footermenuic {
    float: left;
    width: 200px;
}

    .footermenuic h3 {
        text-transform: uppercase;
        word-break: break-all;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: 0.5px;
        color: #555555;
    }

        .footermenuic h3:after {
            content: '';
            border-bottom: 1px solid #e2e2e2;
            width: 74%;
            height: 1px;
            display: block;
        }

    .footermenuic ul {
        margin: 0;
        padding: 0;
    }

        .footermenuic ul li {
            display: block;
            list-style: none;
            width: 100%;
        }

            .footermenuic ul li a {
                font-size: 13px;
                font-weight: normal;
                line-height: 2.85;
                letter-spacing: normal;
                color: #555555;
                display: block;
            }

.ebulten {
    border-left: 1px solid #e2e2e2 !important;
    float: left;
    height: 280px;
    padding: 0 0 0 50px;
    width: 450px;
}

    .ebulten h2 {
        text-transform: uppercase;
        word-break: break-all;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: 0.5px;
        color: #555555;
        font-size: 20px !important;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.8px !important;
    }

.ebultenspan {
    padding-top: 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #555555;
}

.ebultenform {
    border: 1px solid #e2e2e2;
    width: 380px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .ebultenform input[type=text] {
        float: left;
        height: 48px;
        font-size: 12px;
        padding: 15px;
        width: 320px;
        border: none;
        background-color: transparent;
    }

    .ebultenform input[type=submit] {
        float: left;
        height: 48px;
        width: 58px;
        border: none;
        border-left: 1px solid #e2e2e2;
        background-color: transparent;
        background-image: url(/images/submit.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 35px;
    }

.ebulten ul {
    margin: 0;
    padding: 0;
}

    .ebulten ul li {
        list-style: none;
        float: left;
    }

        .ebulten ul li span {
            display: block;
            margin-top: 15px;
            margin-right: 15px;
        }

span.sosyalfacebook {
    background-image: url(/images/sosyalfacebook.svg);
    height: 25px;
    width: 25px;
}

span.sosyalinstagram {
    background-image: url(/images/sosyalinstagram.svg);
    height: 25px;
    width: 25px;
}

span.sosyalwhatsapp {
    background-image: url(/images/sosyalwhatsapp.svg);
    height: 25px;
    width: 25px;
}

span.sosyalgoogle {
    background-image: url(/images/sosyalgoogle.svg);
    height: 25px;
    width: 25px;
}

span.sosyaltwitter {
    background-image: url(/images/sosyaltwitter.svg);
    height: 25px;
    width: 25px;
}

span.sosyalpinterest {
    background-image: url(/images/sosyalpinterest.svg);
    height: 25px;
    width: 25px;
}

.guvenlikbilgi {
    margin-top: 50px;
}

.copyright {
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    border-top: 1px solid #e5e5e5;
}

    .copyright a {
        color: #555555 !important;
        font-weight: bold !important;
    }

.error-validate {
    position: absolute;
    left: -25px;
    top: 15px;
    font-size: 13px;
    background-color: #932121;
    padding: 3px 5px;
    color: #fff !important;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-image: url(/images/info.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.toast {
    max-width: 101% !important;
    width: 101% !important;
    font-size: 14px !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: -2px 0 0 -2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
    opacity: 1 !important;
}

.toast-message {
    line-height: 50px !important;
}

.kathead {
    line-height: 35px;
    font-size: 17px;
    color: #545454;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ECECEC;
}

.katbody {
    padding: 15px;
}

    .katbody ul {
        margin: 0;
        padding: 0;
    }

        .katbody ul li {
            list-style: none;
        }

            .katbody ul li a {
                font-size: 12px;
                font-weight: normal;
                line-height: 2.25;
                color: #555555;
            }

.rangeform {
    width: 30% !important;
    margin-top: 15px;
}

.filtrearama {
    margin: 25px 0;
    width: 100%;
    background-color: #05213F;
    border: none;
    border-radius: 3px;
    height: 35px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.pager {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
}

    .pager > span > span {
        border: 1px solid #05213F;
        border-radius: 3px;
        height: 40px;
        width: 40px;
        display: inline-block;
        line-height: 38px;
        font-weight: bold;
        font-size: 13px;
        color: #fff;
        background-color: #05213F;
    }

    .pager a {
        border: 1px solid #e2e2e2;
        border-radius: 3px;
        height: 40px;
        width: 40px;
        display: inline-block;
        line-height: 38px;
        font-weight: bold;
        font-size: 13px;
        color: #555555;
    }

.stoksira {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
    border-radius: 3px;
}


.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    height: 3rem;
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

    .chiller_cb input {
        display: none;
    }

        .chiller_cb input:checked ~ span {
            background: #05213F;
            border-color: #05213F;
        }

            .chiller_cb input:checked ~ span:before {
                width: 1rem;
                height: 0.15rem;
            }

            .chiller_cb input:checked ~ span:after {
                width: 0.4rem;
                height: 0.15rem;
            }

        .chiller_cb input:disabled ~ span {
            background: #ececec;
            border-color: #dcdcdc;
        }

        .chiller_cb input:disabled ~ label {
            color: #dcdcdc;
        }

            .chiller_cb input:disabled ~ label:hover {
                cursor: default;
            }

    .chiller_cb label {
        padding-left: 2rem;
        position: relative;
        z-index: 2;
        cursor: pointer;
        margin-bottom: 0;
        font-weight: bold;
        font-size: 13px;
    }

    .chiller_cb span {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        border: 2px solid #ccc;
        position: absolute;
        left: 0;
        transition: all 0.2s;
        z-index: 1;
        box-sizing: content-box;
    }

        .chiller_cb span:before {
            transform: rotate(-55deg);
            top: 1rem;
            left: 0.37rem;
        }

        .chiller_cb span:after {
            transform: rotate(35deg);
            bottom: 0.35rem;
            left: 0.2rem;
        }

.filtreselect {
    border: none !important;
    height: 48px;
    line-height: 46px;
    width: 220px;
    border-left: 1px solid #e5e5e5 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    font-size: 12px !important;
}

    .filtreselect .list {
        border: 1px solid #e5e5e5 !important;
        box-shadow: none !important;
        border-radius: 0 0 5px 5px !important;
        margin-top: 0 !important;
        left: -1px !important;
        width: 221px !important;
    }

.emptydata {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .emptydata img {
        width: 15%;
    }

    .emptydata p {
        font-size: 26px;
        font-weight: bold;
        margin-top: 20px;
    }

.panel {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 25px;
}

.panel-default {
    background-color: #fff;
}

.panel-heading {
    padding: 10px 25px;
    background-color: #e5e5e5;
    border-bottom: 1px solid #e2e2e2;
}

.panel-body {
    padding: 25px;
}

.panel-login {
    width: 400px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(48, 50, 52, 0.21);
    -moz-box-shadow: 0px 0px 8px 0px rgba(48, 50, 52, 0.21);
    box-shadow: 0px 0px 8px 0px rgba(48, 50, 52, 0.21);
    font-weight: bold;
    font-size: 13px;
}

.panel-login-head {
    padding: 25px 25px 0 25px;
    font-weight: bold;
    font-size: 26px;
    color: #555555;
}

.panel-login-body {
    padding: 25px;
    color: #555555;
}

.form-control {
    font-weight: bold;
    font-size: 13px;
}

.sifreuntuum {
    color: #555555 !important;
    font-size: 11px;
}

.btn {
    font-weight: bold !important;
    font-size: 13px !important;
}

.thumbnails__big-image {
    position: relative;
}

.MagicToolboxContainer {
    text-align: center;
}

.MagicToolboxSelectorsContainer {
    padding: 5px 50px;
    position: relative;
}

    .MagicToolboxSelectorsContainer a {
        width: 70px;
        height: 70px;
        margin-right: 5px;
        margin-bottom: 5px;
        position: relative;
        vertical-align: middle;
        box-shadow: 0 0 1px 0px rgba(0,0,0,0.3);
    }

.mz-thumb img {
    display: table-cell;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.urunadi {
    font-weight: bold;
    font-size: 25px;
    color: #555555;
}

.urunkod {
    font-style: italic;
    font-size: 13px;
    margin-top: 15px;
}

.product-price-not-discounted {
    font-size: 18px;
    font-weight: 300;
    color: #818181;
    text-decoration: line-through !important;
}

.product-price {
    font-size: 28px;
    font-weight: bold;
    color: #05213F;
    line-height: 28px;
}

.uruns {
    height: 55px !important;
    width: 55px !important;
    line-height: 55px !important;
    font-size: 25px !important;
}

.sharesosyal {
    margin: 12px 0 0;
    padding: 0;
}

    .sharesosyal li {
        list-style: none;
        float: right;
        margin-left: 10px;
    }

        .sharesosyal li a span {
            width: 32px;
            height: 32px;
            display: block;
            cursor: pointer !important;
        }

.breadx {
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.wellx {
    border: 1px solid #e1e1e1;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}

    .wellx .nice-select .list {
        width: 101% !important;
        margin: 0 !important;
        border: 1px solid #999 !important;
        box-shadow: none !important;
        border-radius: 0 0 3px 3px !important;
        left: -1px !important;
    }

    .wellx .open {
        border-radius: 3px 3px 0 0 !important;
    }

.adetblm {
    width: 100%;
    border: 1px solid #e2e2e2 !important;
    height: 50px;
}

    .adetblm > div {
        width: 25% !important;
    }

    .adetblm input {
        width: 50% !important;
    }

.eksilt {
    border-right: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    display: block;
    line-height: 48px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #05213F !important;
}

.arttir {
    border-left: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    display: block;
    line-height: 48px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #05213F !important;
}

.adetrakam {
    width: 56px;
    height: 48px;
    border: none;
    text-align: center;
}

.radius-0 {
    border-radius: 0 !important;
}

.whatsapbtn {
    line-height: 38px !important;
}

    .whatsapbtn:hover {
        color: #fff !important;
    }

.hatarequired {
    font-size: 12px !important;
}

.breadx ul {
    margin: 0;
    padding: 0;
}

    .breadx ul li {
        list-style: none;
        float: left;
        font-weight: bold;
        font-size: 11px;
        color: #555555 !important;
        line-height: 48px;
        position: relative;
    }

        .breadx ul li a {
            font-weight: bold;
            font-size: 11px;
            color: #555555 !important;
            line-height: 48px;
            display: block;
            padding-left: 10px;
            padding-right: 15px;
        }

        .breadx ul li:after {
            content: '/';
            position: absolute;
            top: 0;
            right: 0;
            width: 15px;
            text-align: right;
        }

        .breadx ul li:last-child {
            padding-left: 10px;
        }

            .breadx ul li:last-child:after {
                display: none;
            }

.detaydiv {
    width: 100%;
    margin: 0 0 20px 0;
}

.detaydivhead {
    background-color: #05213F;
    height: 70px;
    width: 100%;
    padding-top: 15px;
}

.detayheaddiv {
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    padding: 0 20px 0 20px;
    display: inline-block;
    color: #05213F;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    text-align: center;
}

.detaydivbody {
    padding: 20px;
}

.yeniaciklama .aciklamasatir.bir, .yeniaciklama .aciklamasatir.bir div {
    background: #ebebeb;
}

.yeniaciklama .aciklamasatir {
    clear: both;
    border-bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

    .yeniaciklama .aciklamasatir div {
        padding-left: 20px;
        font-size: 16px;
        float: left;
        min-width: 150px;
        font-weight: bold;
    }

.benzerurunlerslider {
    position: relative;
    overflow: hidden !important;
}

.kutudiv {
    width: 100%;
}

.aciklamakutu p {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px !important;
}

.aciklamakutu span {
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}

.aciklamakutu a {
    background-color: #05213F;
    padding: 0 15px;
    text-align: center;
    line-height: 25px;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 12px;
    display: block;
    width: 62%;
}

.row {
    margin-left: -13px !important;
    margin-right: -13px !important;
}

.checkout-progress {
    padding: 20px 0;
    text-align: center;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .checkout-progress a {
        float: left;
        width: 33.333%;
        border-bottom: 2px solid #05213F;
        font-size: 26px;
        color: #999;
        padding-bottom: 12px;
        position: relative;
    }

        .checkout-progress a.selected {
            color: #05213F;
            font-weight: 700;
        }

            .checkout-progress a.selected:before {
                content: '';
                position: absolute;
                left: 50%;
                margin-left: -9px;
                bottom: -20px;
                border-style: solid;
                border-top-width: 15px;
                border-right-width: 15px;
                border-left-width: 15px;
                border-top-color: #05213F;
                border-right-color: transparent;
                border-bottom-color: transparent;
                border-left-color: transparent;
            }

.checkoutCartTable {
    width: 100%;
    font-weight: bold;
    font-size: 13px;
    margin: 20px 0 !important;
}

    .checkoutCartTable th {
        border: 1px solid #b3b3b3;
        text-align: center;
        padding: 9px 0;
        color: #666;
        font-weight: 700;
        font-size: 14px;
    }

    .checkoutCartTable .image-title {
        width: 100px;
    }

    .checkoutCartTable .product-name-title {
        width: 380px;
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }

.cart-product-quantity {
    width: 120px;
}

.checkoutCartTable .product-unit-price,
.checkoutCartTable .cart-product-total {
    width: 120px;
}

.checkoutCartTable th.cart-product-remove {
    width: 50px;
}

.checkoutCartTable td {
    text-align: center;
    border: 1px solid #b3b3b3;
    padding: 9px 0;
    color: #666;
}

.checkoutCartTable .image-title {
    width: 100px;
}

    .checkoutCartTable .image-title img {
        width: 90px;
    }

.checkoutCartTable td.product-name-title a {
    font-weight: 700;
    display: block;
    font-size: 14px;
    color: #05213F;
}

.checkoutCartTable td.product-name-title span {
    font-size: 14px;
    color: #666;
    display: inline-block;
}

.basketadet {
    width: 50%;
    margin: 0 auto; 
    height: 40px;
    position: relative;
}

.basketadetinput {
    height: 38px;
    width: 100%;
    float: left;
    line-height: 38px;
    text-align: center;
    font-size: 17px; 
}

.adetarttir {
    width: 15px;
    height: 20px;
    border-bottom: 1px solid #dcdcdc;
    background-image: url(/images/adetarttir.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    display: block;
}

.adetazalt {
    width: 15px;
    height: 18px;
    background-image: url(/images/adetazalt.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    display: block;
}

.cart-product-remove input {
    width: 25px;
    height: 38px;
    background-image: url(/images/sil.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    border: none;
    background-color: transparent !important;
    display: block;
    margin: 0 auto;
}

.checkout-order-totals {
    border: 1px solid #b3b3b3 !important;
    margin: 20px 0 !important;
}

    .checkout-order-totals th, .checkout-order-totals td {
        padding: 13px 15px;
        border: 1px solid #b3b3b3;
        text-align: left;
        font-size: 16px;
    }

    .checkout-order-totals th {
        font-weight: 400;
    }

    .checkout-order-totals td {
        font-weight: 700;
    }

.checkout-next-step {
    background: #f73d04;
    color: #fff !important;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #f73d04;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    -webkit-appearance: button;
}

.checkout-address-page {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.f-s-2 {
    font-size: 13px !important;
    line-height: 33px;
    text-align: right;
    width: 100%;
    margin-bottom: 0 !important;
}

.top-0 {
    margin: 0 !important;
}

.miniimg {
    width: 60px;
}

    .miniimg img {
        width: 100%;
    }

.mininame {
    font-weight: normal !important;
    font-size: 12px !important;
}

.address-title {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #1d1d1d !important;
    margin: 0 !important;
    line-height: 40px;
    float: left;
}

.adresbox {
    height: 160px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #dedede;
    padding: 15px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.address {
    font-style: normal;
    display: block;
    font-size: 15px;
}

    .address p {
        line-height: 17px;
        margin-bottom: 15px;
        color: #000 !important;
    }

.address__name {
    color: grey;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.address__detail {
    margin: 5px 0 5px 0;
    max-height: 70px;
    overflow: hidden;
    color: #000 !important;
}

.adresbox.newAddBoxBtn {
    color: #a2a2a2;
    text-align: center;
    display: table;
    cursor: pointer;
    line-height: 160px;
    padding: 0 !important;
    margin-right: 0 !important;
}

    .adresbox.newAddBoxBtn .info {
        font-size: 15px;
        font-weight: lighter;
        margin: 0 !important;
    }

.isActive {
    border-color: #32be23;
}

    .isActive:before {
        content: '';
        border-color: transparent transparent #32be23;
        border-width: 0 0 25px 25px;
        border-style: solid;
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
    }

.statusBtn {
    position: absolute;
    bottom: 3px;
    left: 15px;
}

    .statusBtn input {
        color: #32be23 !important;
        font-size: 15px;
        padding: 0 !important;
        border: none;
        background-color: transparent !important;
    }

.rowSep {
    width: 1px;
    height: 10px;
    background-color: #32be23;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    top: 6px;
}

.taksittab {
    font-size: 14px;
}

.lh-48 {
    line-height: 49px;
}

    .lh-48 p {
        margin: 0 !important;
        font-weight: bold;
    }

.swal-text {
    text-align: center !important;
}

.uyeadi {
    height: 56px;
    width: 100%;
    margin-bottom: 32px;
}

.AccountInformation {
    background-color: #eee;
    min-width: 56px;
    height: 56px;
    border-radius: 56px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 56px;
    margin-right: 20px;
}

.uyeadix {
    font-size: 16px;
    font-weight: 600;
    color: #484848;
    line-height: 56px;
    text-transform: uppercase;
}

.order-row__summary {
    margin-bottom: 10px;
    width: 98%;
    display: block;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 1px 2px 0 rgba(72,72,72,0.08);
    box-shadow: 0 1px 2px 0 rgba(72,72,72,0.08);
    -webkit-transition-property: height,width,padding,background,font-size,-webkit-box-shadow,-webkit-box-sizing,-webkit-transform;
    transition-property: height,width,padding,background,font-size,-webkit-box-shadow,-webkit-box-sizing,-webkit-transform;
    -o-transition-property: box-shadow,height,width,box-sizing,padding,background,font-size,transform;
    transition-property: box-shadow,height,width,box-sizing,padding,background,font-size,transform;
    transition-property: box-shadow,height,width,box-sizing,padding,background,font-size,transform,-webkit-box-shadow,-webkit-box-sizing,-webkit-transform;
}

.headerclick {
    padding: 16px 24px;
    cursor: pointer;
}

.activeordernow {
    margin-bottom: 30px;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    background-color: #fff;
    border-color: #eee;
    -webkit-box-shadow: 0 8px 32px rgba(72,72,72,0.16);
    box-shadow: 0 8px 32px rgba(72,72,72,0.16);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.order-row_order-data {
    color: #919191;
    font-size: 17px;
}

    .order-row_order-data b {
        color: #484848;
    }

.orderRow-orderDate {
    color: #919191;
    font-size: 17px;
}

.orderRow-price {
    font-size: 17px;
    color: #919191;
    text-align: right;
}

    .orderRow-price b {
        display: block;
        color: #05213F !important;
    }

.orderRow-progressBar {
    font-size: 15px;
    color: #484848;
    font-weight: bold;
    position: relative;
    display: flex;
}

    .orderRow-progressBar span {
        text-align: center;
        line-height: 50px;
    }

    .orderRow-progressBar i.tamamlandi:before {
        content: '';
        display: inline-block;
        height: 50px;
        width: 50px;
        background-image: url(/images/teslimedildi.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
    }

    .orderRow-progressBar i.hazirlaniyor:before {
        content: '';
        display: inline-block;
        height: 50px;
        width: 50px;
        background-image: url(/images/hazirlaniyor.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
    }

    .orderRow-progressBar i.kargoda:before {
        content: '';
        display: inline-block;
        height: 50px;
        width: 50px;
        background-image: url(/images/kargoda.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
    }

    .orderRow-progressBar i.iptaledildi:before {
        content: '';
        display: inline-block;
        height: 50px;
        width: 50px;
        background-image: url(/images/iptaledildi.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
    }


.summarytoggleicon {
    width: 32px;
    height: 32px;
    background-color: rgba(0,0,0,0.06);
    border-radius: 32px;
    position: relative;
    margin-top: 10px;
    float: right;
}

    .summarytoggleicon:before {
        content: '';
        background-image: url(/images/downsiparis.svg);
        height: 32px;
        width: 32px;
        background-size: 100%;
        display: block;
    }

.downopen:before {
    background-image: url(/images/sipariscancel.svg);
}

.acc_container {
    display: none;
}

.opensiparis {
    display: block;
    padding: 16px 24px;
}

.urunlistsiparis {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
}

.deliveery {
    padding: 24px;
    background-color: #f7fdf7;
    position: relative;
    height: 100%;
    width: 97%;
    border-radius: 0 4px 4px 0;
}

.siparislist {
    padding: 16px 16px 0 16px;
}

.siparisimage {
    width: 100%;
    height: 73px;
    position: relative;
    border-radius: 3px;
}

    .siparisimage img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
    }

.siparisurunadi {
    font-size: 14px;
    color: #555555;
}

.siparisurunvaryant {
    font-size: 12px;
    margin-top: 4px;
    color: #b3b3b3;
    font-style: italic;
}

.siparisurunFiyat {
    color: #05213F !important;
    font-weight: bold;
    line-height: 30px;
    float: left;
}

    .siparisurunFiyat span {
        background-color: #05213F;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
        line-height: 20px;
        margin-left: 10px;
        margin-top: 6px;
        border-radius: 20px;
        color: #fff;
        font-size: 11px;
        float: right;
    }

.ekbilgiinfo {
    margin-top: 30px;
    color: #555555;
}

    .ekbilgiinfo h3 {
        font-weight: bold;
        font-size: 20px;
    }

.adresss {
    margin-top: 20px;
}

    .adresss p {
        font-weight: bold;
        font-size: 14px;
        margin: 0 !important;
    }

    .adresss small {
        font-size: 14px;
    }

.aliciphone {
    font-weight: bold;
    font-size: 14px;
}

.payment-info-card {
    margin-top: 20px;
    background-color: #f5f5f5;
    padding: 24px 18px;
    border-radius: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.payment-info-card__info {
    margin-left: 20px;
}

.payment-info-card__info__number {
    font-size: 13px;
    color: #484848;
    font-weight: 600;
}

.payment-info-card__info__detail {
    margin-top: 8px;
    color: #646464;
}

.t-green {
    color: #05213F;
}

.t-bold {
    font-weight: 600;
}

.payment-info-card__bank {
    width: 90px;
}

.orderinformationgroup {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.informationgroupkey {
    color: #7b7b7b;
}

.valuetotalamount {
    font-weight: 600;
    float: right;
    font-size: 18px;
    color: #05213F;
}

.lineitemcontentheader {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #def6e0;
}

.lineitemcontentheadericon i.iptaledildi:before {
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(/images/iptaledildi.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.lineitemcontentheadericon i.tamamlandi:before {
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(/images/teslimedildi.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.lineitemcontentheadericon i.hazirlaniyor:before {
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(/images/hazirlaniyor.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.lineitemcontentheadericon i.kargoda:before {
    content: '';
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(/images/kargoda.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.lineitemcontentheadericon {
    float: left;
}

.lineitemcontentheadercontent {
    float: left;
    margin-left: 20px;
    font-size: 15px;
}

    .lineitemcontentheadercontent .date {
        color: #05213F;
        font-size: 13px;
        margin-top: 8px;
    }

.text-info {
    color: #484848 !important;
    line-height: 50px;
    margin-left: 50px;
}

.buttoncargoinvoice {
    background-color: transparent;
    border: none;
    color: #484848 !important;
    font-size: 15px;
    margin-top: 12px;
    text-align: left;
    cursor: pointer;
    display: inline;
    width: 50%;
    text-decoration: none;
    padding: 12px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .buttoncargoinvoice:hover {
        background-color: rgba(0,0,0,0.03);
        border-radius: 4px;
    }

    .buttoncargoinvoice i.report {
        position: relative;
        background-image: url(/images/report.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 24px;
        width: 24px;
        display: inline-block;
        top: 6px;
        margin-right: 10px;
    }

    .buttoncargoinvoice i.cargo {
        position: relative;
        background-image: url(/images/shipping.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        height: 24px;
        width: 24px;
        display: inline-block;
        top: 6px;
        margin-right: 10px;
    }

.katbody ul li input {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 2.25;
    color: #555555;
}

.oranti, .orantix {
    overflow: hidden !important;
    margin: 0 7px 25px 7px !important;
}

    .oranti img {
        width: 100%;
        height: 500px;
        border-radius: 4px !important;
    }

    .orantix img {
        width: 100%;
        height: 300px;
        border-radius: 4px !important;
    }

.cssmobiltogglemenu {
    display: none;
}

@media only screen and (max-width: 600px) {
    .headermenu > div > ul, .kutudiv, .guvenlikbilgi, .logo-center, .mobilkapat {
        display: none;
    }
    .headerdis{
        background-image:none;
        height:auto;
    }

    .hizmetler {
        height: auto !important;
    }

    .footermenuic {
        width: 100% !important;
        text-align: center !important;
    }

    .ebulten {
        width: 100% !important;
        float: unset !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

        .ebulten ul {
            margin: 0 !important;
            display: flex !important;
            justify-content: center !important;
        }

    .filtreselect {
        width: 130px !important;
    }

    .aciklamakutu a {
        width: 100% !important;
        padding: 0 10px !important;
    }

    .ebultenform, .panel-login {
        width: 100% !important;
    }

        .ebultenform input[type=text] {
            width: 83% !important;
        }

    .wellx .col-12 {
        margin-top: 10px;
    }

    .footermenuic h3:after {
        width: 100% !important;
    }

    .footermenu {
        float: unset !important;
    }

    .oranti img {
        height: 200px;
        margin-bottom: 15px !important;
    }

    .orantix img {
        height: 150px;
        margin-bottom: 15px !important;
    }

    .contentdis {
        margin-top: 10px;
    }

    .headermenu {
        position: fixed !important;
        width: 100% !important;
        top: 0 !important;
        z-index: 100;
    }

    .headerdis {
        margin-top: 50px !important;
    }

    .ustetasi {
        position: fixed !important;
        top: 0 !important;
        margin-top: 0 !important;
        float: unset !important;
        width: 100% !important;
        z-index: 110;
        left:50px!important;
    }

        .ustetasi .whatsapdiv {
            margin-top: 0 !important;
            border: none !important;
            height: 45px !important;
            padding: 0 !important; 
        }

    .whatsapdiv .image {
        height: 45px !important;
        border: none !important;
    }

    .whatsapdiv span a,
    .whatsapdiv span {
        line-height: 45px !important;
        height: 45px !important;
        color: #fff !important;
    }

    .sepetsol {
        float: right !important;
        margin-right: 70px !important;
    }
    .checkout-next-step{
        width:100%!important;
    }


    .mobilfloatleft {
        position: absolute !important;
        top: 0 !important;
        left: 0px !important;
    }

    .MenuAcMobil {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 10;
        top: 0 !important;
        height: 100% !important;
    }

        .MenuAcMobil > div > ul {
            display: block;
            margin-top: 45px;
        }

            .MenuAcMobil > div > ul > li {
                list-style: none;
                width: 100% !important;
                float: unset !important;
            }

    .cssmobiltogglemenu {
        display: block;
        float: left;
    }

        .cssmobiltogglemenu a {
            height: 45px;
            width: 45px;
            text-align: center;
            line-height: 45px;
            color: #fff;
            font-size: 30px;
            display: block;
        }

    .MenuAcMobil .cssmobiltogglemenu {
        position: absolute;
        top: 0;
        left: 4px;
    }
}
