<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&amp;subset=latin-ext');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    padding: 0;
    background: #fff;
    font-weight: 400;
    padding-top: 130px;
}

ol, ul, dl {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

input, select, textarea {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

.cls {
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.in {
    max-width: 1200px;
    padding: 0 25px;
    box-sizing: border-box;
    margin: 0 auto;
}

select,
input[type=text],
input[type=email],
input[type=phone],
input[type=number],
input[type=password],
textarea {
    width: 100%;
    height: 32px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff url(../i/icon_select.png) no-repeat right 10px center;
    background-size: 9px;
}

input[type=text],
input[type=email],
input[type=phone],
input[type=password],
textarea {
    background-image: none;
    height: 50px;
}

textarea {
    height: 100px;
}


.staticAlert {
    padding: 20px 30px;
    width: 502px;
    box-sizing: border-box;
    right: -512px;
    transition: 0.5s ease;
    top: 115px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #c2d2c2;
    background: #daedd2;
    font-size: 1.286em;
    color: #356b35;
}

.staticAlert em.close {
    position: absolute;
    right: 0;
    width: 35px;
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    font-family: Verdana, Sans Serif;
    font-style: normal;
    top: 0;
    font-size: 18px;
    opacity: 0.3;
    cursor: pointer;
}

.staticAlert em.close:hover {
    opacity: 1;
}

.staticAlert.show {
    width: 100%;
}

.staticAlert.info {
    color: #34718e;
    background: #d9edf6;
    border-color: #bde8f0;
}

.staticAlert.error {
    color: #a74544;
    background: #f1dede;
    border-color: #eaccd1;
}

.staticAlert.warning {
    color: #896d3f;
    background: #fcf8e4;
    border-color: #faeacd;
}

.alert {
    z-index: 9999;
    position: fixed;
    padding: 20px 30px;
    width: 502px;
    box-sizing: border-box;
    right: -512px;
    transition: 0.5s ease;
    top: 115px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #c2d2c2;
    background: #daedd2;
    font-size: 1.286em;
    color: #356b35;
}

.alert em.close {
    position: absolute;
    right: 0;
    width: 35px;
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    font-family: Verdana, Sans Serif;
    font-style: normal;
    top: 0;
    font-size: 18px;
    opacity: 0.3;
    cursor: pointer;
}

.alert em.close:hover {
    opacity: 1;
}

.alert.show {
    right: 10px;
}

.alert.error {
    color: #a74544;
    background: #f1dede;
    border-color: #eaccd1;
}

.alert ul .errorSub {
    font-size: 14px;
}

.alert ul .errorSub:before {
    content: "* ";
}

.alert.info {
    color: #34718e;
    background: #d9edf6;
    border-color: #bde8f0;
}

.alert.warning {
    color: #896d3f;
    background: #fcf8e4;
    border-color: #faeacd;
}

.btn {
    display: block;
    position: relative;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    background: #2c5b8e;
    cursor: pointer;
}

.btn input.btn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    left: 0;
    top: 0;
}

.btn strong {
    font-weight: 600;
    display: inline-block;
    height: 40px;
    position: relative;
    top: -15px;
    z-index: 0;
}

.btn:before {
    content: "";
    display: inline-block;
    height: 40px;
    background: url(../i/btn_filtre.png) no-repeat center;
    background-size: 100%;
    margin-right: 4px;
    width: 18px;
    position: relative;
    z-index: 0;
}


header {
    height: 110px;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
}

header .top {
    background: #2e2b2d;
    height: 60px;
    padding: 8px 0;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

header .top .logo {
    float: left;
    width: 200px;
    padding-right: 15px;
}

header .top .logo a {
    display: block;
}

header .top .logo img {
    width: 100%;
}

header .top .search {
    float: left;
}

header .top .search input {
    float: left;
    width: 515px;
    height: 40px;
    background: #272527;
    border: 0;
    border-radius: 4px 0 0 4px;
    padding: 0 15px;
    box-sizing: border-box;
    color: #635f62;
    font-weight: 600;
}

header .top .search input.btn {
    width: 44px;
    border-radius: 0 4px 4px 0;
    background: #2c5b8e url(../i/icon_search.png) no-repeat center;
    background-size: 18px;
    cursor: pointer;
}

header .top .right {
    float: right;
    padding-top: 2px;
}

header .top .btns {
    float: left;
}

header .top .btns &gt; div {
    float: left;
    position: relative;
}

header .top .btns &gt; a,
header .top .btns &gt; div &gt; a {
    float: left;
    width: 110px;
    text-align: center;
    background: #3d393c;
    border-radius: 4px;
    color: #ecc800;
    font-weight: 600;
    margin-left: 10px;
    font-size: 0.857em;
    height: 40px;
    line-height: 40px;
}

header .top .btns a.ilanVer,
header .top .btns a.message {
    background: #2c5b8e;
    color: #fff;
}

header .top .btns a span {
    display: inline-block;
    position: relative;
    top: -15px;
}

header .top .btns &gt; a:before,
header .top .btns &gt; div &gt; a:before {
    content: "";
    display: inline-block;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    background-size: 18px;
}

header .top .btns a.login:before {
    background-image: url(../i/icon_login.png);
    width: 18px;
}

header .top .btns a.signup:before {
    background-image: url(../i/icon_signup.png);
    width: 20px;
}

header .top .btns a.ilanVer:before {
    background-image: url(../i/icon_add.png);
    width: 18px;
}

header .top .btns a.message:before {
    background-image: url(../i/icon-message.png);
    width: 20px;
    background-size: 100%;
}

header .top .btns a.special:before {
    background-image: url(../i/icon-special.png);
    width: 16px;
    background-size: 100%;
}

header .top .btns a.message {
    position: relative;
}

header .top .btns a.message em {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #e01c14;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    left: 2px;
    top: 2px;
}

header .top .btns .specialMenu {
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #d9d9d9;
    border-top: 4px solid #272527;
    width: 200px;
    box-sizing: border-box;
    left: -70px;
    top: 60px;
    display: none;
}

header .top .btns .specialMenu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #272527 transparent;
    left: calc(50% - 6px);
    top: -10px;
}

header .top .btns .specialMenu:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    top: -24px;
}

header .top .btns .specialMenu a {
    display: block;
    height: 39px;
    border-bottom: 1px solid #eaeaea;
    line-height: 39px;
    position: relative;
}

header .top .btns .specialMenu li:last-child a {
    border: 0;
}

header .top .btns .specialMenu li.on &gt; a {
    background-color: #ebebeb;
    background-color: #f7f7f7;
    width: 105%;
    margin-left: -7%;
    padding-left: 10%;
}

header .top .btns .specialMenu li.on &gt; a:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 100%;
    background: url(../i/arr-menu.png) no-repeat center;
    left: 0;
    top: 0;
    background-size: 7px;
}

header .top .btns .specialMenu li.on div.specialSub {
    margin-left: 10px;
}

header .top .btns .specialMenu li.on div.specialSub a {
    height: 29px;
    line-height: 29px;
}

header .top .btns .specialMenu li.on div.specialSub a:last-child {
    border: 0;
}

header .top .btns &gt; div:hover .specialMenu {
    display: block;
}

header .bottom {
    background: #f1f1f1;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 5px 0;
    box-sizing: border-box;
}

header .bottom li {
    display: inline;
    margin: 0 50px;
}

header .bottom li a {
    font-weight: bold;
}

header .bottom li a:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #7f9bb9 center no-repeat;
    border-radius: 50%;
    background-size: 22px;
    margin-right: 10px;
}

header .bottom li.el2 a:before {
    background-image: url(/mobilev2/img/ikinci_el_arac.png);
    background-size: 30px;
}

header .bottom li.hasar a:before {
    background-image: url(/mobilev2/img/hasarli_arac.png);
    background-size: 30px;
}

header .bottom li.hurda a:before {
    background-image: url(/mobilev2/img/hurda_arac.png);
    background-size: 30px;
}

header .bottom li.parca a:before {
    background-image: url(/mobilev2/img/carlight.png);
    background-size: 30px;
}

header .bottom li span {
    display: inline-block;
    position: relative;
    top: -10px;
}

.banners:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.banners div {
    float: left;
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.banners div img {
    width: 100%;
}

.banners div:nth-child(even) {
    float: right;
}

section .main:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

section .main .left {
    float: left;
    width: 200px;
}

section .main .right {
    float: right;
    width: calc(100% - 220px);
}

section .main .left .menu .mainMenu {
    margin-bottom: 16px;
}

section .main .left .menu .mainMenu li {
    margin-bottom: 4px;
}

section .main .left .menu .mainMenu li a {
    display: block;
    background-color: #f1f1f1;;
    height: 42px;
    box-sizing: border-box;
    padding: 10px 10px 0;
    line-height: 1.35em;
    position: relative;
    font-size: 12px;
    border-radius: 15px 0px 0px 15px;
}

section .main .left .menu .mainMenu li a:before {
    content: "";
    float: left;
    width: 24px;
    height: 24px;
    background-color: #eec6c5;
    border-radius: 8px;
    margin-right: 4px;
    background-position: center;
    background-repeat: no-repeat;
}

section .main .left .menu .mainMenu li.el2 a:before {
    background-image: url(../i/icon_2el_red.png);
    background-size: 16px;
}

section .main .left .menu .mainMenu li.hasar a:before {
    background-image: url(../i/icon_hasar_red.png);
    background-size: 16px;
}

section .main .left .menu .mainMenu li.hurda a:before {
    background-image: url(../i/icon_hurda_red.png);
    background-size: 16px;
}

section .main .left .menu .mainMenu li.parca a:before {
    background-image: url(../i/icon_parca_red.png);
    background-size: 16px;
}

section .main .left .menu .mainMenu li a strong {
    font-size: 1.143em;
}

section .main .left .menu .mainMenu li a span {
    color: #8c8c8c;
    font-size: 0.857em;
}

section .main .left .menu .mainMenu li.cur a,
section .main .left .menu .mainMenu li a:hover {
    background-color: #e01c14;
}

section .main .left .menu .mainMenu li.cur a:before,
section .main .left .menu .mainMenu li a:hover:before {
    background-color: #ec7772;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
}

section .main .left .menu .mainMenu li.el2.cur a:before,
section .main .left .menu .mainMenu li.el2 a:hover:before {
    background-image: url(../i/icon_2el_white.png);
}

section .main .left .menu .mainMenu li.hasar.cur a:before,
section .main .left .menu .mainMenu li.hasar a:hover:before {
    background-image: url(../i/icon_hurda_white.png);
}

section .main .left .menu .mainMenu li.hurda.cur a:before,
section .main .left .menu .mainMenu li.hurda a:hover:before {
    background-image: url(../i/icon_hurda_white.png);
}

section .main .left .menu .mainMenu li.parca.cur a:before,
section .main .left .menu .mainMenu li.parca a:hover:before {
    background-image: url(../i/icon_parca_white.png);
}

section .main .left .menu .mainMenu li.cur a strong,
section .main .left .menu .mainMenu li.cur a span,
section .main .left .menu .mainMenu li a:hover strong,
section .main .left .menu .mainMenu li a:hover span {
    color: #fff;
}

section .main .left .menu .mainMenu li a:hover:after {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 100%;
    background: #c71812 url(../i/icon_arr_white.png) no-repeat center;
    background-size: 6px;
    top: 0;
}

section .main .left .menu .mainMenu li.cur a {
    cursor: default;
}

section .main .left .menu .mainMenu li.cur a:hover:after {
    display: none;
}


.parcaMenu .tit {
    padding-left: 5px;
    margin-bottom: 14px;
    height: 30px;
}

.parcaMenu .tit:before {
    content: "";
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e01c14 url(../i/icon_parca.png) no-repeat center;
    background-size: 22px;
    margin-right: 10px;
}

.parcaMenu .tit strong {
    font-size: 1.143em;
}

.parcaMenu .tit span {
    color: #8c8c8c;
    font-size: 0.857em;
}

.parcaMenu li {
    margin-bottom: 2px;
    height: 30px;
    line-height: 30px;
    background: #f1f1f1;
    border-radius: 2px;
    padding: 0 5px 0 13px;
    font-weight: 600;
    font-size: 0.929em;
}

.parcaMenu li:hover {
    text-decoration: underline;
}

.parcaMenu li.back {
    padding-left: 10px !important;
}

.parcaMenu li.back a:before {
    transform: rotate(180deg);
}

.parcaMenu li a {
    display: block;
}

.parcaMenu li a span {
    color: #8c8c8c;
}

.parcaMenu li a:before {
    content: "";
    float: left;
    width: 6px;
    height: 30px;
    margin-right: 10px;
    background: url(../i/icon_arr.png) no-repeat center;
    background-size: 100%;
}

.parcaMenu li.active {
    background-color: #fdf9e5;
    font-weight: bold;
}

.kategori .parcaMenu li {
    padding-left: 25px;
}

.parcaMenu.subMenu {
    border: 1px solid #d9d9d9;
    padding: 2px 2px 0;
    box-sizing: border-box;
    max-height: 355px;
    overflow: auto;
    margin-bottom: 10px;
}

.parcaMenu.subMenu li.active {
    background-color: #fdf9e5;
    font-weight: bold;
}

.ilanListx2.vitrin {
    margin-bottom: 50px;
}

.ilanListx2.vitrin li a {
    height: 120px;
}

.ilanListx2.vitrin .head h2:before {
    background-image: url(../i/icon_vitrin.png);
    background-size: 20px;
}

.ilanListx2.vitrin li a em.img {
    display: block;
    max-width: 118px;
    max-height: 90px;
    position: relative;
}

.ilanListx2:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.ilanListx2 .head {
    margin-bottom: 14px;
    height: 30px;
    line-height: 30px;
}

.ilanListx2 .head h2,
.ilanListx2 .head h3 {
    float: left;
    font-size: 1.143em;
}

.ilanListx2 .head h2:before,
.ilanListx2 .head h3:before {
    content: "";
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e01c14 no-repeat center;
    background-size: 22px;
    margin-right: 10px;
}

.ilanListx2 .head a {
    float: right;
    text-decoration: underline;
    color: #2c5b8e;
}

.ilanListx2 li {
    float: left;
    width: 120px;
    margin: 0 15px 15px 0;
    font-size: 11px;
}

.ilanListx2 li:nth-child(7n) {
    margin-right: 0;
}

.ilanListx2 li a {
    display: block;
}

.ilanListx2x2 li a {
    display: block;
}

.ilanListx2 li a img {
    display: block;
    max-width: 120px;
    max-height: 90px;
    border: 1px solid #cbd4de;
}

.ilanListx2 li a strong {
    display: block;
    padding: 8px 8px 13px;
    font-weight: 100;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ilanListx2 li a strong:hover {
    text-decoration: underline;
}

.ilanListx2 li a span {
    display: block;
    padding: 0 8px 15px;
    color: #2c5b8e;
    font-size: 0.857em;
}


.ilanList:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.ilanList .head {
    margin-bottom: 14px;
    height: 30px;
    line-height: 30px;
}

.ilanList .head h2,
.ilanList .head h3 {
    float: left;
    font-size: 1.143em;
}

.ilanList .head h2:before,
.ilanList .head h3:before {
    content: "";
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e01c14 no-repeat center;
    background-size: 22px;
    margin-right: 10px;
}

.ilanList .head a {
    float: right;
    text-decoration: underline;
    color: #2c5b8e;
}

.ilanList li {
    float: left;
    width: calc(20% - 12px);
    margin: 0 15px 15px 0;
}

.ilanList li:nth-child(5n) {
    margin-right: 0;
}

.ilanList li a {
    display: block;
    border: 1px solid #cbd4de;
}


.ilanList li a img {
    display: block;
    max-width: 209px;
    max-height: 151px;
}

.ilanList li a strong {
    display: block;
    padding: 8px 8px 13px;
    font-weight: 600;
}

.ilanList li a span {
    display: block;
    padding: 0 8px 15px;
    color: #2c5b8e;
    font-size: 0.857em;
}



.cityList:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.cityList .head {
    margin-bottom: 14px;
    height: 30px;
    line-height: 30px;
}

.cityList .head h2,
.cityList .head h3 {
    float: left;
    font-size: 1.143em;
}

.cityList .head h2:before,
.cityList .head h3:before {
    content: "";
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e01c14 no-repeat center;
    background-size: 22px;
    margin-right: 10px;
}

.cityList .head a {
    float: right;
    text-decoration: underline;
    color: #2c5b8e;
}

.cityList li {
    float: left;
    width: calc(20% - 12px);
    margin: 0 15px 15px 0;
    min-height: 190px;
    max-height: 200px;
}

.cityList li:nth-child(5n) {
    margin-right: 0;
}

.cityList li a {
    display: block;
    border: 1px solid #cbd4de;
}

.cityList li a img {
    display: block;
    width: 100%;
    max-width: 172px;
    max-height: 124px;
}

.cityList li a strong {
    display: block;
    padding: 8px 8px 13px;
    font-weight: 600;
}

.cityList li a span {
    display: block;
    padding: 0 8px 15px;
    color: #2c5b8e;
    font-size: 0.857em;
}


.slickList .slick-list {
    position: relative;
    left: -7.5px;
    width: calc(100% + 15px);
}

.slickList:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    left: -10px;
    z-index: 2;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.slickList:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    left: auto;
    right: -10px;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.slickList div.slick-slide {
    float: left;
    width: calc(20% - 12px);
    margin: 0 7.5px 15px;
}

.slickList div.slick-slide a {
    display: block;
    border: 1px solid #cbd4de;
}

.slickList div.slick-slide a:hover {
    background-color: #fdf9e5;
}

.slickList div.slick-slide a img {
    display: block;
}

.slickList div.slick-slide a img {
    display: block;
    width: 100%;
}


.slickList div.slick-slide a .img2 {
    display: block;
}

.slickList div.slick-slide a strong {
    display: block;
    padding: 8px 8px 6px;
    font-weight: 600;
    height: 70px;
}

.slickList div.slick-slide a span {
    display: block;
    padding: 0 8px 15px;
    color: #2c5b8e;
    font-size: 0.857em;
}

.slickList button {
    position: absolute;
    width: 43px;
    height: 100%;
    background-image: url(../i/arr-slick.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 43px;
    z-index: 3;
    left: -13px;
    top: 0;
    border: 0;
    text-indent: -9999px;
}

.slickList button.slick-next {
    left: auto;
    right: -13px;
    transform: rotate(180deg);
}


.slickList2 .slick-list {
    position: relative;
    left: -7.5px;
    width: calc(100% + 15px);
}

.slickList2:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    left: -10px;
    z-index: 2;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

.slickList2:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 100%;
    left: auto;
    right: -10px;
    top: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.slickList2 div.slick-slide {
    float: left;
    width: calc(20% - 12px);
    margin: 0 7.5px 15px;
}

.slickList2 div.slick-slide a {
    display: block;
    border: 1px solid #cbd4de;
}

.slickList2 div.slick-slide a:hover {
    background-color: #ecfcff;
}

.slickList2 div.slick-slide a img {
    display: block;
}

.slickList2 div.slick-slide a strong {
    display: block;
    padding: 8px 8px 6px;
    font-weight: 600;
    height: 70px;
}

.slickList2 div.slick-slide a span {
    display: block;
    padding: 0 8px 15px;
    color: #2c5b8e;
    font-size: 0.857em;
}

.slickList2 button {
    position: absolute;
    width: 43px;
    height: 100%;
    background-image: url(../i/arr-slick.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 43px;
    z-index: 3;
    left: -13px;
    top: 0;
    border: 0;
    text-indent: -9999px;
}

.slickList2 button.slick-next {
    left: auto;
    right: -13px;
    transform: rotate(180deg);
}


.ilanList.vitrin {
    margin-bottom: 50px;
}

.ilanList.vitrin li a {
    height: 120px;
}

.ilanList.vitrin .head h2:before {
    background-image: url(../i/icon_vitrin.png);
    background-size: 20px;
}

.ilanList.vitrin li a em.img {
    display: block;
    max-width: 118px;
    max-height: 90px;
    position: relative;
}


.ilanList.son .head h3:before {
    background-image: url(../i/icon_add2.png);
    background-size: 15px;
}

.ilanList.son li a em.img {
    display: block;
    max-height: 124px;
    position: relative;
}

.ilanList.son li a em.img:before {
    content: "";
    position: absolute;
    background: url(../i/icon_logo.png);
    width: 37px;
    height: 47px;
    background-size: 100%;
    bottom: -40px;
    right: -10px;
}

.ilanList.yeniUye .head h3:before {
    background-image: url(../i/icon_dukkan.png);
    background-size: 20px;
}

.ilanList.aracList .head h3:before {
    background-image: url(../i/icon_arac.png);
    background-size: 22px;
}

.ilanList.sehirList .head h3:before {
    background-image: url(../i/icon_location.png);
    background-size: 16px;
}

.ilanList.benzer .head h3:before {
    background-image: url(../i/icon_parca.png);
    background-size: 22px;
}

.listBox {
    padding: 15px 15px 15px;
    border: 1px solid #efefef;
    margin-bottom: 20px;
}

.ilanList.aracList li {
    width: calc(16.67% - 12.6px);
}

.ilanList.aracList li:nth-child(5n) {
    margin-right: 15px;
}

.ilanList.aracList li:nth-child(6n) {
    margin-right: 0;
}

.ilanList.aracList li a {
    height: 58px;
}

.ilanList.aracList li em.img {
    float: left;
    width: 59px;
    height: 58px;
    margin-right: 10px;
    text-align: center;
}

.ilanList.aracList li em.img img {
    width: 50px;
    display: inline;
    margin: 4px 0 0;
}

.ilanList.aracList li strong {
    margin-top: 10px;
}

.ilanList.aracList li strong,
.ilanList.aracList li span {
    padding: 0;
}

.ilanList.sehirList .head {
    margin-bottom: 20px;
}

.ilanList.sehirList ul {
    padding: 0 20px;
}

.ilanList.sehirList li {
    width: calc(12.5% - 8.75px);
}

.ilanList.sehirList li a {
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.ilanList.sehirList li,
.ilanList.sehirList li:nth-child(5n) {
    margin-right: 10px;
}

.ilanList.sehirList li:nth-child(8n) {
    margin-right: 0;
}

.ilanList.sehirList li strong {
    padding: 0;
}

.kategoriTop {
    margin-bottom: 25px;
    height: 20px;
    line-height: 20px;
}

.kategoriTop:after,
.kategoriTop .breadC:after,
.kategoriTop .breadC ul:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.kategoriTop .breadC {
    float: left;
}

.kategoriTop .breadC li {
    float: left;
    margin-right: 5px;
}

.kategoriTop .breadC li:before {
    content: "";
    float: left;
    background: url(../i/icon_arr.png) no-repeat center;
    background-size: 7px;
    width: 7px;
    height: 20px;
    margin-right: 5px;
}

.kategoriTop .breadC li a {
    color: #2c5b8e;
    text-decoration: underline;
}

.kategoriTop .filtre {
    float: right;
}

.kategoriTop .filtre li {
    float: left;
    margin-left: 5px;
}

.kategoriTop .filtre li a {
    display: block;
    background: #94abc5;
    padding: 0 0 0 10px;
    color: #fff;
    font-size: 0.857em;
    font-weight: 600;
    border-radius: 4px;
}

.kategoriTop .filtre li a:before {
    content: "";
    float: right;
    width: 20px;
    height: 20px;
    background: url(../i/icon_close.png) no-repeat center;
    background-size: 10px;
}

.listControl {
    height: 52px;
    padding: 9px 14px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    margin-bottom: 12px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.listControl strong {
    float: left;
    font-size: 1.143em;
    line-height: 32px;
}

.listControl .control {
    float: right;
}

.listControl .control select {
    float: left;
    width: 180px;
}

.listControl .control ul {
    float: left;
    margin-left: 5px;
}

.listControl .control li {
    float: left;
    margin-left: 10px;
}

.listControl .control li a {
    display: block;
    background: no-repeat center;
    width: 18px;
    height: 32px;
    background-size: 100%;
}

.listControl .control li:nth-child(1) a {
    background-image: url(../i/icon_list.png);
}

.listControl .control li:nth-child(2) a {
    background-image: url(../i/icon_list2.png);
}

.listControl .control li.cur:nth-child(1) a {
    background-image: url(../i/icon_list_cur.png);
}

.listControl .control li.cur:nth-child(2) a {
    background-image: url(../i/icon_list2_cur.png);
}

.reklamVer a {
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #fdf9e5;
    color: #e01c14;
    display: block;
    margin-bottom: 10px;
}

.reklamVer a span {
    font-weight: 600;
    text-decoration: underline;
}

.listSort .top {
    height: 30px;
    line-height: 30px;
    background: #f1f1f1;
    color: #8c8c8c;
    font-size: 0.857em;
    padding-right: 18px;
}

.listSort .top &gt; span,
.listSort ul li &gt; span {
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}

.listSort .top &gt; span.detay {
    padding-left: 190px;
    cursor: default;
}

.listSort .top &gt; span span {
    position: relative;
    top: -10px;
}

.listSort .top &gt; span span:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 10px;
    background: url(../i/icon_sort.png) center no-repeat;
    margin-left: 5px;
    background-size: 100%;
    height: 30px;
    position: relative;
    top: 10px;
}

.listSort .detay {
    width: calc(100% - 333px);
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
}

.listSort .sehir {
    width: 149px;
    padding-right: 15px;
}

.listSort .tarih {
    width: 70px;
    padding-left: 15px;
    text-align: right;
}

.listSort .fiyat {
    width: 114px;
    padding-left: 15px;
    text-align: right;
}

.listSort ul li {
    padding: 16px 18px 16px 0;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
}

.listSort ul li:last-child {
    border-bottom: 0;
}

.listSort ul li:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.listSort ul li .detay em.img {
    float: left;
    margin-right: 13px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #cbd4de;
    width: 173px;
}

.listSort ul li .detay em.img img {
    display: block;
}

.listSort ul li .detay em.img:before {
    content: "";
    position: absolute;
    background: url(../i/icon_logo.png);
    width: 37px;
    height: 47px;
    background-size: 100%;
    bottom: -13px;
    right: -8px;
}

.listSort ul li .detay strong {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    max-height: 76px;
    overflow: hidden;
}

.listSort ul li .detay &gt; span {
    display: block;
}

.listSort ul li .detay &gt; span a {
    display: inline-block;
    color: #2c5b8e;
}

.listSort ul li .detay &gt; span a:nth-child(1):before {
    content: "";
    background: url(../i/icon_arr_blue.png) no-repeat center;
    background-size: 7px;
    width: 20px;
    height: 20px;
    float: right;
}

.listSort ul li .detay &gt; span a:nth-child(2):before {
    content: "";
    background: url(../i/icon_arr_blue.png) no-repeat center;
    background-size: 7px;
    width: 20px;
    height: 20px;
    float: right;
}

.listSort ul li .detay p {
    color: #e01c13;
    line-height: 18px;
    position: absolute;
    bottom: 20px;
    left: 185px;
}

.listSort ul li .detay p a {
    color: #e01c13;
}

.listSort ul li .detay p:before {
    content: "";
    float: left;
    background: url(../i/icon_dukkan_red.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 18px;
    margin-right: 10px;
}

.listSort ul li:hover {
    background-color: #fdf9e5;
}

.ilanlarimSort .header {
    height: 30px;
    line-height: 30px;
    background: #f1f1f1;
    color: #8c8c8c;
    font-size: 0.857em;
    padding-right: 18px;
}

.ilanlarimSort .header &gt; span,
.ilanlarimSort ul li &gt; span {
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}

.ilanlarimSort .header &gt; span.detay {
    padding-left: 190px;
    cursor: default;
}

.ilanlarimSort .header &gt; span span {
    position: relative;
    top: -10px;
}

.ilanlarimSort .header &gt; span span:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 10px;
    margin-left: 5px;
    background-size: 100%;
    height: 30px;
    position: relative;
    top: 10px;
}

.ilanlarimSort .detay {
    width: calc(100% - 640px);
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
}

.ilanlarimSort .tarih {
    width: 150px;
    padding-left: 15px;
    text-align: left;
    font-size: 12px;
}

.ilanlarimSort .favori {
    width: 60px;
    padding-right: 15px;
    font-size: 12px;
}

.ilanlarimSort .sayac {
    width: 70px;
    padding-right: 15px;
    font-size: 12px;
}

.ilanlarimSort .fiyat {
    width: 120px;
    padding-left: 15px;
    text-align: left;
    font-size: 12px;
}

.ilanlarimSort .durum {
    width: 160px;
    padding-right: 15px;
    font-size: 12px;
}

.ilanlarimSort .islem {
    width: 80px;
    padding-right: 15px;
    font-size: 12px;
}

.ilanlarimSort ul li {
    padding: 16px 18px 16px 0;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
}

.ilanlarimSort ul li:last-child {
    border-bottom: 0;
}

.ilanlarimSort ul li:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.ilanlarimSort ul li .detay em.img {
    float: left;
    margin-right: 13px;
    position: relative;
    width: 175px;
    box-sizing: border-box;
    border: 1px solid #cbd4de;
}

.ilanlarimSort ul li .detay em.img img {
    display: block;
}

.ilanlarimSort ul li .detay em.img:before {
    content: "";
    position: absolute;
    background: url(../i/icon_logo.png);
    width: 37px;
    height: 47px;
    background-size: 100%;
    bottom: -13px;
    right: -8px;
}

.ilanlarimSort ul li .detay strong {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    max-height: 76px;
    overflow: hidden;
}

.ilanlarimSort ul li .detay &gt; span {
    display: block;
}

.ilanlarimSort ul li .detay &gt; span a {
    display: inline-block;
    color: #2c5b8e;
}

.ilanlarimSort ul li .detay &gt; span a:first-child:before {
    content: "";
    background: url(../i/icon_arr_blue.png) no-repeat center;
    background-size: 7px;
    width: 20px;
    height: 20px;
    float: right;
}

.ilanlarimSort ul li .detay p {
    color: #e01c13;
    line-height: 18px;
    position: absolute;
    bottom: 20px;
    left: 185px;
}

.ilanlarimSort ul li .detay p a {
    color: #e01c13;
}

.ilanlarimSort ul li .detay p:before {
    content: "";
    float: left;
    background: url(../i/icon_dukkan_red.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 18px;
    margin-right: 10px;
}

.ilanlarimSort ul li:hover {
    background-color: #fdf9e5;
}


.favoriSatici .header {
    height: 30px;
    line-height: 30px;
    background: #f1f1f1;
    color: #8c8c8c;
    font-size: 0.857em;
    padding-right: 18px;
}

.favoriSatici .header &gt; span,
.favoriSatici ul li &gt; span {
    float: left;
    box-sizing: border-box;
    cursor: pointer;
}

.favoriSatici .header &gt; span.detay {
    padding-left: 190px;
    cursor: default;
}

.favoriSatici .header &gt; span span {
    position: relative;
    top: -10px;
}

.favoriSatici .header &gt; span span:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 10px;
    margin-left: 5px;
    background-size: 100%;
    height: 30px;
    position: relative;
    top: 10px;
}

.favoriSatici .detay {
    width: calc(100% - 350px);
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
}

.favoriSatici .tarih {
    width: 200px;
    padding-left: 15px;
    text-align: left;
}

.favoriSatici .durum {
    width: 200px;
    padding-right: 15px;
}

.favoriSatici .islem {
    width: 150px;
    padding-right: 15px;
}

.favoriSatici ul li {
    padding: 16px 18px 16px 0;
    border-bottom: 2px solid #f1f1f1;
    position: relative;
}

.favoriSatici ul li:last-child {
    border-bottom: 0;
}

.favoriSatici ul li:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.favoriSatici ul li .detay em.img {
    float: left;
    margin-right: 13px;
    position: relative;
    width: 175px;
    box-sizing: border-box;
    border: 1px solid #cbd4de;
}

.favoriSatici ul li .detay em.img img {
    display: block;
    width: 100%;
}

.favoriSatici ul li .detay em.img:before {
    content: "";
    position: absolute;
    background: url(../i/icon_logo.png);
    width: 37px;
    height: 47px;
    background-size: 100%;
    bottom: -13px;
    right: -8px;
}

.favoriSatici ul li .detay strong {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    max-height: 76px;
    overflow: hidden;
}

.favoriSatici ul li .detay &gt; span {
    display: block;
}

.favoriSatici ul li .detay &gt; span a {
    display: inline-block;
    color: #2c5b8e;
}

.favoriSatici ul li .detay &gt; span a:first-child:before {
    content: "";
    background: url(../i/icon_arr_blue.png) no-repeat center;
    background-size: 7px;
    width: 20px;
    height: 20px;
    float: right;
}

.favoriSatici ul li .detay p {
    color: #e01c13;
    line-height: 18px;
    position: absolute;
    bottom: 20px;
    left: 185px;
}

.favoriSatici ul li .detay p a {
    color: #e01c13;
}

.favoriSatici ul li .detay p:before {
    content: "";
    float: left;
    background: url(../i/icon_dukkan_red.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 18px;
    margin-right: 10px;
}

.favoriSatici ul li:hover {
    background-color: #fdf9e5;
}


.paging {
    text-align: center;
    margin: 20px 0;
}

.paging li {
    display: inline;
}

.paging li a {
    color: #2c5b8e;
    display: inline-block;
    width: 30px;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 4px;
    position: relative;
}

.paging li.cur a {
    background: none;
    color: #000;
}

.paging li.next a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../i/icon_arr_paging.png) no-repeat center;
    background-size: 7px;
    left: 0;
    top: 0;
}

.paging li.next.prev a:before {
    transform: rotate(180deg);
}

.paging li.last a {
    padding: 0 24px 0 11px;
}

.paging li.last a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 100%;
    background: url(../i/icon_arr_paging2.png) no-repeat center;
    background-size: 12px;
    right: 0;
    top: 0;
    margin: 0 10px 0 4px;
}

.paging li.last.first a {
    padding: 0 11px 0 24px;
}

.paging li.last.first a:before {
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin: 0 4px 0 10px;
}

.leftBox {
    background: #f1f1f1;
    padding: 0 10px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.leftBox strong.tit {
    line-height: 32px;
}

.filtreMenu li {
    margin-bottom: 2px;
}

.filtreMenu li h3 {
    background: #f1f1f1;
    line-height: 30px;
    padding: 0 14px 0 10px;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 1em;
    font-weight: 600;
}

.filtreMenu li h3:before {
    content: "";
    float: right;
    width: 9px;
    height: 30px;
    background: url(../i/icon_select.png) no-repeat left center;
    background-size: 9px;
    margin-left: 5px;
    transition: 0.5s ease;
}

.filtreMenu li h3.ui-state-active:before {
    transform: rotate(180deg);
}

.filtreMenu li div {
    padding: 0 10px;
}

.filtreMenu li div span {
    display: block;
    height: 32px;
    line-height: 32px;
}

li.radio div span input {
    display: none;
}

li.radio div span {
    position: relative;
}

li.radio div span label {
    display: block;
}

li.radio label:before {
    content: "";
    float: left;
    width: 17px;
    height: 17px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    margin: 8px 18px 0 0;
    border-radius: 50%;
}

li.radio div span input:checked + label:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 1px;
    top: 1px;
    background: #e01c14;
    border-radius: 50%;
}


.filtreMenu .btn {
    margin-top: 18px;
}

.filtreMenu .inputText {
    background: #f1f1f1;
    border-radius: 2px;
    padding: 0 10px 10px;
    margin-bottom: 2px;
}

.filtreMenu .inputText strong {
    display: block;
    line-height: 32px;
    font-weight: 600;
}

.filtreMenu .inputText input {
    float: left;
    width: calc(50% - 10px);
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    padding: 4px;
}

.filtreMenu .inputText input:nth-child(2) {
    float: right;
}

.filtreMenu .inputText span {
    display: block;
    text-align: center;
    line-height: 32px;
}

.magazaBox {
    background: #f1f1f1;
    padding: 40px 25px 0;
    margin-bottom: 20px;
}

.magazaBox .magazaBoxIn {
    background: #fff;
    box-shadow: 0px -6px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 40px 20px 6px 50px;
}

.magazaBox .magazaBoxIn:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.magazaBox .magazaBoxIn .leftC {
    float: left;
    width: 192px;
}

.magazaBox .magazaBoxIn .leftC em.img {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.magazaBox .magazaBoxIn .leftC em.img img {
    display: block;
}

.magazaBox .magazaBoxIn .leftC p {
    line-height: 24px;
    margin-bottom: 6px;
    font-size: 1.143em;
}

.magazaBox .magazaBoxIn .leftC p:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.magazaBox .magazaBoxIn .leftC p strong {
    float: left;
}

.magazaBox .magazaBoxIn .leftC p span {
    float: right;
}

.magazaBox .magazaBoxIn .leftC p.cep:before {
    content: "";
    float: right;
    width: 22px;
    height: 24px;
    background: url(../i/icon_whatsApp.png) no-repeat center;
    background-size: 100%;
    margin-left: 7px;
}


.magazaBox .magazaBoxIn .rightC {
    float: right;
    width: calc(100% - 222px);
}

.magazaBox .magazaBoxIn .rightC h1 {
    font-size: 1.571em;
    margin-bottom: 8px;
}

.magazaBox .magazaBoxIn .rightC .info {
    margin-bottom: 20px;
    line-height: 20px;
}

.magazaBox .magazaBoxIn .rightC .info:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.magazaBox .magazaBoxIn .rightC .info .yil {
    float: left;
    font-size: 1.143em;
    margin-right: 18px;
}

.magazaBox .magazaBoxIn .rightC .info .yil:before {
    content: "";
    float: left;
    width: 17px;
    height: 20px;
    background: url(../i/icon_bros.png) no-repeat center;
    background-size: 100%;
    margin-right: 8px;
}

.magazaBox .magazaBoxIn .rightC .info span {
    float: left;
    font-weight: 600;
}

.magazaBox .magazaBoxIn .rightC .info span:before {
    content: "";
    float: left;
    width: 20px;
    height: 20px;
    background: url(../i/icon_dukkan_red.png) no-repeat center;
    background-size: 100%;
    margin-right: 8px;
}

.magazaBox .magazaBoxIn .rightC h2.description {
    font-size: 1em;
    line-height: 1.429em;
    font-weight: 600;
    margin-bottom: 10px;
}

.magazaBox .magazaBoxIn .rightC li {
    float: left;
    margin-right: 10px;
    width: 32%;
    font-size: 20px;
}

.magazaBox .magazaBoxIn .rightC li:last-child {
    margin-right: 0;
}

.magazaBox .magazaBoxIn .rightC li img {
    display: block;
    width: 100%;
    border: 1px solid #cbd4de;
}

.detay .leftD {
    float: left;
    width: calc(100% - 290px);
}

.detay .leftD h1 {
    font-size: 1.571em;
    margin-bottom: 15px;
}

.detay .leftD .images {
    float: left;
    width: calc(100% - 290px);
}

.detay .leftD .images:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.detay .leftD .images .bigImg img {
    display: block;
    max-width: 572px;
    max-height: 400px;
    box-sizing: border-box;
    border: 1px solid #cbd4de;
}

.detay .leftD .images .bigImg em.img {
    display: block;
    position: relative;
}

.detay .leftD .images .bigImg a {
    display: block;
    line-height: 40px;
    color: #2c5b8e;
    text-decoration: underline;
    font-size: 0.857em;
    padding-left: 3px;
}

.detay .leftD .images .bigImg em.img:before {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0px;
    width: 130px;
    height: 100px;
}

.detay .leftD .images .bigImg a:before {
    content: "";
    float: left;
    background: url(../i/icon_bigImg.png) no-repeat center;
    background-size: 100%;
    width: 19px;
    height: 40px;
    margin-right: 7px;
}

.detay .leftD .images li {
    float: left;
    margin-right: 10px;
    width: calc(25% - 7.5px);
}

.detay .leftD .images li:last-child {
    margin-right: 0;
}

.detay .leftD .images li img {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbd4de;
}

.detay .leftD .info h2 {
    line-height: 40px;
    padding: 0 10px;
    background: #fdf9e5;
    font-size: 1.286em;
    height: 40px;
}

.detay .leftD .info h2 strong {
    float: left;
    font-weight: 600;
}

.detay .leftD .info h2 span {
    float: right;
}

.detay .leftD .info li {
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border-bottom: 2px solid #edeef0;
}

.detay .leftD .info li strong {
    float: left;
    font-weight: 600;
}

.detay .leftD .info li span {
    float: right;
}

.detay .leftD .info .btn {
    background-color: #f1f1f1;
    color: #2c5b8e;
}

.detay .leftD .info .btn:before {
    background-image: url(../i/icon_sikayet.png);
    width: 18px;
}

.detay .rightD .detayBtns {
    margin-bottom: 10px;
    height: 40px;
}

.detay .rightD .detayBtns .btn {
    float: left;
    width: calc(100% - 110px);
    background-color: #f1f1f1;
    color: #e01c14;
    margin: 0;
}

.detay .rightD .detayBtns .btn:before {
    background-image: url(../i/icon_favori.png);
}

.detay .rightD .detayBtns .btn:nth-child(2) {
    float: right;
    width: 100px;
    color: #6788ac;
}

.detay .rightD .detayBtns .btn:nth-child(2):before {
    background-image: url(../i/icon_yazdir.png);
}

.detay .rightD .detayMBox {
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: 10px;
}

.detay .rightD .detayMBox .arma {
    height: 140px;
    display: table;
    width: 100%;
    background: #fff;
    margin-bottom: 12px;
}

.detay .rightD .detayMBox .arma &gt; div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.detay .rightD .detayMBox .tarih {
    text-align: center;
    font-size: 0.857em;
    margin-bottom: 15px;
}

.detay .rightD .detayMBox .tarih strong {
    font-weight: 600;
}


.detay .rightD .detayMBox .magazaBtn {
    margin-bottom: 10px;
    background-color: #e01c14;
}

.detay .rightD .detayMBox .magazaBtn:before {
    background-image: url(../i/icon_dukkan.png);
}

.detay .rightD .detayMBox .istatistikBtn {
    margin-bottom: 10px;
    background-color: #4da8bc;
}

.detay .rightD .detayMBox .istatistikBtn:before {
    background-image: url(../i/icon_araci.png);
}

.detay .rightD .detayMBox .takipEt {
    margin-bottom: 10px;
}

.detay .rightD .detayMBox .takipEt:before {
    background-image: url(../i/icon_sahip.png);
}

.detay .rightD .detayMBox .mesaj:before {
    background-image: url(../i/icon_mesaj.png);
}

.detay .rightD .detayMBox .tel p {
    margin-bottom: 10px;
}

.detay .rightD .detayMBox .tel p:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.detay .rightD .detayMBox .tel p strong {
    float: left;
}

.detay .rightD .detayMBox .tel p span {
    float: right;
}

.detay .rightD .socialD {
    text-align: center;
}

.detay .rightD .socialD span {
    display: block;
    font-size: 0.857em;
    margin-bottom: 5px;
}

.detay .rightD .socialD li {
    display: inline;
    margin: 0 2px;
    font-size: 2.5em;
}

.detay .rightD .socialD li.face a {
    color: #3b5998;
}

.detay .rightD .socialD li.twitter a {
    color: #55acee;
}

.detay .rightD .socialD li.google a {
    color: #dd4b39;
}

.detay .rightD .socialD li.whatsApp a {
    color: #4dc247;
}

.detay .rightD,
.detay .leftD .info {
    float: right;
    width: 280px;
}

.detay .description {
    margin: 30px 0 45px;
    border-top: 2px solid #f1f1f1;
    padding-top: 15px;
}

.detay .description strong.tit {
    display: block;
    font-size: 1.143em;
    margin-bottom: 12px;
}

/*.detay .description p {margin-bottom: 12px; line-height: 1.429em;}*/
.detay .description p {
    margin-bottom: 12px;
}

.banaOzel {
    padding-bottom: 50px;
}

.banaOzel .top {
    height: 60px;
    background: #f7f7f7;
    padding: 10px 10px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.banaOzel .top .tab {
    float: left;
}

.banaOzel .top .tab li {
    float: left;
    position: relative;
    margin-right: 7px;
}

.banaOzel .top .tab li:hover .box {
    height: 100px;
}

.banaOzel .top .tab li.ilanH:hover .box {
    height: 300px;
}

.banaOzel .top .tab li &gt; a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 1.286em;
    font-weight: 600;
}

.banaOzel .top .tab li.cur &gt; a,
.banaOzel .top .tab li:hover &gt; a {
    background: #fff;
    color: #e32f27;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.banaOzel .top .tab li.cur &gt; a:before,
.banaOzel .top .tab li:hover &gt; a:before {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    background: #fff;
    height: 5px;
    bottom: -5px;
    left: -5px;
    z-index: 2;
}

.banaOzel .top .tab li.boxH:hover &gt; a:before {
    width: 100%;
    left: 0;
    height: 8px;
}

.banaOzel .top .tab li &gt; a &gt; span {
    float: left;
    width: 20px;
    height: 20px;
    background: #e32f27;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-top: 15px;
    font-size: 0.778em;
    margin-right: 5px;
}

.banaOzel .top .tab li .box {
    position: absolute;
    width: 100%;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    height: 0;
    transition: 0.2s ease;
    left: 0;
    top: 50px;
    background: #fff;
    overflow: hidden;
    z-index: 1;
}

.banaOzel .top .tab li .box a {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 0.8em;
}

.banaOzel .top .tab li .box a:hover {
    color: #e32f27;
}

.banaOzel .top .btns {
    float: right;
}

.banaOzel .top .btns .btn {
    display: inline-block;
    margin-left: 10px;
    padding: 0 22px 0 28px;
    font-size: 0.857em;
}

.banaOzel .top .btns .btn.magazaAc:before {
    background-image: url(../i/icon_dukkan.png);
    width: 20px;
    margin-right: 7px;
}

.banaOzel .top .btns .btn.cikis {
    padding: 0 16px 0 20px;
    background-color: #e32f27;
}

.banaOzel .top .btns .btn.cikis:before {
    background-image: url(../i/icon_exit.png);
    margin-right: 6px;
    width: 10px;
}

.banaOzel .main table {
    width: 100%;
}

.banaOzel .main table th {
    background: #f1f1f1;
    color: #8c8c8c;
    font-size: 0.857em;
    padding-right: 18px;
    font-weight: 400;
    text-align: left;
}

.banaOzel .main table th,
.banaOzel .main table td {
    padding: 0 10px;
    height: 30px;
}

.banaOzel .main table th .btn {
    height: 20px;
    background: #e32f27;
    line-height: 30px;
    line-height: 20px;
    float: right;
    width: auto;
    padding: 0 20px;
}

.banaOzel .main table th .btn:before {
    display: none;
}

.banaOzel .main table th .btn strong {
    top: auto;
}

.banaOzel .main table td {
    height: 50px;
    border-bottom: 1px solid #f7f7f7;
}

.banaOzel .main table td input [type=checkbox] {
    display: none;
}

.banaOzel .main table td label {
    float: right;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    position: relative;
}

.banaOzel .main table td input:checked + label:before {
    content: "";
    background: url(../i/check.png);
    width: 16px;
    height: 12px;
    background-size: 100%;
    left: 3px;
    top: 5px;
    position: absolute;
}

.banaOzel .main.ilanlarim table td {
    height: auto;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
}

.banaOzel .main.ilanlarim table td:first-child {
    padding-left: 0;
    width: 175px;
}

.banaOzel .main.ilanlarim table td em.img {
    float: left;
    margin-right: 13px;
    position: relative;
    width: 175px;
    box-sizing: border-box;
    border: 1px solid #cbd4de;
}

.banaOzel .main.ilanlarim table td em.img img {
    width: 100%;
    display: block;
}


.loginBox {
    margin-bottom: 40px;
}

.loginBox:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.loginBox .form {
    float: left;
    width: calc(100% - 520px);
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 35px 25px 45px;
}

.loginBox .form form ul {
    width: 70%;
}

.loginBox .form form h1 {
    font-size: 1.571em;
}

.loginBox .form form p {
    margin-bottom: 20px;
}

.loginBox .form form li {
    margin-bottom: 15px;
}

.loginBox .form form li:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.loginBox .form form li:nth-child(2) {
    margin-bottom: 20px;
}

.loginBox .form form li span {
    display: block;
    color: #808080;
    margin-bottom: 5px;
}

.loginBox .form form li input {
    display: block;
}

.loginBox .form form li select {
    height: 50px;
    background-position: right 20px center;
}

.loginBox .form form li.submit {
    position: relative;
}

.loginBox .form form li.submit input {
    height: 40px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.loginBox .form form li.submit .btn:before {
    background-image: url(../i/icon_login2.png);
    width: 23px;
    margin-right: 10px;
}

.loginBox .form form a.unuttum {
    text-decoration: underline;
    color: #2c5b8e;
}

.loginBox .form form li span.uyari {
    float: right;
    color: #e32f27;
    font-size: 0.857em;
    line-height: 19px;
}

.loginBox .form form p.red {
    color: #e32f27;
}

.loginBox .form form li.guvenlik em {
    float: left;
    font-style: normal;
    color: #fff;
    background: #000;
    width: 100px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #d9d9d9;
    margin-right: 10px;
}

.loginBox .form form li.guvenlik input {
    float: left;
    width: calc(100% - 110px);
}

.loginBox.signUpP .form form .btn {
    background-color: #e32f27;
}

.loginBox.signUpP .form form .btn:before {
    display: none;
}

.loginBox.signUpP .form form .btn strong {
    top: auto;
}

.loginBox .uyeOlun {
    float: right;
    width: 500px;
    background: #f7f7f7;
    padding: 130px 65px 153px 88px;
    box-sizing: border-box;
}

.loginBox .uyeOlun:before {
    content: "";
    float: left;
    width: 82px;
    height: 130px;
    margin-right: 25px;
    background: url(../i/icon_soru.png) no-repeat;
    background-size: 100%;
}

.loginBox.signUpP .uyeOlun:before {
    background-image: url(../i/icon_signUp2.png);
    width: 94px;
    height: 130px;
}

.loginBox .uyeOlun &gt; strong {
    display: block;
    font-size: 1.571em;
    margin-bottom: 4px;
}

.loginBox .uyeOlun &gt; span {
    display: block;
    margin-bottom: 10px;
}

.loginBox .uyeOlun .btn {
    width: calc(100% - 107px);
    float: right;
}

.loginBox.signUpP .uyeOlun .btn {
    width: calc(100% - 119px);
}

.loginBox.loginP .uyeOlun .btn {
    background-color: #e32f27;
}

.loginBox .uyeOlun .btn:before {
    display: none;
}

.loginBox .uyeOlun .btn strong {
    top: auto;
}

.banaOzel .loginBox .form {
    float: none;
    width: auto;
}

.searchIlan {
    margin-bottom: 10px;
}

.searchIlan:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.searchIlan input:first-child {
    float: left;
    width: calc(100% - 60px);
    height: 40px;
}

.searchIlan input:last-child {
    float: right;
    width: 50px;
    border: 0;
}


footer {
    margin-top: 10px;
}

footer .in {
    padding: 0 75px;
}

footer .top {
    border-top: 2px solid #efefef;
}

footer .top ul {
    padding: 12px 0 19px;
}

footer .top ul:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

footer .top li {
    float: left;
    width: 25%;
}

footer .top li a {
    display: block;
    font-weight: 600;
}

footer .top li a:before {
    content: "";
    float: left;
    background: #2c5b8e;
    width: 42px;
    height: 42px;
    background-color: #2c5b8e;
    border-radius: 8px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

footer .top li a span {
    display: block;
    padding-top: 3px;
}

footer .top li.app a:before {
    background-image: url(../i/icon_app.png);
    background-size: 19px;
}

footer .top li.hasar a:before {
    background-image: url(../i/icon_free.png);
    background-size: 32px;
}

footer .top li.location a:before {
    background-image: url(../i/icon_location2.png);
    background-size: 22px;
}

footer .top li.araci a:before {
    background-image: url(../i/icon_araci.png);
    background-size: 22px;
}

footer .bottom {
    background: #efefef;
    padding: 35px 0 30px;
    border-bottom: 4px solid #606fa8;
}

footer .bottom .links {
    margin-bottom: 35px;
}

footer .bottom .links:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

footer .bottom .links ul {
    float: left;
    width: 25%;
    line-height: 1.714em;
}

footer .bottom .social {
    padding-bottom: 35px;
    border-bottom: 2px solid #d3d3d3;
    margin-bottom: 25px;
}

footer .bottom .social:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

footer .bottom .social .logo {
    float: left;
    line-height: 40px;
}

footer .bottom .social .logo a {
    float: left;
    width: 182px;
    margin-right: 13px;
}

footer .bottom .social .logo a img {
    display: block;
    width: 100%;
}

footer .bottom .social .socialLinks {
    float: right;
    padding-top: 5px;
    line-height: 28px;
}

footer .bottom .social .socialLinks span {
    float: left;
    margin: 1px 8px 0 0;
}

footer .bottom .social .socialLinks ul {
    float: left;
}

footer .bottom .social .socialLinks li {
    float: left;
    margin-left: 5px;
    height: 28px;
}

footer .bottom .social .socialLinks li a {
    color: #495665;
    font-size: 2em;
    height: 28px;
    display: block;
}

footer .bottom .footerText {
    font-size: 0.857em;
}

footer .bottom .footerText p:first-child {
    margin-bottom: 12px;
}


.loginBox.ilanVer h1 {
    margin-bottom: 30px;
}

.loginBox.ilanVer .form {
    float: none;
    width: auto;
}

.loginBox.ilanVer .form ul {
    width: 100%;
}

.loginBox.ilanVer .form li.kategoriS select {
    width: 189px;
    margin-right: 30px;
    margin-bottom: 15px;
    float: left;
    height: auto;
    background: none;
}

.loginBox.ilanVer .form li.radio &gt; div {
    float: left;
    margin-right: 15px;
}

.loginBox.ilanVer .form li.radio label:before {
    margin: 0 5px 0 0;
}

.loginBox.ilanVer .form img.temp {
    width: 100%;
}

.loginBox.ilanVer .form strong.btn {
    width: 300px;
    margin: 0 auto 20px;
}

.magazaBox.tebrikler {
    padding: 25px;
}

.magazaBox.tebrikler .rightC {
    float: none;
    width: auto;
    text-align: center;
}

.magazaBox.tebrikler strong.btn {
    width: 300px;
    margin: 25px auto 30px;
    line-height: 40px;
}

.magazaBox.tebrikler strong.btn:before {
    display: none;
}

.magazaBox.tebrikler strong.btn strong {
    display: block;
    position: static;
}

.loginError {
    color: red;
    font-size: 16px;
    margin: 20px 0px 20px 0px;
}

.messageTr:hover {
    background-color: #fdf9e5;
}

.messageRead {
}

.messageUnRead {
    background-color: #eaeaea;
    font-weight: bold;
}


.aboutUs:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.aboutUs .left {
    float: left;
    width: 380px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.aboutUs .left li {
    padding: 0 10px;
    margin: 5px 0;
}

.aboutUs .left li a {
    display: block;
    font-size: 1.143em;
    height: 35px;
    line-height: 35px;
    position: relative;
}

.aboutUs .left li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    left: 0;
    bottom: -3px;
}

.aboutUs .left li:last-child a:before {
    display: none;
}

.aboutUs .left li.cur {
    background-color: #f7f7f7;
    font-weight: bold;
}

.aboutUs .left li.cur a:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 100%;
    background: url(../i/arr-menu.png) no-repeat center;
    right: 0;
    top: 0;
    background-size: 7px;
}

.aboutUs .right {
    float: right;
    width: calc(100% - 415px);
}

.aboutUs .right article {
    font-size: 1.143em;
}

.aboutUs .right article h1 {
    font-size: 1em;
}

.aboutUs .right article h1,
.aboutUs .right article p {
    margin-bottom: 25px;
}

.aboutUs .right article ul {
    list-style-position: outside;
    margin-left: 20px;
    list-style-type: disc;
}

.aboutUs .right article li {
    margin-bottom: 20px;
}

.aboutUs .right article ul.decimal {
    list-style-type: decimal;
}

.aboutUs .right article ul.letter {
    list-style-type: lower-latin;
}

.istatistik {
    margin-bottom: 15px;
}

.istatistik:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.istatistik li {
    float: left;
    width: calc(20% - 12px);
    margin-right: 15px;
    background-color: #e5ebf1;
    color: #265183;
    height: 100px;
    text-align: center;
    font-size: 1.143em;
    padding-top: 6px;
    box-sizing: border-box;
}

.istatistik li:last-child {
    margin-right: 0;
}

.istatistik li strong {
    display: block;
    font-size: 2.5em;
    font-weight: 600;
}

.istatistik li span {
    display: block;
    color: #85aabe;
}

section .main .mesajlar .left {
    width: 260px;
}

section .main .mesajlar .right {
    width: calc(100% - 275px);
}

section .main .mesajlar .right .listSort li {
    margin: 0;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.seller {
    color: #e01c13;
    line-height: 18px;
    margin: 13px 0;
}

.seller a {
    color: #e01c13;
}

.seller:before {
    content: "";
    float: left;
    background: url(../i/icon_dukkan_red.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 18px;
    margin-right: 10px;
}

.messagesBox {
    background: #f7f7f7;
    padding: 20px 20px 50px;
}

.messagesBox li {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 35px;
    background: #fff;
}

.messagesBox li .mTop {
    margin-bottom: 5px;
}

.messagesBox li .mTop:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.messagesBox li .mTop strong {
    float: left;
    font-size: 1.143em;
}

.messagesBox li .mTop span {
    float: right;
}

.writeMessage:after {
    content: "";
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    height: 0;
}

.writeMessage strong {
    display: block;
    font-size: 1.143em;
    margin-bottom: 8px;
}

.writeMessage textarea {
    height: 200px;
    margin-bottom: 8px;
}

.writeMessage span.btn {
    float: left;
    width: auto;
    padding: 0 30px;
    font-weight: bold;
}

.writeMessage span.btn:before {
    display: none;
}

.infoMenu li {
    font-size: 12px;
}

.productEntry1Submit {
    position: relative;
    float: right;
    width: 250px;
    margin-top: -15px;
}


.productEntry2Back {
    float: right;
    width: 250px;
}

.btnProductEntry2Back {
    background-color: red;
}

.btn2 {
    display: block;
    position: relative;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    background: red;
    cursor: pointer;
}

.btn2 input.btn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    left: 0;
    top: 0;
}

.btn2 strong {
    font-weight: 600;
    display: inline-block;
    height: 40px;
    position: relative;
    top: -15px;
    z-index: 0;
}

.btn2:before {
    content: "";
    display: inline-block;
    height: 40px;
    background: url(../i/icon_arr_white.png) no-repeat left;
    background-size: 50%;
    margin-right: 20px;
    width: 20px;
    position: relative;
    z-index: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn3 {
    display: block;
    position: relative;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    background: red;
    cursor: pointer;
}

.btn3 input.btn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    left: 0;
    top: 0;
}

.btn3 strong {
    font-weight: 600;
    display: inline-block;
    height: 40px;
    position: relative;
    top: -15px;
    z-index: 0;
}

.btn3:after {
    content: "";
    display: inline-block;
    height: 40px;
    background: url(../i/icon_arr_white.png) no-repeat left;
    background-size: 50%;
    margin-left: 20px;
    width: 20px;
    position: relative;
    z-index: 0;
}

.btn4 {
    display: block;
    position: relative;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    line-height: 40px;
    color: #fff;
    background: red;
    cursor: pointer;
}

.btn4 input.btn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    left: 0;
    top: 0;
}

.btn4 strong {
    font-weight: 600;
    display: inline-block;
    height: 40px;
    position: relative;
    top: -15px;
    z-index: 0;
}

.btn4:before {
    content: "";
    display: inline-block;
    height: 40px;
    position: relative;
    z-index: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.parcaMenu li a::before {
    background: unset !important;
    margin-right: 0px !important;
    width: 0px !important;
}

.kategori .parcaMenu li {
    padding-left: 10px !important;
}
</pre></body></html>