body {
    overflow-y: scroll;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-group-addon {
    border-radius: 2px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333333;
    background-color: #f4f4f4;
    
}

.btn-default:focus,
.btn-default.focus {
    color: #333333;
    background-color: #dbdbdb;
    border-color: #a1a1a1;
}

.btn-default:hover {
    color: #333333;
    background-color: #dbdbdb;
    border-color: #c2c2c2;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333333;
    background-color: #fff;
    border-color: #c2c2c2;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #f4f4f4;
    border-color: #e1e1e1;
}

.btn-default .badge {
    color: #f4f4f4;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #f78f1e;
    border-color: #f78f1e;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #da7508;
    border-color: #da7508;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #da7508;
    border-color: #da7508;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #da7508;
    border-color: #da7508;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #b86307;
    border-color: #b86307;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled],
fieldset[disabled] .btn-primary.focus {
    background-color: #f78f1e !important;
    border-color: #f78f1e !important;
}

.btn-primary .badge {
    color: #f78f1e;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #575757;
    border-color: #575757;
}

.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #171717;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #383838;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #3e3e3e;
    border-color: #383838;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #2c2c2c;
    border-color: #171717;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #575757;
    border-color: #575757;
}

.btn-info .badge {
    color: #575757;
    background-color: #ffffff;
}

.btn-warning {
    color: #333333;
    background-color: #f4f4f4;
    border-color: #e1e1e1;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #333333;
    background-color: #dbdbdb;
    border-color: #a1a1a1;
}

.btn-warning:hover {
    color: #333333;
    background-color: #dbdbdb;
    border-color: #c2c2c2;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #333333;
    background-color: #dbdbdb;
    border-color: #c2c2c2;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #333333;
    background-color: #c9c9c9;
    border-color: #a1a1a1;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f4f4f4;
    border-color: #e1e1e1;
}

.btn-warning .badge {
    color: #f4f4f4;
    background-color: #333333;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    color: #f78f1e;
    font-weight: normal;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #c26807;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 4px 16px;
    font-size: 22px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.btn-lg>i {
    font-size: 25px !important;
}


.basketC .btn_sepet_detay {
    font-size: 21px;
    font-weight: 600;
    line-height: 34px;
}

.table-urun-ozellik tbody tr td:first-child {
    width: 30%;
}

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

    .swiper-pagination-bullets {
        display: none;
    }

    .table-urun-ozellik tbody tr td:first-child {
        width: 49%;
    }

    .basketC .btn_sepet_detay {
        font-size: 18px;
    }

    .topli-alert .menuAlert {
        padding-left: 8px;
    }

}


.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    font-size: 12px;
    
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.text-primary {
    color: #f78f1e;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #da7508;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #d9534f;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #f78f1e;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #da7508;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}





.panel-primary {
    border-color: #d4d4d4;
    border-radius: 0;
    border-top: 3px solid #f78f1e;
}

.panel-heading {
    background-color: #fff !important;
    border-radius: 0;
    border-color: #d4d4d4 !important;
}

.panel-heading>.panel-title {
    background-color: #fff;
    color: #333;
}




.searchIn input[type="text"] {
    border: none;
}

.searchIn input[type="button"] {
    border: none;
    height: 25px !important;
    background-image: url(/assets/img/sprites.png) !important;
    background-color: transparent !important;
}

.breadcrumbC a:last-child {
    color: #afafaf !important;
}

.prd-list-grids {
    padding-top: 3px !important;
}





.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle.btn-default:focus,
.bootstrap-select .dropdown-toggle:active {
    background-color: #ffffff !important;
}

.bootstrap-select .dropdown-toggle {
    min-height: 34px;
}



.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    border: 1px solid #ccc !important;
}


.bootstrap-select.btn-group .dropdown-menu {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@media only screen and (min-width: 601px) {
    .bootstrap-select.btn-group .dropdown-menu {
        top: 32px;
    }
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #333 !important;
}

.cc-expire {
    width: 80%;
    margin-bottom: 0;
}

.cc-expire>.col-xs-5 {
    padding-left: 0;
}

.cc-expire>.col-xs-7 {
    padding-right: 0;
}

.form-control {
    border-radius: 2px;
}


.productnlist .prodaddbasket,
.basket-prod-altin .prodaddbasket {
    padding-top: 16px !important;
    text-align: right;
    padding-right: 10px;
}

.prodaddCount {
    width: 54px !important;
    height: 34px !important;
}

.prodaddCount>input,
.prodaddCount>select>option {
    font-size: 12pt !important;
}

.prodaddCount input {
    margin-top: 0 !important;
    margin-left: 0 !important;
}






.prod-detail .prodaddCount,
.basketC>.prodaddCount {
    height: 46px !important;
}

.prod-detail .stock.stocktel,
.prod-detail .prodaddCount {
    border: 1px solid #e1e1e1;
    height: 44px !important;
}

.prodaddCount>input[type="text"] {
    border: none;
    height: 100%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.basketC>.prodaddCount>input {
    height: 42px !important;
    border: 1px solid transparent;
    border-bottom-right-radius: unset !important;
    border-top-right-radius: unset !important;
}

.prod-detail .top-thumb>a.top,
.prod-detail .top-thumb>a.bot {
    background-image: none;
    background-color: #fff;
}

@media only screen and (max-width: 480px) {
    .mainSlider {
        height: unset !important;
    }

    .top-thumb.swiper-container-vertical {
        display: none;
    }

    .top-bigimg {
        width: 100% !important;
        margin-left: 0px !important;
    }

    div.top-bigdetail .basketC {
        text-align: center;
    }

    div.top-bigdetail .stock.stocktel {
        padding: 10px 14px;
    }

    div.top-bigdetail .stock.stocktel:before {
        display: none !important;
    }

    div.top-bigdetail .stock.stocktel>span:before {
        display: none !important;
    }

    div.top-bigdetail>div>div.stock>span:before {
        display: none;
    }

    .top-bigdetail .basketC .stock span:before {
        display: none;
    }

    .top-bigdetail .basketC .stock span {
        margin-left: -10px;
    }
}







.searchPop {
    top: 40px !important;
    border-top: 0;
}




.catsBtn {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 3px !important;
}



input[name=sdate],
input[name=fdate] {
    border: 1px solid #ccc;
}

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

    .top-bigdetail .basketC {
        width: 452px;
        background-color: #f7f5f6;
        height: 74px;
        border-radius: 3px;
        padding-left: 18px;
        padding-top: 16px;
        
        position: absolute;
        
        right: 21px;
        bottom: 10px;
    }

    .searchSelect.markaSelect {
        height: 38px;
        padding: 3px;
    }

    .markaSelect .btn-default {
        height: 33px !important;
        min-height: 31px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .markaSelect .dropdown-menu.open {
        top: 33px;
        border-top: none;
    }
}

.headerTopMenu>ul>li.topli-name>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

.headerTopMenu>ul>li.topli-company>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 235px;
}

@media only screen and (max-width: 1024px) {
    .headerTopMenu>ul>li.topli-company>a {
        max-width: 184px;
    }
}

@media only screen and (max-width: 1023px) {
    .pagenavC>.comment {
        display: none;
    }

    div.contentC.sub>div>div.col.fright.col45.marka>div>ul>li {
        height: 100px;
    }

    .contentC.sub>div>div.col.fright.col45.marka>div>ul>li>span>a>span.fiyat1 {
        
        
        top: 27px;
        font-size: 11pt;
        width: 142px;
    }

    div.contentC.sub>div>div.col.fright.col45.marka .productnlist .aciklama {
        position: relative;
        left: 2px;
    }

    div.contentC.sub>div>div.col.fright.col45.marka>div>ul>li>div.prodaddbasket {
        width: 199px;
        padding: 6px !important;
    }
}

@media only screen and (max-width: 600px) {
    .contentC.sub>div>div.col.fright.col45.marka>div>ul>li>span>a>span.fiyat1 {
        font-size: 16pt;
        top: 27px;
        left: 63%;
    }
}

.markaSelect .open {
    border-radius: 0px;
}

.markaSelect .dropdown-menu.open {
    left: -3px;
}

.markaSelect ul.dropdown-menu.inner {
    min-width: 218px;
}

.markaSelect ul.dropdown-menu.inner>li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}


.markaSelect .caret {
    border: none;
}

.markaSelect .caret:after {
    font-family: Fontawesome;
    content: "\f107";
    
    position: relative;
    top: -15px;
    left: -10px;
    font-size: 18pt;
}




.title {
    background-image: none !important;
}


.dropdown-toggle {
    border-bottom: 1px solid #e1e1e1 !important;
}

.subMenuListCat>ul>li>a {
    font-size: 10pt !important;
}

.notif1 {
    position: absolute;
    top: 6px;
    right: 4px;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    background-color: #e02d2d;
    color: #fff;
    font-weight: normal;
    font-size: 8pt;
    text-align: center;
    line-height: 18px;
    z-index: 10;
    min-width: 18px;
}

.notif2 {
    
    padding-left: 0px !important;
    border: none;
}

.prd-categoryC>ul>li a {
    font-size: 13px !important;
    line-height: 14px !important;
    color: #333 !important;
}

.cnot-found1,
.cnot-found2 {
    font-weight: 300 !important;
}

.productwlist>ul>li>span>ul>li {
    padding-left: 7px;
}

.productwlist ul.proddetails {
    padding-bottom: 10px;
    padding-top: 0px !important;
}

.productwlist>ul>li>span>ul>li {
    font-size: 13px !important;
}

.productwlist>ul>li>span>span.aciklama {
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    left: 0;
    margin-bottom: 0;
    width: 551px;
    border-left: 1px solid #e9eaee;
    border-right: 1px solid #e9eaee;
}

.productwlist>ul>li>.prodaddbasket {
    width: auto !important;
    padding-right: 11px !important;
}

.productwlist .fiyat1 {
    top: 48px;
    right: 15px;
}

.productwlist .fiyat3 {
    padding-right: 0;
    top: 67px;
    right: 15px;
    font-weight: 600;
}

.productnlist>ul>li>span>span.aciklama {
    font-weight: 600 !important;
    font-size: 13px !important;
    
    
    
    line-height: 43px !important;
    z-index: 0;
    
    
    
    
    
}


.product-list-menuC {
    padding: 5px 5px 1px 5px !important;
    z-index: 1;
}

.search-pop-line .name {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 15px !important;
    font-size: 12px;
    font-weight: 600;
    
    max-height: 32px !important;
    
    -webkit-line-clamp: 2 !important;
    
    -webkit-box-orient: vertical !important;
    margin-top: 7px !important;
}

.search-list ul li {
    font-size: 12px;
    font-weight: 600;
}

.search-pop-line:hover {
    background-color: #f9f9f9;
}





.priceplusb .fiyat2:after {
    color: #f78f1e;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 2px;
}

.product_l_12 .fiyat2 {
    font-size: 12pt;
}






ul.bigthumbsC {
    overflow-y: scroll;
    max-height: 560px;
}



ul.bigthumbsC>li {
    height: 120px;
    width: 120px;
    background: #fff;
    border: 1px solid #f1f2f4;
    margin-bottom: 13px;
    padding: 5px;
}

ul.bigthumbsC>li:last-child {
    margin-bottom: 0;
}

ul.bigthumbsC>li.selected {
    border: 1px solid #f78f1e;
}

ul.bigthumbsC>li>img {
    width: 100%;
    height: auto;
}

.bigImgC.swiper-container-horizontal>ul>li {
    height: 500px;
    padding-left: 120px;
    padding-right: 120px;
}






.rsliderC .fiyat1 {
    line-height: 42px !important;
}

.rsliderC .fiyat1:before {
    display: none !important;
}





.prd-selectionsC ul li:not(:last-child) {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -webkit-border-radius: 16px;
    -ms-webkit-radius: 16px;
    zoom: 1;
    display: inline-block;
    padding: 4px;
    background-color: #eee;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}

.tabs-galleryC .bigImgC img {
    border: none;
}

.prd-selectionsC ul li:last-child {
    zoom: 1;
    display: inline-block;
    padding: 4px;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}

.prd-selectionsC ul li:last-child>a {
    font-weight: bold;
    width: auto !important;
}

.prd-selectionsC ul li a {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-webkit-radius: 100%;
    zoom: 1;
    width: 24px;
    height: 24px;
    background-color: #FFF;
    text-align: center;
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0px;
    padding-top: 4px;
}

.filter-content {
    display: inline-block;
    width: auto;
    font-family: Helvetica, Roboto, Arial, sans-serif;
    float: left;
}

.filter-content span.filter-title {
    font-size: 11px;
    color: #999;
}

.filter-content span {
    font-size: 11px;
    margin: 0 20px 0 0;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
    color: #484848;
    line-height: 12px;
}

.panel-body {
    padding: 4px 8px 0px 8px;
}





span.prodcheckbox>label>span {
    display: none !important;
}





.prd-categoryC>ul>li>a.ox-url:before,
.prd-categoryC>ul>li.ox-url>a:before {
    content: "\f096";
    font: normal normal normal 18px/1 FontAwesome;
    background-image: none !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: #ccc;
    position: relative;
    
    margin-right: 8px;
}

.prd-categoryC>ul>li.selected>a.ox-url:before,
.prd-categoryC>ul>li.ox-url.selected>a:before {
    content: "\f046";
    font: normal normal normal 18px/1 FontAwesome;
    background-image: none !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #f78f1e;
    position: relative;
    
    margin-right: 8px;
}






input[type=radio],
input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio]~label:not(.error):before,
input[type=checkbox]~label:not(.error):before {
    font-family: FontAwesome;
    display: inline-block;
    content: "\f1db";
    letter-spacing: 10px;
    font-size: 1.8em;
    color: #ccc;
    width: 1.4em;
}

input[type=radio]:checked~label:not(.error):before,
input[type=checkbox]:checked~label:not(.error):before {
    font-size: 1.8em;
    letter-spacing: 5px;
    color: #f78f1e;
    
}

input[type=radio]~label:not(.error):before {
    content: "\f1db";
}

input[type=radio]:checked~label:not(.error):before {
    content: "\f058";
}

input[type=checkbox]~label:not(.error):before {
    content: "\f096";
}

input[type=checkbox]:checked~label:not(.error):before {
    content: "\f046";
}

label:after {
    display: none;
}

label:before {
    background: none;
}





.catsMenuC.opened>.catsMenu {
    box-shadow: none;
    border: 1px solid #cdcdcd;
    
}

.catsMenuC>a {
    border-radius: unset;
}

.catSubMenu {
    width: 722px;
    top: -1px;
    border-right: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    border-left: none;
    
    
    box-shadow: none;
}

.catsMenu:before {
    display: none;
}

.catsMenu li.selected:after {
    width: 0px !important;
}






#adres-div>div.col-sm-6>.bootstrap-select .dropdown-toggle {
    height: 50px !important;
}





.kategoriler select {
    border-radius: 2px !important;
    height: 32px !important;
    position: relative;
    top: -1px !important;
}

.mailorderform input[type="radio"]:checked+label {
    border: none;
}

div.colProductIn.shwstock.shwcheck.colPrdList.productnlist>ul>li>span.prodcheckbox>label {
    position: relative;
    left: -2px;
}

div.colProductIn.shwstock.shwcheck.colPrdList.product45>ul>li>span.prodcheckbox>label {
    position: relative;
    left: 10px;
}

div.colProductIn.shwstock.shwcheck.colPrdList.product45 .stock {
    bottom: 12px;
}

@media screen and (max-width: 600px) {
    div.colProductIn.shwstock.shwcheck.colPrdList.product45 .stock {
        bottom: 15px;
    }

    div.colProductIn.shwstock.shwcheck.colPrdList.product45>ul>li>span.prodcheckbox>label {
        left: 18px;
    }
}

div.colProductIn.shwstock.shwcheck.colPrdList.productwlist>ul>li>span.prodcheckbox>label {
    position: relative;
    top: -4px;
    left: -12px !important;
}

label:before {
    vertical-align: top;
}

.dashboard-widget>.panel-body {
    padding: 15px;
}

span.old-price {
    color: #a2a2a2;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 10pt;
    position: absolute;
    top: -14px;
    right: 0px;
}


.swiper-slide .fiayt1>.old-price {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    height: 16px;
    padding: 0;
    display: block;
}

.top-bigdetail .price1>.old-price {
    position: relative;
    top: 0;
}


.prd-categoryC.prd-selectCat>a:after {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f054";
    background-image: none;
    color: #f78f1e;
}

.prd-categoryC.prd-selectCat.opened>a:after {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f078";
    background-image: none;
    color: #333;
}



.prod-detail .top-bigdetail span.old-price {
    position: relative;
    top: -2px;
    right: 1px;
    text-decoration: line-through;
    font-size: 12pt;
    color: #bbb;
}





.stock {
    background-color: #f0f0f0;
    background-image: none;
    border: 1px solid #e1e1e1;
    width: 40px;
    height: 23px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 22px;
    padding-left: 5px;
}

.stock:before,
.stock:after {
    background-color: #888888;
    color: transparent;
    text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    font-weight: 600;
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .stock:before,
    .stock:after {
        background-color: transparent;
    }

    .top-bigdetail .basketC .stock span,
    .top-bigdetail .basketC .stock::before {
        color: #888888;
    }

    .top-bigdetail .basketC .stock span {
        background-color: transparent;
        font-weight: 600;
    }

    .sepetim .urun-stock .stock {
        text-align: center;
        padding-left: 0;
    }

    .searchIn .input-group-addon {
        line-height: .9;
    }

    .subcampaigntbl .imgcont span {
        line-height: 14px;
    }
}

.stock:after {
    width: 28px;
    position: absolute;
    text-align: center;
    font-weight: 600;
}



@media screen and (max-width: 600px) {
    .colPrdList .stock {
        width: 30px;
        height: 19px;
        line-height: 16px;
        padding-left: 0px;
    }

    .colPrdList .stock:before {
        display: none;
    }
}

.stock-sepet {
    display: block !important;
}

.stock5:after {
    content: "5+";
    color: rgba(164, 220, 145, 0.8);
    text-shadow: 1px 4px 6px #f0f0f0, 0 0 0 #000, 1px 4px 6px #f0f0f0;
}

.stock10:after {
    content: "10+";
    color: rgba(164, 220, 145, 0.8);
    text-shadow: 1px 4px 6px #f0f0f0, 0 0 0 #000, 1px 4px 6px #f0f0f0;
}

.stocktel:after {
    font-family: FontAwesome;
    content: "\f095 ";
}

.stock1:after {
    content: "1";
    color: rgba(224, 141, 141, 0.8);
    text-shadow: 1px 4px 6px #f0f0f0, 0 0 0 #000, 1px 4px 6px #f0f0f0;
}

.stock2:after {
    content: "2";
    color: rgba(224, 141, 141, 0.8);
    text-shadow: 1px 4px 6px #f0f0f0, 0 0 0 #000, 1px 4px 6px #f0f0f0;
}


.stock3:after {
    content: "3";
    color: rgba(224, 141, 141, 0.8);
    text-shadow: 1px 4px 6px #f0f0f0, 0 0 0 #000, 1px 4px 6px #f0f0f0;
}

.stock4:after {
    content: "4";
    color: rgba(224, 141, 141, 0.8);
    text-shadow: 1px 4px 6px #f0f0f0, 0 0 0 #000, 1px 4px 6px #f0f0f0;
}

.btn.btn-primary.feedback {
    bottom: 95px !important;
}

.top-bigdetail .basketC .stock {
    width: 138px;
    height: 43px;
    font-weight: normal;
    line-height: 36px !important;
}

@media screen and (max-width: 600px) {
    .top-bigdetail .basketC .stock {
        width: 74px;
        height: 43px;
    }
}


input.searchBar {
    height: 32px !important;
    border-radius: 0 !important;
}



.sepet-product-name,
.basket-products .aciklama {
    font-size: 10pt;
    font-weight: 600;
}






.robot-popcontentC .stock {
    top: 18px;
    left: 490px;
}

.panelim-title:after {
    font-family: FontAwesome;
    content: "\f054";
    float: right;
    font-size: 8pt;
}

.panelim-opened:after {
    content: "\f078";
}

.panelim-title {
    margin-bottom: 0 !important;
    font-weight: 700 !important;
}



div.top-bigdetail>div>div.prodaddCount.padet {
    margin-left: 10px;
    border-radius: 2px;
}

.btn_sepet_detay {
    width: calc(100% - 202px);
    max-width: 198px;
    margin-left: 10px;
}


.productwlist>ul>li>.prodaddbasket>.prodaddCount,
.top-timecount .basketC .prodaddCount {
    margin-right: 10px;
    max-height: 44px;
}

.border1.basket-prod-altin>.prodaddbasket>.prodaddCount {
    margin-right: 8px;
}


.table-fiyat-gruplari th {
    font-size: 12px;
    font-weight: 600;
    width: 200px;
    height: 32px;
    vertical-align: middle !important;
}

.headerMenu>.catsMenuC.opened>a {
    background: #fff;
}

.catsBtn {
    background: #fff !important;
}

.product_l_12>ul>li {
    border: 0px solid #d4d4d4;
}

.colProductIn.product_l_12 .aciklama {
    font-size: 12px;
}

.colProductIn.product_l_12 .fiyat1 {
    font-size: 14pt;
}

.product_l_12>ul>li:nth-child(1n) {
    border-right: 1px solid #cdcdcd;
}

.product_l_12>ul>li:nth-child(2n) {
    border-left: 1px solid #fbfbfb;
}

.product_l_12>ul>li:nth-child(2n) {
    border-right: none;
}

.product_l_12>ul>li:nth-child(4n),
.product_l_12>ul>li:nth-child(4n-1) {
    background: #e8e8e8;
}

.colProductIn.product_l_12 {
    border-bottom: 1px solid #d2d2d2;
}

.prd-list-sort .btn-group {
    
    width: 160px !important;
}

.colProductIn.product11.priceplusb ul>li:nth-child(5n+1),
.product45>ul li:nth-child(4n+1) {
    border-left: 0;
}

.col.col15 span.slideImg {
    margin-top: 2px;
}

.colProductIn.product11.priceplusb ul li {
    margin-bottom: -2px;
}

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

    .urun-tablosu .slideImg {
        width: 45px;
        height: 45px;
    }

    .uclu-liste .aciklama,
    .bunlarada-bakti .aciklama,
    .urun-tablosu .aciklama {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        top: 8px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        position: relative;
        height: 32px !important;
    }

    .bunlarada-bakti span.title {
        margin-bottom: 0;
    }

    .bunlarada-bakti .fiyat1,
    .uclu-liste .fiyat1 {
        width: 33% !important;
        bottom: 14px;
        line-height: unset !important;
    }

    .urun-tablosu .fiyat1 {
        line-height: 26px;
    }

    .appstore_link {
        margin-right: 0;
        margin-left: 0;
    }

    .footerCopyright {
        font-size: 9px;
        text-align: center;
        padding-right: 0;
        width: 100%;
    }

    .colProductIn.product15.priceplusb>ul>li {
        max-height: 60px;
    }

    .colProductIn.product15.priceplusb>ul>li>a>span.aciklama {
        width: 54%;
        line-height: 16.6px;
    }

    .colProductIn.product15.priceplusb>ul>li>a>span.fiyat1 {
        width: 29%;
        line-height: 50px;
    }

    .colProductIn.product11.priceplusb ul>li:nth-child(2n) {
        border-left: 1px solid #e9eaee;
    }

    .colProductIn.product11.priceplusb ul>li:nth-child(2n+1),
    .product45>ul li:nth-child(2n+1) {
        border-left: 0;
    }

    .catsMenuC {
        left: -2px;
    }

    .catsMenuC,
    .markaSelect {
        top: 53px;
        width: 49.3%;
    }

    .product_l_12>ul>li {
        border-right: 1px solid #d4d4d4 !important;
        border-left: 1px solid #d4d4d4 !important;
        height: 54px;
    }

    .product_l_12>ul>li:nth-child(2n) {
        background: #e8e8e8;
    }

    .product_l_12>ul>li:nth-child(2n+1) {
        background: #fff;
    }

    .catsBtn {
        width: 102%;
    }

    .catsMenu>ul>li>a {
        height: 40px;
        padding-top: 16px;
    }

    .catsMenu>ul>li>a:after {
        top: unset;
    }

    .catSubMenu {
        min-height: unset;
    }

    .searchSelect {
        background: #fff;
        background-color: #fff !important;
    }

    .col-fiyat-gruplari {
        padding-left: 0;
        padding-right: 0;
    }

    .table-fiyat-gruplari tr:first-child th {
        border-top: none !important;
    }

    .table-fiyat-gruplari td,
    .table-fiyat-gruplari th {
        display: inline-block;
        width: 100%;
    }

    .table-fiyat-gruplari .form-control {
        display: inline-block;
    }

    .table-fiyat-gruplari .form-inline:before {
        content: "Fiyat 1";
        font-size: 14px;
        float: left;
        line-height: 32px;
    }

    td:nth-child(2)>.form-inline>.form-control:first-child,
    td:nth-child(3)>.form-inline>.form-control:first-child {
        width: 50% !important;
        max-width: 50% !important;
    }

    td:nth-child(2)>.form-inline>.form-control:last-child,
    td:nth-child(3)>.form-inline>.form-control:last-child {
        width: 40% !important;
        max-width: 40% !important;
    }

    .table-fiyat-gruplari tr td:last-child>.form-inline:before {
        content: "Fiyat 2";
    }

    .table-banka-hesaplari tr:nth-child(6n+0) td {
        padding-bottom: 40px !important;
    }

    .topli-alert,
    .topli-useralert,
    .topli-user {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .topli-user {
        padding-left: 10px !important;
        padding-right: 0px !important;
        border-right: 1px solid #dedede;
        margin-right: 16px;
    }

    .product15 .slideImg {
        width: 45px !important;
        height: 45px;
    }

    .btn_sepet_detay {
        width: calc(100% - 150px);
        font-size: 14px;
        text-align: center;
        margin-left: 0;
    }

    .btn_sepet_detay:before {
        display: none;
    }

    .product-tabs>li>a,
    .product-tabs>li>a:hover {
        font-size: 10pt !important;
    }

    .cc-expire {
        width: 100%;
    }

    .headerTopMenu>ul>li.topli-useralert.selected>.topSubMenu,
    .headerTopMenu>ul>li.topli-alert.selected>.topSubMenu {
        width: 90% !important;
    }

    input[name="sdate"],
    input[name="fdate"] {
        width: 80px;
    }

    .cari-genel-tarih {
        text-align: left;
    }

    .panelim-mobile {
        display: none;
    }

    .headerC {
        padding-left: 6px;
        margin-right: 4px;
    }

    .row.breadcrumbC {
        padding-top: 0px;
    }

    .row.breadcrumbC>a {
        display: none;
    }

    .footerLinkCol>ul>li>a {
        float: none;
    }

    .appstore_link {
        margin-bottom: 0;
    }

    .statusInBasket {
        padding: 0;
        width: 35px;
        height: 32px !important;
        top: 13px;
        left: 0px !important;
    }

    .prd-list-buttons {
        width: 125px;
        margin-right: 5px;
    }

    .prd-list-sort {
        display: inline-block;
        max-width: 50%;
    }

    .prd-list-buttons>a {
        margin-bottom: 5px;
        width: 100%;
        height: 34px;
    }

    .product-list-menuC {
        padding: 9px 9px 0px 9px !important;
    }

    .prodCatsMobile {
        z-index: 1000;
    }

    .prd-allCatC {
        float: none;
    }

    .prd-filterbtn {
        width: 125px;
        margin-right: 10px;
    }

    
    .kat-name {
        max-width: unset;
    }

    .chk-group {
        float: none !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        width: auto !important;
    }

    ul.kategoriler {
        padding-left: 0;
    }

    ul.kategoriler>li>span.kat-name {
        max-width: 100%;
    }

    .kategoriler select {
        max-width: 93px;
    }

    .kategoriler input.yuzde {
        width: 24px;
    }

    .marka>div>ul>li>span>span.slideImg {
        height: 100%;
    }

    .marka>div>ul>li>span>span.aciklama {
        line-height: 18px !important;
        border-right: none;
        width: 66%;
        float: left;
    }

    .marka>div>ul>li>span>span.stock {
        top: unset;
        left: 62px;
        bottom: 2px;
    }

    .marka>div>ul>li>.prodaddbasket {
        line-height: 18px !important;
        top: unset !important;
        left: unset !important;
        bottom: -20px;
        padding: 2px !important;
        width: 176px !important;
    }

    .marka>div>ul>li>span>.fiyat1 {
        width: 39% !important;
        left: 59% !important;
    }

    .empty-basket>li>div>a>.aciklama {
        float: left;
        width: 76%;
        padding-top: 10px;
    }

    .empty-basket>li>div>a>.stock {
        top: unset !important;
        right: unset !important;
        left: 60px;
        bottom: 4px;
        height: 32px;
        line-height: 32px;
    }

    .empty-basket>li>div>a>.slideImg {
        height: 122px;
    }

    .empty-basket>li>div>.prodaddbasket {
        left: unset !important;
        top: unset !important;
        bottom: 0 !important;
        right: -6px !important;
        width: auto !important;
    }
}


.prd-filterbtn:before {
    content: none !important;
    background: none !important;
}

.colshadow>.titleO {
    border-bottom: none;
}

.titleO {
    line-height: 40px;
    padding-top: 0 !important;
    padding-left: 10px !important;
}

.sub-right-prod>div>span.title {
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}

.backlgrey>a>span.aciklama,
li.rline>a>span.aciklama,
.backdgrey>a>span.aciklama {
    font-weight: normal !important;
    font-size: 14px !important;
}


.mainRightSlider .title {
    
    padding-left: 15px !important;
    padding-top: 15px;
    padding-bottom: 5px;
}

.rsliderC .aciklama {
    
    font-weight: 600;
    font-size: 13px;
    padding-left: 5px !important;
    margin-bottom: 16px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mainRightSlider .swiper-slide .old-price {
    top: unset;
    bottom: 19px;
    left: 50%;
}



@media (max-width:900px) and (min-width:769px) {
    .mainLeftBanners {
        width: 25% !important;
    }

    .mainLeftBanners .leftBanner {
        width: 100% !important;
        margin-top: 30px;
    }
}


@media (max-width:768px) and (min-width:601px) {
    .mainLeftBanners {
        width: 30%;
    }

    .mainLeftBanners .leftBanner {
        width: 100%;
        margin-top: 30px;
    }
}

​ form.form-horizontal>div.form-group>label.control-label {
    line-height: 22px;
}


.footerLinks ul>li>a,
div.row.breadcrumbC>a {
    font-size: 9pt !important;
}





.product-tabs>li {
    margin-bottom: -1px;
}

.product-tabs>li>a,
.product-tabs>li>a:hover {
    margin: 0;
    border-radius: 0;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #333 !important;
    background-color: #f2f2f2;
    border-top: 2px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: none;
}

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

    .product-tabs>li>a,
    .product-tabs>li>a:hover {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.product-tabs>li.active>a,
.product-tabs>li.active>a:focus,
.product-tabs>li.active>a:hover {
    border-top: 2px solid #f78f1e;
    font-weight: bold;
    border-right: none;
    border-left: none;
}

.product-tabs>li.active:first-child>a,
.product-tabs>li.active:first-child>a:focus,
.product-tabs>li.active:first-child>a:hover {
    border-left: 1px solid #d4d4d4;
    font-size: 15px;
    padding-top: 11px;
}

.product-tabs>li.active:last-child>a,
.product-tabs>li.active:last-child>a:focus,
.product-tabs>li.active:last-child>a:hover {
    border-right: 1px solid #d4d4d4;
}

.product-tab-content {
    background: #fff;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 15px;
}

.product-tab-content>.tab-pane>table {
    border-top: none !important;
}









@media (min-width: 768px) {
    .modal-oksid .modal-dialog {
        width: 724px;
    }
}

.modal-oksid .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-oksid .modal-header {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 0;
}

.modal-oksid .modal-body {
    text-align: center;
    padding: 0;
    margin-bottom: -13px;
    top: -13px;
}

.modal-oksid .modal-body>img {
    width: auto;
    max-width: 100%;
    max-height: 300px;
}

.modal-oksid .modal-footer {
    border-top: none;
    padding-bottom: 10px;
    padding-top: 0;
}

.modal-oksid .modal-header,
.modal-oksid .modal-footer {
    margin-left: -26px;
    margin-right: -26px;
}

.modal-oksid .header-ribon,
.modal-oksid .footer-ribon {
    display: flex;
    padding: 0;
    border: 0;
}

.modal-oksid .footer-ribon {
    height: 62px;
}

.modal-oksid .footer-content {
    text-align: center;
    padding: 0 20px 0 20px;
    font-weight: 600;
    font-size: 8pt;
}

.modal-oksid .footer-content>p {
    text-align: inherit;
}

.modal-oksid .column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0;
}

.modal-oksid .top-left {
    width: 11px;
    height: 98px;
    flex: none;
    background: url('/assets/img/kampanyalar/top-left.png');
}

.modal-oksid .top-center {
    height: 98px;
    font-size: 12pt;
    color: #fff;
    line-height: 87px;
    text-align: right;
    background: url('/assets/img/kampanyalar/top-center.png');
    padding-right: 50px;
}

.modal-oksid .top-center>span.logo {
    float: left;
    background: url('/assets/img/kampanyalar/oksid-logo.png') no-repeat;
    width: 200px;
    height: 100px;
    display: inline-block;
}

.modal-oksid .top-right {
    width: 11px;
    height: 98px;
    flex: none;
    background: url('/assets/img/kampanyalar/top-right.png');
}

.modal-oksid .bottom-left {
    width: 11px;
    min-height: 62px;
    flex: none;
    background: url('/assets/img/kampanyalar/bottom-left.png') no-repeat;
}

.modal-oksid .bottom-center {
    min-height: 62px;
    color: #fff;
    line-height: 51px;
    background: url('/assets/img/kampanyalar/bottom-center.png') repeat-x;
}

.modal-oksid .bottom-center>.left,
.modal-oksid .bottom-center>.right {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    min-height: inherit;
}

.modal-oksid .bottom-center>.left {
    float: left;
    font-size: 10pt;
    text-align: left;
    padding-left: 50px;
}

.modal-oksid .bottom-center>.right {
    padding-right: 50px;
    font-size: 12pt;
    float: right;
}

.modal-oksid .bottom-right {
    width: 11px;
    min-height: 62px;
    flex: none;
    background: url('/assets/img/kampanyalar/bottom-right.png') no-repeat;
}


.modal-oksid .banks-bonus,
.modal-oksid .banks-world,
.modal-oksid .banks-axess,
.modal-oksid .banks-maximum,
.modal-oksid .banks-cardfinans {
    background-image: url('/assets/img/kampanyalar/banks.png');
    background-repeat: no-repeat;
    height: 26px;
    width: 96px;
    display: inline-block;
}

.modal-oksid .footer-content p {
    margin-bottom: 0;
}

.modal-oksid .modal-body>img {
    width: 100%;
    max-height: 100%;
}

.modal-oksid .banks-bonus {
    background-position: 0px 0px;
}

.modal-oksid .banks-world {
    background-position: -106px 0px;
}

.modal-oksid .banks-axess {
    background-position: -212px 0px;
}

.modal-oksid .banks-maximum {
    background-position: -318px 0px;
}

.modal-oksid .banks-cardfinans {
    background-position: -424px 0px;
}








.gaming-image {
    background: url('/assets/img/robot-gaming.png');
    background-color: #fff;
    width: 222px;
    height: 38px;
}


input[type=checkbox]+label+.gaming-image {
    opacity: 0.6;
}


input[type=checkbox]:hover+label+.gaming-image {
    opacity: 0.8;
}

input[type=checkbox]:checked+label,
input[type=checkbox]:checked+label+.gaming-image {
    color: #f5891c;
    opacity: 1;
}

#gaming-checkbox {
    padding: 0;
}

.gaming-label {
    padding-left: 0 !important;
    padding-right: 3px !important;
    padding-top: 12px !important;
    padding-bottom: 4px !important;
}

.sub-robotCol .prodaddCount:before {
    content: "";
    background: url(/assets/img/sprite-sub.png) no-repeat;
    width: 8px;
    height: 7px;
    display: inline-block;
    right: 5px;
    float: right;
    background-position: -230px -39px;
    margin-top: -4px;
    position: relative;
    top: 50%;
}

.sub-robotCol .prodaddCount select {
    position: relative;
    left: 0px;
    top: -24px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 1;
    font-size: 12px;
    opacity: 0;
}

.btn-robot-sepet {
    margin-top: 0;
    padding: 6px 33px !important;
}

.robot-btn-reset>i {
    color: #bcbcbc;
    font-size: 20px;
    top: 4px;
    position: relative;
}

.robot-btn-detail {
    margin-top: 3px;
}

.rpart .prodaddCount {
    height: 30px !important;
    margin-top: 4px;
}

.rpart .prodaddCount.padet select {
    position: relative;
    top: -38px;
    opacity: 0;
    height: 34px;
    width: 50px;
}

.rpart .prodaddCount:before {
    content: "";
    background: url(/assets/img/sprite-sub.png) no-repeat;
    width: 8px;
    height: 7px;
    display: inline-block;
    right: 5px;
    float: right;
    background-position: -230px -39px;
    margin-top: -4px;
    position: relative;
    top: 50%;
}

.robot-productsC>ul>li .price {
    padding-top: 39px !important;
}




.slideImg {
    border: none;
}

.top-bigdetail .prices .pricel2 {
    width: 140px;
    font-weight: 600;
    font-size: 12px;
}

.colProductIn ul>li a:hover {
    text-decoration: none;
}

.colProductIn .aciklama {
    margin-bottom: 16px;
    padding-left: 5px;
    
    
}

@media screen and (max-width: 600px) {
    .colProductIn .aciklama {
        height: 46px;
    }
}



.form-yetkili>.row,
.form-bilgilerim>.row {
    margin-bottom: 0px;
}

.table-usermenu {
    margin-bottom: 6px !important;
}

.table-usermenu>thead>tr>th {
    color: #f78f1e;
    font-weight: normal;
    border-bottom: none;
    font-size: 12px;
    font-weight: 600;
}

.table-usermenu>thead>tr>td {
    color: #999;
}

.user-dropdown-menu .dropdown-header {
    font-weight: 600;
}


.form-control-inline {
    border-radius: 2px !important;
    min-width: 42px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.text-right {
    text-align: right;
}

.title-heading {
    font-size: 11pt;
    font-weight: bold;
    padding-top: 8px;
}

li.div-kurumsal {
    width: 100% !important;
}

li.div-kurumsal>ul>li:not(.col2),
ul.aform>li:not(.col2) {
    width: 97.4%;
}



.form-control:focus {
    border-color: #fbc080;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 143, 30, 0.3);
}

.filtersub>div>label {
    cursor: pointer;
}

.no-pointer {
    cursor: default;
}


.search-pop-line .simg {
    line-height: 42px;
    text-align: center;
}

.search-pop-line .simg img {
    width: auto;
    max-width: 43px;
    max-height: 43px;
}

.input-percent {
    width: 44px !important;
}


.percent-group {
    font-size: 12px;
}

.percent-group .input-group-addon {
    background: transparent;
    padding: 6px 2px;
    font-size: 10px;
    font-weight: 100;
}

.percent-group .input-group-addon:nth-child(2) {
    border: none !important;
}

.percent-group .input-group-addon:nth-child(3) {
    top: -1px;
    position: relative;
    border-right: 0;
    padding-left: 2px;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}


.percent-group input[type="text"] {
    border-left: 0;
    width: 25px;
    padding: 6px 2px;
    text-align: left;
    font-size: inherit;
    height: 32px !important;
    top: -1px;
    position: relative;
}

.percent-group select {
    padding: 6px 0px;
    text-align: center;
    font-size: inherit;
}

@media screen and (max-width: 900px) {
    .table-fiyat-gruplari th {
        font-size: 14px;
        font-weight: 600;
    }

    .fiyat-no {
        float: left;
        min-width: 100px;
        vertical-align: middle;
        line-height: 30px;
        font-weight: 600;
    }

    .percent-group {
        font-size: 13px;
        width: 135px
    }

    .percent-group select {
        display: table-cell;
    }
}


.select2-container .select2-choice {
    height: 30px !important;
    line-height: 30px !important;
}

.prd-categoryC.opened>.prd-menu-title:after {
    content: "\f078";
    font: normal normal normal 12px/1 FontAwesome;
    background: none;
    color: #333;
}

.prd-categoryC>.prd-menu-title:after {
    content: "\f054";
    font: normal normal normal 12px/1 FontAwesome;
    background: none;
}

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

    .catsMenu>ul>li>a:after,
    .catsMenu>ul>li>a:hover:after,
    .catsMenu>ul>li.selected>a:after {
        content: "\f054";
        font: normal normal normal 10px/1 FontAwesome;
        background: none;
    }
}

.sliderNav .swiper-pagination-bullet,
.sliderNav .swiper-pagination-bullet-active {
    background: none;
}

.sliderNav .swiper-pagination-bullet:after {
    content: "\f10c";
    font: normal normal normal 16pt/1 FontAwesome;
}

.sliderNav .swiper-pagination-bullet-active:after {
    content: "\f111";
    font: normal normal normal 16pt/1 FontAwesome;
}

.prod-detail .top-thumb>a.bot:before,
.prod-detail .top-thumb>a.top:before {
    font: normal normal normal 16pt/1 FontAwesome;
    background: none;
}

.prod-detail .top-thumb>a.top:before {
    content: "\f0de";
}

.prod-detail .top-thumb>a.bot:before {
    content: "\f0dd";
    top: -10px;
    position: relative;
}

.prd-menu-showall:after {
    display: none;
}

.panelim-title.panelim-opened:after {
    color: #333;
}


.form-control-oran:after {
    content: "\f295";
    font: normal normal normal 16pt/1 FontAwesome;
}


.chancepage .prevnext a {
    text-decoration: none;
}

.chancepage .prevnext a.prev:after {
    
    
    
    
}

.chancepage .prevnext a.next:after {}

.table-tekliflerim tr:first-child>th {
    width: 25%;
    border-top: 0;
}

.table-tekliflerim tr:first-child>td {
    width: 40% !important;
    border-top: 0;
}

.table-tekliflerim tr:nth-child(6n-1)>td {
    background-color: #fff;
}

.table-tekliflerim tr:nth-child(6n)>td {
    border-top: none;
}

.topli-payment>.topSubMenu {
    left: unset;
    right: 0px;
}

.searchC .markaSelect .bootstrap-select {
    border: none !important;
}

.searchC>.markaSelect>div>.btn-default {
    background-color: #fff;
    height: 32px !important;
    border-radius: unset;
    border-bottom: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.prd-list-sort .caret {
    background-image: none;
}

.prd-list-sort .caret:after {
    top: -2px;
    position: relative;
    content: "\f0d7";
    font: normal normal normal 16px/1 FontAwesome;
}


.prd-list-grids li.sfilt:before {
    background-image: none;
    top: -2px;
    position: relative;
    content: "\f0d7";
    font: normal normal normal 16px/1 FontAwesome;
}

.comparisonpage .pay-titlefilt a.comp-btn-prev:before,
.comparisonpage .pay-titlefilt a.comp-btn-next:before {
    background-image: none;
    font: normal normal normal 16px/1 FontAwesome;
}

.comparisonpage .pay-titlefilt a.comp-btn-prev.swiper-button-disabled:before,
.comparisonpage .pay-titlefilt a.comp-btn-next.swiper-button-disabled:before {
    color: #dcdfe4;
}

.comparisonpage .pay-titlefilt a.comp-btn-next:before {
    content: "\f053";
}

.comparisonpage .pay-titlefilt a.comp-btn-prev:before {
    content: "\f054";
}

.table-banka-hesaplarim tbody tr th {
    width: 25%;
}

.table-banka-hesaplarim tbody tr td {
    width: 60%;
}


.prd-list-grids li.sfilt.selected:before,
.chancepage .prevnext a,
.panelim-title:after,
.prod-detail .top-thumb>a.bot:before,
.prod-detail .top-thumb>a.top:before,
.sliderNav .swiper-pagination-bullet:after,
.catsMenu>ul>li>a:hover:after,
.prd-categoryC>.prd-menu-title:after,
.priceplusb .fiyat2:after,
.text-primary {
    color: #f78f1e;
}


.fiyat2:after,
.prd-list-sort .open .caret:after,
.text-primary,
.sepet-product-price,
li.dropdown-header,
input[type=checkbox]:checked+label,
input[type=checkbox]:checked+label+.car,
.table-usermenu th {
    color: #f78f1e;
}



.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto rgba(247, 143, 30, 0.6);
    outline-offset: -2px;
}

.dropdown-menu>li>a:hover {
    background-color: rgba(247, 143, 30, 0.8);
}

.dropdown-menu>li>a:focus {
    background-color: #f78f1e;
    outline: 5px auto rgba(247, 143, 30, 0.6);
    color: #fff;
}



.form-control:focus {
    border-color: #fbc080;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 143, 30, 0.3);
}



.datepicker table {
    width: 100%;
}

.datepicker table thead tr th.prev:hover,
.datepicker table thead tr th.next:hover {
    background: #f78f1e;
}

.datepicker table thead tr:first-child th:hover {
    background: #f78f1e;
}

.datepicker table tr td span:hover {
    background: #f78f1e;
}

.datepicker table tr td.day:hover {
    background: #f78f1e;
}

.datepicker table tfoot tr th:hover {
    background: #f78f1e;
}



.datepicker table thead tr:last-child th:hover {
    background-color: #f78f1e;
}

.datepicker table tbody tr td.day:hover {
    background: #f78f1e;
}

.datepicker table tbody tr td.day.active {
    background: #f78f1e;
}




.select2-container-multi .select2-choices .select2-search-choice {
    background: #f78f1e;
}


.markaSelect .btn-default,
.markaSelect .btn-default:active,
.markaSelect .btn-default:hover,
.markaSelect .btn-default:focus {
    border: none !important;
    background-color: unset;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.markaSelect .divider {
    display: none;
}

.robot-btn-reset {
    background-image: none;
    font-size: 22px;
    position: relative;
    top: -4px;
}

.btnerase {
    background-image: none;
    cursor: pointer;
}

.contantAddressC .title,
.contantFormC .title {
    border-bottom: none;
}


.catsMenuC.opened .menu-arrow {
    
    background: url('/assets/img/top-menu-arrow.png') no-repeat;
    position: absolute;
    z-index: 999;
    top: 43px;
    left: 35px;
    width: 14px;
    height: 8px;

}

a.login-sozlesme {
    font-weight: 600;
    padding-left: 6px;
    margin-bottom: 4px;
    display: block;
    line-height: 16px;
    font-size: 11px;
}

a.login-sozlesme>i {
    font-size: 16px;
}

a.download-reader {
    padding-left: 25px;
}


.user-dropdown-menu li ul li.divider {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px dotted #ccc;
}

.colProductIn.product15.priceplusb .aciklama {
    line-height: 14px;
    margin-left: 14px;
    width: 114px;
    max-height: 43px;
    padding-top: 2px;
    margin-bottom: 25px;
}


.footerXml {
    width: 258px;
}

.searchIn input[type="text"] {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.searchIn .input-group-addon {
    background: #fff;
    border: 0;
    color: #f78f1e;
    font-size: 20px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.user-dropdown-menu {
    padding: 10px !important;
    margin-bottom: 4px;
}

.uye-dropdown-menu li:not(:first-child) {
    border-top: 1px dotted #ccc;
    padding: 6px 0px;
}

.uye-dropdown-menu li {
    padding: 6px 0px;
}

.uye-dropdown-menu li:hover {
    background-color: #f5f5f5;
}

.uye-dropdown-menu li a:hover {
    background-color: none !important;
}

.statusInC.statusInUser:hover {
    padding-left: 5px !important;
}

.productwlist>ul>li {
    height: 145px;
    padding: 2px;
}

.productwlist>ul>li>span>ul>li:not(:nth-child(-n+4)) {
    display: none;
}

.productnlist>ul>li:last-child,
.productwlist>ul>li:last-child {
    border-bottom: 0;
}

.colProductIn.product45 ul>li:nth-child(4n+1) {
    border-left: 0;
}



.colProductIn.product45 ul>li {
    margin-bottom: -2px;
}







.promoNav>.prev.swiper-button-disabled,
.promoNav>.next.swiper-button-disabled {
    display: none;
}


.diger-markalar>li>a {
    font-size: 11px;
    font-weight: 600;
    color: #666;
}

.diger-markalar>li>a:hover,
.diger-markalar>li>a:active {
    color: #f78f1e;
}


.fiyat1 {
    font-family: Arial !important;
}

.swiper-slide {
    border: 1px solid #f6f7f8;
}

.swiper-slide.selected {
    border: 1px solid #f78f1e;
}

.footerB {
    background-color: #343434;
}

.footerB>.footerIn {
    padding-top: 14px;
}

.footerB>.footerIn>span {
    background-color: #343434;
    color: #7e7e7c !important;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    top: 2px;
}

.footerB>.footerIn>img {
    margin-left: 35px;
}

.footerB>.footerIn>img:not(:last-child) {
    margin-right: 35px;
}

.footerC {
    margin-top: 0;
}

.rsliderC.swiper-container-horizontal ul li {
    border: none;
}

.userLoginC ul {
    padding-top: 19px;
    padding-bottom: 0px;
}

.userLoginC ul:last-child {
    padding-top: 14px;
}

.userLoginC .ftext {
    margin-bottom: 2px;
    font-weight: 600;
}

.userLoginC li.finp {
    font-size: 11px;
    font-weight: 600;
}

body.subpage.iletisim {
    background-color: #fff;
}


.contantFormC>form .formCol>ul>li>span {
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 14px;
}

.contantFormC .comment {
    font-size: 11px;
}

.contantFormC textarea {
    height: 166px;
}

.contantFormC .mesaji-gonder {
    margin-top: 8px;
}


.contantAddressC .address ul li:first-child {
    margin-bottom: 10px;
}

.contantAddressC .address ul li {
    font-size: 12px;
    padding-bottom: 5px !important;
    line-height: 20px;
}

.contantAddressC .address ul li:nth-child(4) {
    
}

.contantAddressC .address ul li span {
    font-weight: 600;
}

.tbl-payment tr td {
    font-weight: 600;
}

.tbl-payment-title tr:first-child td:not(:first-child) strong {
    font-size: 14px;
    font-weight: 600;
}

.panel_left_menu li {
    padding-left: 6px;
}

form[name="bayi_basvuru"] span {
    font-weight: 600;
}

table.alim-sekli tr td:nth-child(1n) {
    padding-right: 18px;
}

.btn-bayilik-basvuru {
    padding: 5px 51px;
    font-size: 16px;
}

.subaddress {
    width: 100% !important;
}

.subaddress tbody tr:nth-child(2) td {
    height: 220px;
}

.bayi_adresleri ul li:nth-child(1n) {
    padding-right: 10px;
}

.bayi_adresleri ul li:nth-child(n+1) {
    padding-left: 10px;
}


.top-timecount .btn_sepet_firsat {
    padding: 6px 16px;

}

.mainSlider .swiper-slide {
    border: none;
}


.comp-slider>ul>li>ul li:not(:last-child) {
    -webkit-box-shadow: inset 3px 0px 5px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 3px 0px 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 3px 0px 5px -2px rgba(0, 0, 0, 0.3);
}

.comp-slider>ul>li>ul li:last-child {
    text-align: center;
    padding: 3px;
}

.comparisonpage ul.compsublist li:last-child,
.comp-slider>ul>li>ul li:nth-last-child(2) {
    padding: 10px !important;
}

.product-not-found {
    text-align: center;
    font-size: 22pt;
    color: #333;
    line-height: 300px;
}

.panel-title {
    font-size: 14px;
}


@media screen and (min-width: 601px) {
    .sepet-product-name>a {
        width: calc(100% - 288px) !important;
    }

    .sepet-product-price {
        height: 70px;
        line-height: 70px;
        margin-top: -8px;
        padding: 0 10px;
        border-left: 1px solid #d4d4d4;
        
        display: inline-block;
        width: 150px;
    }
}

.sepet-product-stock {
    right: 18px;
}



.sepet-product-qty {
    display: inline-block;
    border-right: none !important;
}

.sepet-product-qty>.prodaddCount {
    margin-right: 0 !important;
}

.sepet-product-action {
    width: 58px;
}

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

    .sepet-product-name {
        max-width: calc(50% - 70px);
    }

    .sepet-product-name>a {
        max-width: 40%;
    }

    .sepet-product-stock {
        right: 13px;
        top: 2px;
    }

    .sepet-product-stock .stock {
        top: 9px !important;
        width: 40px;
        height: 34px !important;
    }

    .sepet-product-stock .stock:before {
        display: none;
    }

    .sepet-product-price {
        float: right;
        border-left: none;
    }

    .sepet-product-action {
        width: 30%;
    }

    .userBasketC .aciklama {
        width: 65%;
        float: left;
        margin-left: 14px;
        margin-top: 8px;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}


.test-swiper-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}


.btn_sepet_hepsi,
.btn-shopping-cart {
    line-height: 22px;
    padding: 5px 12px;
}

.btn-sepet-firsat {
    width: 187px;
    margin-left: 5px;
}

.btn_sepet_detay:before,
.btn_sepet_hepsi:before,
.btn-sepet-firsat:before,
.btn-shopping-cart:before {
    font-family: 'Material Icons';
    font-size: 16px;
    content: "\E8CC";
    margin-right: 2px;
    float: left;
}

.searchIn .input-group-addon {
    line-height: unset;
}

.btn-sepet-firsat:after {
    font-size: 22px;
    font-weight: 100;
    position: relative;
    top: 1px;
    left: 10px;
}

.btn_sepet_detay:before {
    font-size: 26px;
    font-weight: 100;
    margin-right: 0;
    position: relative;
    top: 2px;
    left: 15px;
}

.btn-karsilastir {
    padding: 6px 64px;
}

.hepsi_karsilastir {
    padding: 6px 12px !important;
}

.top-detail .details li:not(:nth-child(-n+4)) {
    display: none;
}

.gaming-label {
    margin-right: 7px !important;
}

.gaming-label:before {
    width: 26px !important;
}


.robot-son-gezdiginiz {
    font-size: 12pt !important;
    font-weight: bold !important;
    padding-top: 10px;
    height: unset !important;
    line-height: 25px !important;
}

.cok-satanlar .fiyat1 {
    bottom: 15px;
}

.cok-satanlar .slideImg {
    background-color: #fff;
}

.odeme-ccv,
.odeme-kart-name,
.odeme-kart-no {
    vertical-align: top;
    padding-top: 14px !important;
}

select#ay,
input#ccinp-ccv {
    width: 64px !important;
    min-width: 64px;
}

.btn-kampanyalar {
    padding: 6px 16px !important;
    min-width: 114px;
    font-weight: 600;

}

.btn-kampanyalar:after {
    font-weight: 100;
}

.btn-kampanyalar-incele {
    padding: 7px 16px !important;
    min-width: 114px;
    font-weight: 600;
}


.subcampaigntbl th>span {
    font-weight: 600;
    font-size: 14px;
}

.fiyat1,
.fiyat2 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.imgcont>a:hover {
    text-decoration: none;
}

.imgcont>a:focus {
    outline: none;
}

.kampanya-modal-dialog {
    width: 952px !important;
}

.kampanya-modal-content {
    border: none;
}

.top-bigdetail .basketC .stock,
.kampanya-modal-content .top-bigdetail .prodaddCount.padet {
    height: 44px !important
}

h5.title {
    height: 21px;
    font-weight: bold;
    font-size: 12pt;
    display: inline-block;
    margin-top: 9px;
    padding-left: 10px;
    line-height: 10px;
    border-bottom: none !important;
}

.sepetler-select {
    margin-right: 3px;
}


.basket-products.shwstock.empty-basket .prodaddbasket {
    padding-top: 14px !important;
    padding-right: 8px;
}

.basket-products.shwstock.empty-basket .stock {
    top: 18px;
}

.basket-products.shwstock.empty-basket .prodaddCount {
    height: 33px !important;
}

.basket-products.shwstock.empty-basket .btn-shopping-cart {
    padding: 4.5px 13px;
}




.sepetim {
    box-sizing: border-box;
}

.sepetim .image,
.sepetim .name,
.sepetim .details,
.sepetim .urun-stock,
.sepetim .price,
.sepetim .action {
    display: inline-block;
    margin: 0;
    height: 58px;
    line-height: 48px
}

.sepetim>li>.details,
.sepetim>li {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    box-sizing: inherit;
}

.sepetim>li {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: none !important;
}

.sepetim>li:last-child {
    border-bottom: 1px solid #ddd !important;
}

.sepetim .image {
    width: 58px;
    padding: 8px;
    border-right: 1px solid #ddd;
    text-align: center;
    box-sizing: inherit;
}

.sepetim .image img {
    max-width: 100%;
    max-height: 100%;
}

.sepetim .details {
    width: calc(100% - 100px);
    box-sizing: inherit;
}

.sepetim .name {
    width: calc(100% - 280px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 4px 8px 0 8px;
    box-sizing: inherit;
    font-weight: 600;
}

.sepetim .urun-stock {
    width: 80px;
    text-align: right;
    padding: 8px 8px 8px 8px;
    box-sizing: inherit;
}

.sepetim .urun-stock .stock {
    display: block;
    position: relative;
    bottom: -9px;
    left: unset;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
}

.sepetim .urun-stock .stock:after {
    position: inherit !important;
}

.sepetim .price {
    border-left: 1px solid #ddd;
    width: 120px;
    text-align: right;
    padding: 4px 8px 0 8px;
    box-sizing: inherit;
    color: #f78f1e;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
}

.sepetim .price small {
    font-size: 74%;
}

.sepetim .urun-qty {
    width: 80px;
    box-sizing: inherit;
    border-left: 1px solid #ddd;
    text-align: center;
    padding: 13px 3px;
}

.sepetim .urun-qty .prodaddCount.padet input {
    position: relative;
    top: 0px;
    left: 0px;
    height: 32px !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 32px;
    z-index: 2;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.sepetim .urun-qty .prodaddCount:before {
    content: "";
    background: url(/assets/img/sprite-sub.png) no-repeat;
    width: 8px;
    height: 7px;
    display: inline-block;
    left: 5px;
    background-position: -230px -39px;
    margin-top: -4px;
    position: relative;
    top: 7px;
}

.sepetim .urun-qty .prodaddCount select {
    position: relative;
    top: -34px;
    left: 0;
    z-index: 1;
    background: transparent;
    width: 52px;
    border: 0;
    border-radius: 0;
    height: 36px;
    opacity: 0;
}

.prodaddCount .bootstrap-select {
    top: -57px;
}

.sepetim .prodaddCount .bootstrap-select {
    top: -32px;
}

.sepetim .prodaddCount .bootstrap-select .btn-default {
    opacity: 0;
}





.sepetim .action {
    width: 42px;
    padding: 5px 2px 2px 2px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    box-sizing: inherit;
    color: #ddd;
}


@media (max-width: 600px) {
    .sepetim .image {
        height: 116px;
    }

    .sepetim .name {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 8px 8px 0 8px;
        line-height: 24px;
    }

    .sepetim .urun-stock {
        text-align: left;
    }

    .sepetim .urun-stock .stock {
        text-align: left;
        height: 34px;
        line-height: 32px;
        bottom: unset;
        top: 5px;
        width: 40px;
        text-align: center;
    }

    .sepetim .urun-stock .stock:before {
        display: none;
    }

    .sepetim .urun-qty,
    .sepetim .price,
    .sepetim .price {
        border-left: none;
    }

    .sepetim .urun-stock {
        padding-right: 0;
        width: 50px;
    }

    .sepetim .urun-qty {
        margin-left: 0;
        width: 62px;
        padding-left: 0;
    }

    .sepetim .price {
        width: calc(100% - 112px);
    }

    .sepetim .action {
        height: 116px;
        line-height: 106px;
    }
}








.urun-listesi {
    box-sizing: border-box;
}

.urun-listesi .image,
.urun-listesi .name,
.urun-listesi .details,
.urun-listesi .urun-stock,
.urun-listesi .price,
.urun-listesi .action {
    display: inline-block;
    margin: 0;
    height: 58px;
    line-height: 48px
}

.urun-listesi>li>.details,
.urun-listesi>li {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    box-sizing: inherit;
}

.urun-listesi>li {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: none !important;
    height: 58px !important;
}

.urun-listesi>li:last-child {
    border-bottom: 1px solid #ddd !important;
}

.urun-listesi .image {
    width: 58px;
    padding: 8px;
    border-right: 1px solid #ddd;
    text-align: center;
    box-sizing: inherit;
}

.urun-listesi .image img {
    max-width: 100%;
    max-height: 100%;
}

.urun-listesi .details {
    width: calc(100% - 184px);
    box-sizing: inherit;
}

.urun-listesi .name {
    width: calc(100% - 280px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 4px 8px 0 8px;
    box-sizing: inherit;
    font-weight: 600;
}

.urun-listesi .urun-stock {
    width: 80px;
    text-align: right;
    box-sizing: inherit;
}

.urun-listesi .urun-stock .stock {
    display: block;
    position: relative;
    bottom: -9px;
    left: unset;
    margin-left: 0;
}

.urun-listesi .urun-stock .stock:after {
    width: unset;
    position: inherit !important;
    margin-left: -5px;
    display: block;
}

.urun-listesi .price {
    border-left: 1px solid #ddd;
    width: 120px;
    text-align: right;
    padding: 4px 8px 0 8px;
    box-sizing: inherit;
    color: #f78f1e;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: bold;
}

.urun-listesi .price span.old-price {
    top: -12px;
    right: 134px;
}



.urun-listesi .price small {
    font-size: 74%;
}

.urun-listesi .urun-qty {
    width: 80px;
    box-sizing: inherit;
    border-left: 1px solid #ddd;
    text-align: center;
    padding: 13px 3px;
}

.urun-listesi .urun-qty .prodaddCount.padet input {
    position: relative;
    top: 0px;
    left: 0px;
    height: 32px !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 32px;
    z-index: 2;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.urun-listesi .urun-qty .prodaddCount:before {
    content: "";
    background: url(/assets/img/sprite-sub.png) no-repeat;
    width: 8px;
    height: 7px;
    display: inline-block;
    left: 5px;
    background-position: -230px -39px;
    margin-top: -4px;
    position: relative;
    top: 7px;
}

.urun-listesi .urun-qty .prodaddCount select {
    position: relative;
    top: -34px;
    left: 0;
    z-index: 1;
    background: transparent;
    width: 52px;
    border: 0;
    border-radius: 0;
    height: 36px;
    opacity: 0;
}




.urun-listesi .action {
    width: 126px;
    padding: 5px 2px 2px 2px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    text-align: center;
    box-sizing: inherit;
    color: #ddd;
}


@media (max-width: 768px) {
    .urun-listesi li {
        height: 113px !important;
    }

    .urun-listesi .image {
        height: 116px;
    }

    .urun-listesi .details {
        width: calc(100% - 66px);
        box-sizing: inherit;
    }

    .urun-listesi .name {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding: 8px 8px 0 8px;
        line-height: 24px;
    }

    .urun-listesi .urun-stock {
        text-align: left;
        padding: 8px 2px;
    }

    .urun-listesi .urun-stock .stock {
        text-align: left;
        height: 34px;
        line-height: 32px;
        bottom: unset;
        top: 5px;
        width: 40px;
        text-align: center;
    }

    .urun-listesi .urun-stock .stock:before {
        display: none;
    }

    .urun-listesi .urun-qty,
    .urun-listesi .price,
    .urun-listesi .price {
        border-left: none;
    }

    .urun-listesi .urun-stock {
        padding-right: 0;
        width: 50px;
    }

    .urun-listesi .urun-qty {
        margin-left: 0;
        width: 62px;
        padding-left: 0;
    }

    .urun-listesi .price {
        width: calc(100% - 290px);
        padding: 4px 0 0 8px;
    }

    .urun-listesi .action {
        border-left: none;
    }

    .urun-listesi .price span.old-price {
        top: 42px;
        right: 144px;
    }

    .btn-liste-375 {
        display: none;
    }
}

@media (max-width: 600px) {
    .urun-listesi .urun-stock {
        padding: 8px 2px;
    }

    .urun-listesi .price {
        width: calc(100% - 238px);
    }

    .urun-listesi .price span.old-price {
        top: -68px;
        right: 126px;
    }

    .urun-listesi .action a.btn-liste-375 {
        display: none;
    }

}

@media (max-width: 375px) {

    .urun-listesi .price {
        width: calc(100% - 162px);
        font-size: 130%;
    }

    .urun-listesi .action {
        width: 50px;
    }

    .urun-listesi .action a.btn-liste-375 {
        display: inline-block;
    }

    .urun-listesi .action a.btn-liste-600 {
        display: none;
    }

    .urun-listesi .price span.old-price {
        top: -68px;
        right: 52px;
    }

    .btn-shopping-cart {
        padding: 5px 8px;
    }
}




.chancepage .prevnext a {
    padding: 30px;
    background-image: none !important
}

.chancepage .prevnext a.prev:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    height: 50%;
    width: 4%;
    background-color: #f78f1e;
    -webkit-transform: skew(135deg, 0deg);
    -moz-transform: skew(135deg, 0deg);
    -ms-transform: skew(135deg, 0deg);
    -o-transform: skew(135deg, 0deg);
    transform: skew(135deg, 0deg);
}

.chancepage .prevnext a.prev:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 66%;
    height: 50%;
    width: 4%;
    background-color: #f78f1e;
    -webkit-transform: skew(-135deg, 0deg);
    -moz-transform: skew(-135deg, 0deg);
    -ms-transform: skew(-135deg, 0deg);
    -o-transform: skew(-135deg, 0deg);
    transform: skew(-135deg, 0deg);
}

​ .chancepage .prevnext a.next {
    padding: 30px;
    background-image: none !important
}

.chancepage .prevnext a.next::before {
    content: '';
    position: absolute;
    top: 0;
    left: 68%;
    height: 50%;
    width: 4%;
    background-color: #f78f1e;
    -webkit-transform: skew(45deg, 0deg);
    -moz-transform: skew(45deg, 0deg);
    -ms-transform: skew(45deg, 0deg);
    -o-transform: skew(45deg, 0deg);
    transform: skew(45deg, 0deg);
}

.chancepage .prevnext a.next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 68%;
    height: 50%;
    width: 4%;
    background-color: #f78f1e;
    -webkit-transform: skew(-45deg, 0deg);
    -moz-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    -o-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);
}

​ .uclu-liste {
    height: 379px;
}

.uclu-slider {
    height: 320px;
    max-height: 320px;
}

@media screen and (min-width: 1024px) {
    .uclu-liste {
        height: 379px;
    }

    .uclu-liste .swiper-slide {
        border-bottom-color: #D4D4D4 !important;
    }

    .uclu-slider {
        height: 320px;
        max-height: 320px;
    }

    .uclu-slider .slideImg {
        width: 58px;
        height: 58px;
        margin-top: 13px !important;
    }

    .uclu-slider .aciklama {
        padding-top: 0 !important;
        margin-top: 10px !important;
        margin-bottom: 12px !important;
    }

}





.statusInC.statusInUser.selected {
    border-top: 2px solid #CDCDCD;
    border-left: 2px solid #CDCDCD;
    border-right: 2px solid #CDCDCD;
    padding-top: 10px;
    padding-left: 5px;
    height: 58px;
}

.statusInC.statusInUser.selected:before {
    content: "";
    position: absolute;
    height: 10px;
    bottom: -2px;
    right: -2px;
    background-color: #fff;
    border-left: 2px solid #cdcdcd;
    border-right: 2px solid #cdcdcd;
    z-index: 101;
    width: 110px;
}

.select-sepet-adres .dropdown-menu {
    padding-top: 0 !important;
}



.select-sepet-adres li {
    padding: 6px 12px;
    height: 64px;
}

.select-sepet-adres li.selected {
    background-color: #f78f1e;
}

.select-sepet-adres li:hover {
    background-color: #f78f1e;
}

.select-sepet-adres li a {
    padding: 0 !important;
    overflow: hidden;
}

.select-sepet-adres li a div.adres1 {
    color: #fff;
}

.select-sepet-adres li a div.adres2 {
    overflow: hidden !important;
    height: 35px;
    
}

.select-sepet-adres li a div.adres2 span.fa {
    font-weight: 100;
}

.select-sepet-adres li a div.adres2 span.fa:hover {
    color: #000;
}

.select-sepet-adres li a:hover,
.select-sepet-adres li a:focus {
    background-color: transparent !important;
    outline: none !important;
    padding: 0 !important;
}


.robot-fiyat-kutusu.fixed {
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 200;
}

.robot-fiyat-kutusu.fixed2 {
    position: fixed;
    top: 57px;
}

.panel_left_menu .left-title {
    font-weight: 600;
    color: #f78f1e;
}

.panel_left_menu li:not(.left-title):not(.divider) {
    padding-left: 6px;
}

.panel_left_menu li.divider {
    border-top: 1px solid #ddd;
    height: 1px;
}


.circles {
    float: left;
    line-height: 32px;
}

@media screen and (max-width: 600px) {
    .circles {
        position: absolute;
        left: 190px;
    }
}

.circles label {
    margin: 0 !important;
    padding: 0 !important;
}

.circles label:before {
    font-size: 13px !important;
}

.circles input[type=radio]:checked~label:not(.error):before {
    content: "\f111" !important;
}

.table-iade_islemleri {
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid;
    box-shadow: 0px 4px 9px #ccc !important;

}


.tbl-tit1 td {
    font-weight: 600;
}

.table-odemeradio tr td:first-child {
    width: 220px;
}

.table-odemeradio tr td:last-child {
    text-align: right;
}


.mobile-doviz {
    position: absolute;
    right: 0;
    top: 2px;
    width: 146px;
    font-size: 8px;
    font-family: "Arial", sans-serif;
}

.doviz-bayi {
    width: 181px;
}

.form-odeme-sayfasi .control-label {
    font-weight: 600;
    margin-bottom: 5px;
}

.form-odeme-sayfasi label:not(.control-label) {
    padding: 9px 5px 9px 0px;
}

.form-odeme-sayfasi .kusurat {
    padding-left: 0;
}

.form-odeme-sayfasi .kusurat:before {
    content: ",";
    position: absolute;
    left: -10px;
    top: 20px;
}

.form-odeme-sayfasi .toplam-adet {
    padding-right: 0
}

.form-odeme-sayfasi .toplam-adet:after {
    content: "x";
    position: absolute;
    right: -10px;
    top: 10px;
}

.form-odeme-sayfasi .tam-tutar {
    text-align: right;
    padding-left: 0;
}

.form-odeme-sayfasi .with-radio {
    padding-right: 0;
}

.form-odeme-sayfasi .form-control-feedback {
    right: 26px;
    text-align: right;
}

.form-odeme-sayfasi .toplam-tutar {
    text-align: right;
    padding-right: 46px;
}

.form-odeme-sayfasi .btn-group .btn {
    font-size: 1.2rem;
    font-weight: 100;
}

.table-kredi-kartlari {
    border: none;
}

.table-kredi-kartlari thead tr th {
    border: none;
    font-weight: 600;
    text-transform: uppercase;
}


.table-kredi-kartlari tr.item td:nth-child(2),
.table-kredi-kartlari tr:not(.item) td:nth-child(1) {
    text-align: left;
    width: 42px;
}

.table-kredi-kartlari label:not(.control-label) {
    width: 0px;
}

.table-kredi-kartlari th:nth-last-child(2),
.table-kredi-kartlari td:nth-last-child(2) {
    text-align: center;
    width: 74px;
}

.table-kredi-kartlari th:last-child,
.table-kredi-kartlari td:last-child {
    text-align: right;
    width: 134px;
}

.table-kredi-kartlari th:first-child,
.table-kredi-kartlari td:first-child {
    width: 20%;
}

.table-kredi-kartlari tbody tr td {
    font-size: 1.6rem;
    vertical-align: middle;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .table-kredi-kartlari tbody tr td {
        vertical-align: middle;
        text-transform: uppercase;
    }

    .table-kredi-kartlari thead tr th,
    .table-kredi-kartlari tbody tr td {
        padding: 2px;
        font-family: "Arial", sans-serif;
        font-size: 1.1rem;
        line-height: 26px;
    }

    .table-kredi-kartlari th:nth-last-child(2),
    .table-kredi-kartlari td:nth-last-child(2) {
        text-align: center;
        width: 50px;
    }

    .table-kredi-kartlari th:last-child,
    .table-kredi-kartlari td:last-child {
        width: 74px;
        text-align: right;
    }

    .table-kredi-kartlari tr.item td:nth-child(2),
    .table-kredi-kartlari tr:not(.item) td:nth-child(1) {
        
        text-align: left;
        width: 23px;
    }

    .table-kredi-kartlari label:not(.control-label) {
        width: 12px;
    }
}

.table-kredi-kartlari img {
    width: 100%;
}

.table-kredi-kartlari label:not(.control-label) {
    padding: 0;
    line-height: 0;
}


.searchIn .icon {
    cursor: pointer;
}



.top-detail .ks,
.slider10MainProduct .ks,
.product45 .ks,
.productwlist .ks {
    display: inline-block;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    float: left;
    margin-right: 2px;
    cursor: help;
    -webkit-transition: all .5s;
    
    transition: all .5s;
    white-space: nowrap;
}

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

    .product45 .ks,
    .productwlist .ks {
        font-size: 10px;
    }
}

.top-detail .ks:hover,
.slider10MainProduct .ks:hover,
.product45 .ks:hover,
.productwlist .ks:hover {
    max-width: 120px;
    -webkit-transition: all .5s;
    
    transition: all .5s;
    overflow: hidden;

}

.top-detail .ks:hover::before,
.slider10MainProduct .ks:hover::before,
.product45 .ks:hover::before,
.productwlist .ks:hover::before {
    padding: 0 10px;
}


.top-detail .ks-i,
.slider10MainProduct .ks-i,
.product45 .ks-i,
.productwlist .ks-i {
    background-color: #f15959;
}

.top-detail .ks-i:before,
.slider10MainProduct .ks-i:before,
.product45 .ks-i:before,
.productwlist .ks-i:before {
    content: "İ";
}

.top-detail .ks-i:hover::before,
.slider10MainProduct .ks-i:hover::before,
.product45 .ks-i:hover::before,
.productwlist .ks-i:hover::before {
    content: "İndirim";
}


.top-detail .ks-f,
.slider10MainProduct .ks-f,
.product45 .ks-f,
.productwlist .ks-f {
    background-color: #39606d;
}

.top-detail .ks-f:before,
.slider10MainProduct .ks-f:before,
.product45 .ks-f:before,
.productwlist .ks-f:before {
    content: "F";
}

.top-detail .ks-f:hover::before,
.slider10MainProduct .ks-f:hover::before,
.product45 .ks-f:hover::before,
.productwlist .ks-f:hover::before {
    content: "Fırsat";
}


.top-detail .ks-o,
.slider10MainProduct .ks-o,
.product45 .ks-o,
.productwlist .ks-o {
    background-color: #b2d453;
}

.top-detail .ks-o:before,
.slider10MainProduct .ks-o:before,
.product45 .ks-o:before,
.productwlist .ks-o:before {
    content: "Ö";
}

.top-detail .ks-o:hover::before,
.slider10MainProduct .ks-o:hover::before,
.product45 .ks-o:hover::before,
.productwlist .ks-o:hover::before {
    content: "Ödeme Avantajı";
}


.top-detail .ks-g,
.slider10MainProduct .ks-g,
.product45 .ks-g,
.productwlist .ks-g {
    background-color: #f7cf3f;
}

.top-detail .ks-g:before,
.slider10MainProduct .ks-g:before,
.product45 .ks-g:before,
.productwlist .ks-g:before {
    content: "G";
}

.top-detail .ks-g:hover::before,
.slider10MainProduct .ks-g:hover::before,
.product45 .ks-g:hover::before,
.productwlist .ks-g:hover::before {
    content: "Çok Gezilen";
}


.top-detail .ks-s,
.slider10MainProduct .ks-s,
.product45 .ks-s,
.productwlist .ks-s {
    background-color: #e68a32;
}

.top-detail .ks-s:before,
.slider10MainProduct .ks-s:before,
.product45 .ks-s:before,
.productwlist .ks-s:before {
    content: "S";
}

.top-detail .ks-s:hover::before,
.slider10MainProduct .ks-s:hover::before,
.product45 .ks-s:hover::before,
.productwlist .ks-s:hover::before {
    content: "Çok Satan";
}


.top-detail .ks-a,
.slider10MainProduct .ks-a,
.product45 .ks-a,
.productwlist .ks-a {
    background-color: #25ade3;
}

.top-detail .ks-a:before,
.slider10MainProduct .ks-a:before,
.product45 .ks-a:before,
.productwlist .ks-a:before {
    content: "A";
}

.top-detail .ks-a:hover::before,
.slider10MainProduct .ks-a:hover::before,
.product45 .ks-a:hover::before,
.productwlist .ks-a:hover::before {
    content: "Avantaj";
}


.top-detail .ks-p,
.slider10MainProduct .ks-p,
.product45 .ks-p,
.productwlist .ks-p {
    background-color: #21a89b;
}

.top-detail .ks-p:before,
.slider10MainProduct .ks-p:before,
.product45 .ks-p:before,
.productwlist .ks-p:before {
    content: "P";
}

.top-detail .ks-p:hover::before,
.slider10MainProduct .ks-p:hover::before,
.product45 .ks-p:hover::before,
.productwlist .ks-p:hover::before {
    content: "Paket Al Kazan";
}

.top-detail .ks-container {
    display: inline-block;
    left: 10px;
    position: absolute;
    bottom: 10px;
}

.productwlist .ks-container {
    display: inline-block;
    left: calc(16% + 18px);
    position: absolute;
    top: 117px;
    z-index: 10;
}

.productwlist ul li:nth-child(-n+1) .ks-container {
    display: inline-block;
    left: calc(16% + 18px);
    position: absolute;
    top: 117px;
    z-index: 10;
}

.productwlist ul li:nth-child(n+2) .ks-container {
    display: inline-block;
    left: calc(16% + 18px);
    position: absolute;
    top: 117px;
    z-index: 10;
}

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

    .slider10MainProduct ul li .ks-container,
    .product45 ul li:nth-child(-n+4) .ks-container {
        display: inline-block;
        left: 2px;
        position: absolute;
        top: 2px;
    }

    .product45 ul li:nth-child(n+5) .ks-container {
        display: inline-block;
        left: 2px;
        position: absolute;
        top: 4px;
    }
}


@media screen and (max-width: 600px) {
    .slider10MainProduct ul li .ks-container {
        display: inline-block;
        left: 2px;
        position: absolute;
        top: 2px;
    }

    .product45 ul li:nth-child(-n+2) .ks-container {
        display: inline-block;
        left: 2px;
        position: absolute;
        top: 2px;
    }

    .product45 ul li:nth-child(n+3) .ks-container {
        display: inline-block;
        left: 2px;
        position: absolute;
        top: 4px;
    }
}

.productnlist .ks-container {
    position: relative;
    top: 45px;
    left: calc(8% - 62px + 5px);


}

.productnlist .ks {
    display: inline-block;
    font-weight: 600;
    line-height: 1px;
    float: left;
    margin-right: 2px;
    font-size: 10px;
    text-transform: uppercase;
}

.productnlist .ks:not(:last-child):after {
    content: ", ";
}


.productnlist .ks-i {
    color: #f15959;
}

.productnlist .ks-i:before {
    content: "İndirim";
}


.productnlist .ks-f {
    color: #39606d;
}

.productnlist .ks-f:before {
    content: "Fırsat";
}


.productnlist .ks-o {
    color: #b2d453;
}

.productnlist .ks-o:before {
    content: "Ödeme Avantajı";
}


.productnlist .ks-g {
    color: #f7cf3f;
}

.productnlist .ks-g:before {
    content: "Çok Gezilen";
}


.productnlist .ks-s {
    color: #e68a32;
}

.productnlist .ks-s:before {
    content: "Çok Satan";
}


.productnlist .ks-a {
    color: #25ade3;
}

.productnlist .ks-a:before {
    content: "Avantaj";
}


.productnlist .ks-p {
    color: #21a89b;
}

.productnlist .ks-p:before {
    content: "Paket Al Kazan";
}

.popover {
    min-width: 250px;
}

.lazyload {
    opacity: 0;
    transition: opacity 400ms;
}

.lazyloaded {
    opacity: 1;
}

.catexport {
    float: left;
    margin-top: 15px;
    font-size: 12pt;
}









@media (max-width: 480px) {
    .footerC {
        width: 100%;
        display: inline-block;
        margin-top: 30px;
        border-top: 4px solid #343434;
        background-color: #252525;
        color: #838381;
        padding: 4px;
        text-align: left;
        padding: 20px 20px 10px 20px;
    }

    .footerSecure {
        margin-left: -20px;
    }

    .footer_info {
        padding-bottom: 10px;
    }

    .footer_info span {
        all: unset;
        font-size: 10px;
        display: block;
    }

    .footer_info span.name {
        all: unset;
        color: #b0b0b2;
        font-weight: bold;
        display: block;
        text-align: center;
    }

    .footerLinks {
        all: unset;
        padding-top: 10px;
        border-top: 1px solid #313131;
        text-align: left;
        font-size: 10pt;
        vertical-align: top;
    }

    .footerLinkCol:nth-child(odd) {
        all: unset;
        margin-bottom: 15px;
        width: 51%;
        float: left;
    }

    .footerLinkCol:nth-child(even) {
        all: unset;
        margin-bottom: 15px;
        width: 48%;
        float: left;
    }

    .footerLinkCol .title {
        all: unset;
        font-weight: bold;
        color: #b0b0b2;
    }

    .footerLinks a {
        all: unset;
        font-size: 9pt;
        color: #838381;
    }

    .footerCopyright {
        all: unset;
        padding: 10px 0;
        clear: both;
        display: block;
        font-size: 9px;
        text-align: center;
        border-top: 1px solid #313131;
    }
}

.prom-aciklama .label {
    padding: 2px 4px;
}

.prom-aciklama label small:before {
    content: "(";
}

.prom-aciklama label small:after {
    content: ")";
}

#modal-popup .modal-content img {
    width: 100%;
}

.small-link {
    display: block;
    width: 100%;
    padding-right: 4px;
}

.small-link small {
    float: right;
    font-weight: 200;
    text-decoration: underline;
}

.small-link small:hover {
    color: #f78f1e;
}



.flex-cc-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-cc-container table td {
    font-size: 11px;
    font-weight: 600;
}

.flex-cc-container>.flex-cc-item:not(:nth-child(4n)) {
    border-right: 1px solid #ddd;
}

.flex-cc-container>.flex-cc-item:last-child {
    border-right: 0px;
}

.flex-cc-item {
    flex: 1 1 140px;
}

.cc_odeme_image {
    max-width: 100%;
    max-height: 32px;
}

.close-popup {
    right: 0;
    z-index: 10;
    font-size: 30px;
    position: absolute;
    top: -7px;
    width: 50px;
    text-align: right;
}


.swiper-container-kategori {
    margin-bottom: 15px
}

.swiper-pagination {
    text-align: right;
    padding-right: 20px;
}

.updateFirsat .swiper-pagination {
    padding-right: 0px;
    text-align: center;
}


.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}


.swiper-pagination-bullet-active {
    background: #f78f1e;
}


.uclu-slider,
.dortlu-slider {
    position: relative;
}

.sliderMainProduct .swiper-button-next,
.sliderMainProduct .swiper-button-prev {
    display: none;
}


.swiper-container-vertical .swiper-button-next {
    top: 30px;
    bottom: auto;
    left: calc(50% - 10px);
    right: unset;
    transform: rotate(-90deg);
}

.swiper-container-vertical .swiper-button-prev {
    top: auto;
    bottom: 10px;
    left: calc(50% - 10px);
    right: unset;
    transform: rotate(-90deg);
}

.swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    border: 2px solid #f78f1e;
}


.swiper-pagination-bullet-active {
    background: #f78f1e;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'#f78f1e'%2F%3E%3C%2Fsvg%3E") !important;
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'#f78f1e'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}


.colProductIn {
    position: relative;
    z-index: 0;
}


@media only screen and (max-width: 600px) {
    .markaSelect {
        position: absolute;
        width: 49.3%;
        top: 53px;
        right: 1%;
        padding: 0 4px;
        border-top: 1px solid #d0d0d0;
        border-right: 1px solid #d0d0d0;
        border-radius: 0 3px 0 0;
        height: 54px;
        float: left;
        margin-left: 15px;
    }

    .markaSelect>option:nth-child(1) {
        display: none !important;
    }

    .markaSelect .btn-group.open .dropdown-toggle {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .markaSelect .btn-default:active,
    .markaSelect .btn-default.active,
    .markaSelect .open>.btn-default.dropdown-toggle {
        background-color: transparent;
        border-color: transparent;
    }

    .markaSelect .bootstrap-select.btn-group .dropdown-menu li:first-child {
        display: none;
    }

    .markaSelect .dropdown-menu.open {
        border-top: none;
        top: 54px;
        width: 100px !important;
    }

    .markaSelect .mobile-device {
        z-index: -1 !important;
    }

    .markaSelect div>.btn-default {
        background-color: #fff;
        color: #333 !important;
        height: 32px;
        border-bottom: none;
        border-color: transparent;
        margin-left: 0;
        font-size: 16px;
        top: 10px;
        font-weight: bold;
        padding-left: 5px;
    }

    .markaSelect div>select {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: .5px;
        height: 100%;
        padding: 0;
        opacity: 0;
        border: none;
    }

    .catsMenu>ul>li {
        height: auto;
        border-bottom: 1px solid #e9eaee;
        padding: 8px;
    }

    .catsMenu>ul>li>a {
        font-weight: 600;
        padding-top: 0 !important;
        height: auto !important;
        line-height: 1.6;
    }

    .catsMenuC.opened .menu-arrow {
        all: unset;
    }

    .catsMenu>ul>li>a:after {
        font-family: 'Material Icons';
        content: "\E315" !important;
        float: right;
        background-image: none;
        top: unset;
        right: unset;
        width: unset;
        height: unset;
        position: relative;
        
    }

    .catsMenu>ul>li.selected>a {
        color: #f78f1e;
    }

    .catsMenu>ul>li.selected>a:after {
        background-image: unset;
        right: unset;
        position: relative;
        top: unset;
        width: unset;
        height: unset;
    }


    .catsMenu>ul>li.selected .subMenuListCat>ul>li>a:before {
        font-family: 'Material Icons';
        content: "\E315";
        font-size: 11px;
        background-image: none;
        right: unset;
        position: relative;
        top: unset;
        width: unset;
        height: unset;
    }

    .selected {
        padding: 0;
    }

    .selected .catSubMenu {
        display: block;
        width: 100% !important;
        margin-top: 9px;
    }

    .catSubMenu {
        top: -1px;
        border-top: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
        border-left: none;
        display: none;
    }

    .catSubMenuList {
        padding: 4px 10px;
        background-color: #f5f5f5;
    }

    .subMenuListCat .title {
        color: #f78f1e;
        font-size: 10pt;
        font-weight: 600;
        display: inline-block;
    }

    .subMenuListCat ul li {
        font-size: 10pt;
        line-height: 2.5;
        height: unset;
    }

    .subMenuListCat ul li:not(:last-child) {
        border-bottom: 1px solid #e9eaee;
    }

    .subMenuListCat ul li a {
        font-size: 10pt;
    }

    .ks-container {
        display: none;
    }
}

@media only screen and (min-width: 601px) {
    .top-bigdetail .prodaddCount .btn-default {
        opacity: 0;
    }

    .top-bigdetail .prodaddCount .bootstrap-select {
        top: -46px;
        height: 46px;
    }

    .colProductIn .prodaddCount .bootstrap-select {
        top: -36px;
        height: 33px;
    }

    .colProductIn .prodaddCount .btn-default {
        opacity: 0;
    }

    .colProductIn .prodaddCount .dropdown-menu li {
        min-width: 100%;
    }

}

.colProductIn .prodaddCount .bootstrap-select {
    top: -36px;
    height: 33px;
}

.colProductIn .prodaddCount .btn-default {
    opacity: 0;
}

.colProductIn .prodaddCount .dropdown-menu li {
    min-width: 100%;
}


.headerTop.sticked .bootstrap-select {
    top: -36px !important;
}

.headerTop.sticked .bootstrap-select .btn-default {
    opacity: 0;
}


.en-fazla-adet {
    color: #38a78b;
    font-weight: 600;
}

.top-timecount .en-fazla-adet,
.top-bigdetail .en-fazla-adet {
    position: relative;
    top: -10px;
}


