<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    overflow-y: scroll
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-none {
    direction: none !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    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.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

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

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

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

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

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

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

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

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

.btn-primary.active,
.btn-primary:active,
.open&gt;.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #da7508;
    border-color: #da7508
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-warning.active,
.btn-warning:active,
.open&gt;.dropdown-toggle.btn-warning {
    color: #333;
    background-color: #dbdbdb;
    border-color: #c2c2c2
}

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

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

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

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

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

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

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

.btn-danger.active,
.btn-danger:active,
.open&gt;.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

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

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

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

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

.btn-link {
    color: #f78f1e;
    font-weight: 400;
    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:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

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

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

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

.btn-lg&gt;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-group-sm&gt;.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs&gt;.btn,
.btn-xs {
    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=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

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

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

.btn-group-vertical&gt;.btn.active,
.btn-group-vertical&gt;.btn:active,
.btn-group-vertical&gt;.btn:focus,
.btn-group-vertical&gt;.btn:hover,
.btn-group&gt;.btn.active,
.btn-group&gt;.btn:active,
.btn-group&gt;.btn:focus,
.btn-group&gt;.btn:hover {
    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&gt;.btn,
.btn-toolbar&gt;.btn-group,
.btn-toolbar&gt;.input-group {
    margin-left: 5px
}

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

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

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

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

.btn-group&gt;.btn-group {
    float: left
}

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

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

.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.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&gt;.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group&gt;.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, .125);
    box-shadow: inset 0 3px 5px rgba(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&gt;.btn,
.btn-group-vertical&gt;.btn-group,
.btn-group-vertical&gt;.btn-group&gt;.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical&gt;.btn-group&gt;.btn {
    float: none
}

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

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

.btn-group-vertical&gt;.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&gt;.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&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
    border-radius: 0
}

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

.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.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&gt;.btn,
.btn-group-justified&gt;.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

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

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

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

.text-primary {
    color: #f78f1e
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #d9534f
}

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

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

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

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

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

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

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

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

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

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

a.bg-danger:focus,
a.bg-danger:hover {
    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&gt;.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(../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.btn-default:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:hover {
    background-color: #fff !important
}

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

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !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&gt;.dropdown-toggle.bs-placeholder {
    color: #333 !important
}

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

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

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

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

.prodaddbasket.favori {
    width: 23%
}

.prodaddbasket&gt;.basket-closeprod {
    height: 35px
}

.productnlist .prodaddbasket {
    top: 14px;
    padding-top: 0 !important;
    text-align: right;
    padding-right: 10px
}

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

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

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

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

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

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

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

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

.prod-detail .top-thumb&gt;a.bot,
.prod-detail .top-thumb&gt;a.top {
    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: 0 !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&gt;span:before {
        display: none !important
    }

    div.top-bigdetail&gt;div&gt;div.stock&gt;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: 0 !important;
    border-top-left-radius: 3px !important
}

input[name=fdate],
input[name=sdate] {
    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;
        float: left
    }

    .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&gt;ul&gt;li.topli-name&gt;a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px
}

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

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

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

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

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

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

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

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

.markaSelect .open {
    border-radius: 0
}

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

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

.markaSelect ul.dropdown-menu.inner&gt;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&gt;ul&gt;li&gt;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: 400;
    font-size: 8pt;
    text-align: center;
    line-height: 18px;
    z-index: 10;
    min-width: 18px
}

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

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

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

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

.productwlist ul.proddetails {
    padding-bottom: 0;
    padding-top: 5px
}

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

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

.productwlist&gt;ul&gt;li&gt;span&gt;span.aciklama a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    width: 520px
}

.productwlist&gt;ul&gt;li&gt;.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&gt;ul&gt;li&gt;span&gt;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: 700;
    margin-top: 2px
}

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

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

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

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

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

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

.bigImgC.swiper-container-horizontal&gt;ul&gt;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&gt;a {
    font-weight: 700;
    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: 0;
    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 0 8px
}

.prd-categoryC&gt;ul&gt;li.ox-url&gt;a:before,
.prd-categoryC&gt;ul&gt;li&gt;a.ox-url: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&gt;ul&gt;li.ox-url.selected&gt;a:before,
.prd-categoryC&gt;ul&gt;li.selected&gt;a.ox-url: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=checkbox],
input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

input[type=checkbox]~label:not(.error):before,
input[type=radio]~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=checkbox]:checked~label:not(.error):before,
input[type=radio]: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: 0 0
}

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

.catsMenuC&gt;a {
    border-radius: unset
}

.catSubMenu {
    width: 740px;
    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: 0 !important
}

#adres-div&gt;div.col-sm-6&gt;.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.product45 .stock {
    bottom: 12px
}

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

label:before {
    vertical-align: top
}

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

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

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

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

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

.prd-categoryC.prd-selectCat.opened&gt;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:after,
.stock:before {
    background-color: #888;
    color: transparent;
    text-shadow: 0 2px 3px rgba(255, 255, 255, .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:after,
    .stock:before {
        background-color: transparent
    }

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

    .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: 0
    }

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

.stock-sepet {
    display: block !important
}

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

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

.stock20:after {
    content: "20+";
    color: rgba(164, 220, 145, .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, .8);
    text-shadow: 1px 4px 6px #f0f0f0, 0 0 0 #000, 1px 4px 6px #f0f0f0
}

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

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

.stock4:after {
    content: "4";
    color: rgba(224, 141, 141, .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: 400;
    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
}

.basket-products .aciklama,
.sepet-product-name {
    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&gt;div&gt;div.prodaddCount.padet {
    margin-left: 10px;
    border-radius: 2px
}

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

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

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

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

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

.catsBtn {
    background: #fff !important
}

.product_l_12&gt;ul&gt;li {
    border: 0 solid #d4d4d4
}

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

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

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

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

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

.product_l_12&gt;ul&gt;li:nth-child(4n),
.product_l_12&gt;ul&gt;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&gt;li:nth-child(5n+1),
.product45&gt;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
    }

    .bunlarada-bakti .aciklama,
    .uclu-liste .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&gt;ul&gt;li {
        max-height: 60px
    }

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

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

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

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

    .catsMenuC {
        left: -2px
    }

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

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

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

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

    .catsBtn {
        width: 102%
    }

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

    .catsMenu&gt;ul&gt;li&gt;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)&gt;.form-inline&gt;.form-control:first-child,
    td:nth-child(3)&gt;.form-inline&gt;.form-control:first-child {
        width: 50% !important;
        max-width: 50% !important
    }

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

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

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

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

    .topli-user {
        padding-left: 10px !important;
        padding-right: 0 !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&gt;li&gt;a,
    .product-tabs&gt;li&gt;a:hover {
        font-size: 10pt !important
    }

    .cc-expire {
        width: 100%
    }

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

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

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

    .panelim-mobile {
        display: none
    }

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

    .row.breadcrumbC {
        padding-top: 0
    }

    .row.breadcrumbC&gt;a {
        display: none
    }

    .footerLinkCol&gt;ul&gt;li&gt;a {
        float: none
    }

    .appstore_link {
        margin-bottom: 0
    }

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

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

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

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

    .product-list-menuC {
        padding: 9px 9px 0 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&gt;li&gt;span.kat-name {
        max-width: 100%
    }

    .kategoriler select {
        max-width: 93px
    }

    .kategoriler input.yuzde {
        width: 24px
    }

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

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

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

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

    .marka&gt;div&gt;ul&gt;li&gt;.prodaddbasket.favori {
        width: 214px !important
    }

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

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

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

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

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

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

.colshadow&gt;.titleO {
    border-bottom: none
}

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

.sub-right-prod&gt;div&gt;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
}

.backdgrey&gt;a&gt;span.aciklama,
.backlgrey&gt;a&gt;span.aciklama,
li.rline&gt;a&gt;span.aciklama {
    font-weight: 400 !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&gt;div.form-group&gt;label.control-label {
    line-height: 22px
}

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

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

.product-tabs&gt;li&gt;a,
.product-tabs&gt;li&gt;a:hover {
    margin: 0;
    border-radius: 0;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 15px;
    font-weight: 700;
    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&gt;li&gt;a,
    .product-tabs&gt;li&gt;a:hover {
        padding-right: 10px;
        padding-left: 10px
    }
}

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

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

.product-tabs&gt;li.active:last-child&gt;a,
.product-tabs&gt;li.active:last-child&gt;a:focus,
.product-tabs&gt;li.active:last-child&gt;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&gt;.tab-pane&gt;table {
    border-top: none !important
}

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

    .modal-oksid .modal-body {
        width: 700px;
        height: 371px;
        display: flex;
        justify-content: center;
    }

   
}


#modal-popup .modal-content img {
    width: 100% !important;
    object-fit: contain;
}

.modal-oksid .modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
}

.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&gt;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-footer,
.modal-oksid .modal-header {
    margin-left: -26px;
    margin-right: -26px
}

.modal-oksid .footer-ribon,
.modal-oksid .header-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&gt;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(../img/kampanyalar/top-left.png)
}

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

.modal-oksid .top-center&gt;span.logo {
    float: left;
    background: url(../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(../img/kampanyalar/top-right.png)
}

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

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

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

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

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

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

.modal-oksid .banks-axess,
.modal-oksid .banks-bonus,
.modal-oksid .banks-cardfinans,
.modal-oksid .banks-maximum,
.modal-oksid .banks-world {
    background-image: url(../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&gt;img {
    width: 100%;
    max-height: 100%
}

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

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

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

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

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

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

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

input[type=checkbox]:hover+label+.gaming-image {
    opacity: .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(../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: 0;
    top: -24px;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    font-size: 12px;
    opacity: 0
}

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

.robot-btn-reset&gt;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(../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&gt;ul&gt;li .price {
    padding-top: 39px !important
}

.slideImg {
    border: none
}

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

.colProductIn ul&gt;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-bilgilerim&gt;.row,
.form-yetkili&gt;.row {
    margin-bottom: 0
}

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

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

.table-usermenu&gt;thead&gt;tr&gt;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: 700;
    padding-top: 8px
}

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

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

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

.filtersub&gt;div&gt;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: 0 0;
    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 0;
    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&gt;.prd-menu-title:after {
    content: "\f078";
    font: normal normal normal 12px/1 FontAwesome;
    background: 0 0;
    color: #333
}

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

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

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

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

.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&gt;a.bot:before,
.prod-detail .top-thumb&gt;a.top:before {
    font: normal normal normal 16pt/1 FontAwesome;
    background: 0 0
}

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

.prod-detail .top-thumb&gt;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
}

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

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

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

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

.topli-payment&gt;.topSubMenu {
    left: unset;
    right: 0
}

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

.searchC&gt;.markaSelect&gt;div&gt;.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-next:before,
.comparisonpage .pay-titlefilt a.comp-btn-prev:before {
    background-image: none;
    font: normal normal normal 16px/1 FontAwesome
}

.comparisonpage .pay-titlefilt a.comp-btn-next.swiper-button-disabled:before,
.comparisonpage .pay-titlefilt a.comp-btn-prev.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%
}

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

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

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

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

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

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

.datepicker table {
    width: 100%
}

.datepicker table thead tr th.next:hover,
.datepicker table thead tr th.prev: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:focus,
.markaSelect .btn-default:hover {
    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(../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&gt;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 0
}

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

.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&gt;ul&gt;li {
    height: 145px;
    padding: 2px
}

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

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

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

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

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

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

.diger-markalar&gt;li&gt;a:active,
.diger-markalar&gt;li&gt;a:hover {
    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&gt;.footerIn {
    padding-top: 14px
}

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

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

.footerB&gt;.footerIn&gt;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: 0
}

.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&gt;form .formCol&gt;ul&gt;li&gt;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 span {
    font-weight: 600
}

.contantAddressC .address a{
    text-decoration: underline !important;
}

.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&gt;ul&gt;li&gt;ul li:not(:last-child) {
    -webkit-box-shadow: inset 3px 0 5px -2px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 3px 0 5px -2px rgba(0, 0, 0, .3);
    box-shadow: inset 3px 0 5px -2px rgba(0, 0, 0, .3)
}

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

.comp-slider&gt;ul&gt;li&gt;ul li:nth-last-child(2),
.comparisonpage ul.compsublist li:last-child {
    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&gt;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&gt;.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&gt;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-shopping-cart,
.btn_sepet_hepsi {
    line-height: 22px;
    padding: 5px 12px
}

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

.btn-sepet-firsat:before,
.btn-shopping-cart:before,
.btn_sepet_detay:before,
.btn_sepet_hepsi: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: 700 !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
}

input#ccinp-ccv,
select#ay {
    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&gt;span {
    font-weight: 600;
    font-size: 14px
}

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

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

.imgcont&gt;a:focus {
    outline: 0
}

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

.kampanya-modal-content {
    border: none
}

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

h5.title {
    height: 21px;
    font-weight: 700;
    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 .action,
.sepetim .details,
.sepetim .image,
.sepetim .name,
.sepetim .price,
.sepetim .urun-stock {
    display: inline-block;
    margin: 0;
    height: 58px;
    line-height: 48px
}

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

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

.sepetim&gt;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% - 400px);
    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: 200px;
    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: 700
}

.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: 0;
    left: 0;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !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(../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: 0 0;
    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) {
    .sepet_stock {
        line-height: 20px;
        display: block;
        font-size: 9px
    }

    .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 .price,
    .sepetim .urun-qty {
        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 .action,
.urun-listesi .details,
.urun-listesi .image,
.urun-listesi .name,
.urun-listesi .price,
.urun-listesi .urun-stock {
    display: inline-block;
    margin: 0;
    height: 58px;
    line-height: 48px
}

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

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

.urun-listesi&gt;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: 700
}

.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: 0;
    left: 0;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !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(../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: 0 0;
    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 .price,
    .urun-listesi .urun-qty {
        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:focus,
.select-sepet-adres li a:hover {
    background-color: transparent !important;
    outline: 0 !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: 0 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 0
}

.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: 0
}

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

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

.table-kredi-kartlari td:first-child,
.table-kredi-kartlari th: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 tbody tr td,
    .table-kredi-kartlari thead tr th {
        padding: 2px;
        font-family: Arial, sans-serif;
        font-size: 1.1rem;
        line-height: 26px
    }

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

    .table-kredi-kartlari td:last-child,
    .table-kredi-kartlari th: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
}

.product45 .ks,
.slider10MainProduct .ks,
.top-detail .ks {
    display: inline-block;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    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
    }
}

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

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

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

.product45 .ks-i:before,
.slider10MainProduct .ks-i:before,
.top-detail .ks-i:before {
    content: "Ä°"
}

.product45 .ks-i:hover::before,
.slider10MainProduct .ks-i:hover::before,
.top-detail .ks-i:hover::before {
    content: "Ä°ndirim"
}

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

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

.product45 .ks-f:hover::before,
.slider10MainProduct .ks-f:hover::before,
.top-detail .ks-f:hover::before {
    content: "FÄ±rsat"
}

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

.product45 .ks-o:before,
.slider10MainProduct .ks-o:before,
.top-detail .ks-o:before {
    content: "Ã–"
}

.product45 .ks-o:hover::before,
.slider10MainProduct .ks-o:hover::before,
.top-detail .ks-o:hover::before {
    content: "Ã–deme AvantajÄ±"
}

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

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

.product45 .ks-g:hover::before,
.slider10MainProduct .ks-g:hover::before,
.top-detail .ks-g:hover::before {
    content: "Ã‡ok Gezilen"
}

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

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

.product45 .ks-s:hover::before,
.slider10MainProduct .ks-s:hover::before,
.top-detail .ks-s:hover::before {
    content: "Ã‡ok Satan"
}

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

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

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

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

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

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

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

a:focus {
    outline: 0
}

.productwlist .ks-container {
    display: flex;
    left: calc(16% + 18px);
    position: absolute;
    bottom: 9px;
    z-index: 10
}

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

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

    .product45 ul li:nth-child(n+5) .ks-container {
        display: flex;
        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,
.productwlist .ks {
    display: inline-block;
    font-weight: 600;
    line-height: 1px;
    margin-right: 2px;
    font-size: 10px;
    text-transform: uppercase
}

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

.productnlist .ks-i,
.productwlist .ks-i {
    color: #f15959
}

.productnlist .ks-i:before,
.productwlist .ks-i:before {
    content: "Ä°ndirim"
}

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

.productnlist .ks-f:before,
.productwlist .ks-f:before {
    content: "FÄ±rsat"
}

.productnlist .ks-o,
.productwlist .ks-o {
    color: #b2d453
}

.productnlist .ks-o:before,
.productwlist .ks-o:before {
    content: "Ã–deme AvantajÄ±"
}

.productnlist .ks-g,
.productwlist .ks-g {
    color: #f7cf3f
}

.productnlist .ks-g:before,
.productwlist .ks-g:before {
    content: "Ã‡ok Gezilen"
}

.productnlist .ks-s,
.productwlist .ks-s {
    color: #e68a32
}

.productnlist .ks-s:before,
.productwlist .ks-s:before {
    content: "Ã‡ok Satan"
}

.productnlist .ks-a,
.productwlist .ks-a {
    color: #25ade3
}

.productnlist .ks-a:before,
.productwlist .ks-a:before {
    content: "Avantaj"
}

.productnlist .ks-p,
.productwlist .ks-p {
    color: #21a89b
}

.productnlist .ks-p:before,
.productwlist .ks-p:before {
    content: "Paket Al Kazan"
}

.popover {
    min-width: 250px
}

.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: 700;
        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: 700;
        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: ")"
}



.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&gt;.flex-cc-item:not(:nth-child(4n)) {
    border-right: 1px solid #ddd
}

.flex-cc-container&gt;.flex-cc-item:last-child {
    border-right: 0
}

.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: 0;
    text-align: center
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px
}

.swiper-pagination-bullet-active {
    background: #f78f1e
}

.dortlu-slider,
.uclu-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: 0 0;
    border: 2px solid #f78f1e
}

.swiper-pagination-bullet-active {
    background: #f78f1e
}

.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&gt;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&gt;.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&gt;.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: 700;
        padding-left: 5px
    }

    .markaSelect div&gt;select {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: .5px;
        height: 100%;
        padding: 0;
        opacity: 0;
        border: none
    }

    .catsMenu&gt;ul&gt;li {
        height: auto;
        border-bottom: 1px solid #e9eaee;
        padding: 8px
    }

    .catsMenu&gt;ul&gt;li&gt;a {
        font-weight: 600;
        padding-top: 0 !important;
        height: auto !important;
        line-height: 1.6
    }

    .catsMenuC.opened .menu-arrow {
        all: unset
    }

    .catsMenu&gt;ul&gt;li&gt;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&gt;ul&gt;li.selected&gt;a {
        color: #f78f1e
    }

    .catsMenu&gt;ul&gt;li.selected&gt;a:after {
        background-image: unset;
        right: unset;
        position: relative;
        top: unset;
        width: unset;
        height: unset
    }

    .catsMenu&gt;ul&gt;li.selected .subMenuListCat&gt;ul&gt;li&gt;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-bigdetail .en-fazla-adet,
.top-timecount .en-fazla-adet {
    position: relative;
    top: -10px
}

.urun_puani&gt;.title {
    background-color: #7f939e;
    font-size: 15px;
    display: inline-grid;
    border-top-right-radius: 2px;
    color: #fff;
    border-top-left-radius: 2px;
    width: 452px;
    font-weight: 100;
    padding: 1px 10px;
    height: 26px;
    text-align: center;
    align-items: center
}

.urun_puani&gt;.content {
    display: flex;
    justify-content: space-between;
    background-color: #93adbc;
    font-size: 12px;
    color: #fff;
    width: 452px;
    align-items: center;
    padding: 8px 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.urun_puani&gt;.content&gt;a {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.urun_puani&gt;.content&gt;a:hover {
    text-decoration: none
}

.productnlist .fiyat1 {
    left: 57%
}

.mainRightSlider .rsliderNav {
    z-index: 8 !important
}

.slider10MainProduct .prodcheckbox,
.sliderMainProduct .prodcheckbox,
.swiper-slide .prodcheckbox {
    display: none !important
}

.productnlist .prodcheckbox {
    left: 74%;
    width: 57px !important;
    display: flex !important;
    padding: 0 4px 0 2px !important;
    align-content: center;
    align-items: center;
    justify-content: space-around
}

.productwlist .prodcheckbox {
    width: 46px;
    display: flex;
    justify-content: space-between
}

.product45.colProductIn .prodcheckbox {
    right: 7px;
    top: 7px;
    width: 46px;
    display: flex;
    justify-content: space-between
}

.compare-checkbox .compare-checked,
.compare-checkbox input[type=checkbox],
.favorite-checkbox .favorite-checked,
.favorite-checkbox input[type=checkbox] {
    display: none
}

.compare-checkbox input[type=checkbox]:checked~.compare-checked,
.favorite-checkbox input[type=checkbox]:checked~.favorite-checked {
    display: inline-block
}

.compare-checkbox input[type=checkbox]:checked~.compare-unchecked,
.favorite-checkbox input[type=checkbox]:checked~.favorite-unchecked {
    display: none
}

.favorite-checked {
    color: #e53935
}

.compare-checked {
    color: orange
}

.compare-unchecked {
    margin-right: 3px
}

.compare-unchecked,
.favorite-unchecked {
    color: #cdcdcd
}

.compare-checkbox,
.favorite-checkbox {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important
}

.compare-checkbox&gt;i,
.favorite-checkbox&gt;i {
    font-size: 20px;
    cursor: pointer
}

.header-favorite {
    position: relative;
    font-size: 16px
}

.w-100 {
    width: 100% !important
}

.karsilastirma_pop .modal-content {
    border-radius: 0 !important
}

.karsilastirma_pop img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%
}

.karsilastirma_pop table tr:nth-child(1) td {
    border-top: 0
}

.karsilastirma_pop table tr td {
    vertical-align: middle
}

.karsilastirma_pop table tr&gt;td:nth-child(1) {
    width: 60px
}

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;span:focus,
.pagination&gt;.active&gt;span:hover {
    background-color: #f78f1e;
    border-color: #f78f1e
}

/*zin 2*/
.cerez-politikasi-container {
    box-sizing: border-box;
    z-index: 1;
    position: fixed;
    line-height: 1.4;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .75)
}

.cerez-politikasi {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto
}

.cerez-politikasi p {
    line-height: 1.4;
    margin-bottom: 0
}

.btn-cerez {
    overflow: visible;
    margin-left: 20px
}

.col40 {
    width: 40%;
    display: inline-block
}

.col60 {
    width: 58%;
    display: inline-block
}

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

    .col40,
    .col60 {
        width: 100%
    }

    .cerez-politikasi-container {
        padding: 16px
    }

    .cerez-politikasi {
        flex-direction: column
    }
}

.nowrap {
    white-space: nowrap
}</pre></body></html>