* {
    margin: 0;
    padding: 0;
}

.container-fluid {
    max-width: 1500px;
}

#carouselExampleCaptions .carousel-item img {
    height: 300px;
    max-height: 300px;
}

.align-center {
    text-align: center;
}

.carousel-inner {
    border-radius: 0 0 5px 5px;
}

.hash-list {
    display: block;
    padding: 0;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .hash-list.cols-3 > li:nth-last-child(-n+3) {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .hash-list.cols-3 > li {
        width: 33.3333%;
    }
}

.hash-list > li {
    display: block;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pad-30, .pad-30-all > * {
    padding: 30px;
}

img {
    border: 0;
}

.mgb-20, .mgb-20-all > * {
    margin-bottom: 20px;
}

.wpx-100, .wpx-100-after:after {
    width: 100px;
}

.img-round, .img-rel-round {
    border-radius: 50%;
}

.padb-30, .padb-30-all > * {
    padding-bottom: 30px;
}

.mgb-40, .mgb-40-all > * {
    margin-bottom: 40px;
}

.align-center {
    text-align: center;
}

.cart-count{
    position: relative;
    background-color: #d9534f;
    font-size: 8px;
    top: -10px;
    left: -5px;
}

[class*="line-b"] {
    position: relative;
    padding-bottom: 20px;
    border-color: #E6AF2A;
}

.fg-text-d, .fg-hov-text-d:hover, .fg-active-text-d.active {
    color: #222;
}

.font-cond-b {
    font-weight: 700 !important;
}


.btn-grad {
    width: 100%;
    background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
    background-position: center;
    background-size: 200%;
    transition: 0.5s;
    color: white;
    font-weight: 700;
}

.btn-grad:hover {
    background-position: right center;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

<!--
FOOTER

-->
/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#footer {
    padding: 60px 0;
}

section#footer .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #007b5e !important;
    margin-top: 40px;

}


#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width: 767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

<!--
FOOTER bitti

-->

/*navbar*/

/*  Anasayfa Card CSS özellikleri.*/

#ilanlar {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.5);
}

#ilanlar .btn {
    opacity: 0.9;
}

@media (min-width: 992px) {
    #ilanlar .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
        transition-duration: .4s;

    }

    #ilanlar .card:hover img {
        transition-duration: .7s;
        transform: scale(1.1);
        border-radius: 0.3rem;

    }

    #ilanlar .card:hover .btn {
        opacity: 1;
    }
}


#reviews li:hover {
    font-weight: bold;
}

#reviews li:hover img {
    transform: scale(1.3);
}


/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 10px 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
    position: relative;
}

.effect2:before, .effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3 {
    position: relative;
}

.effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4 {
    position: relative;
}

.effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5 {
    position: relative;
}

.effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect6:before, .effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect6:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before, .effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect8:before, .effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

#breadcrumb {
    margin-top: 15px;

}

.form-inline {

}

.form-inline {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#ilankategori {
    margin-right: auto;
    width: 20%;
    margin-left: auto;
}

#ilanarama {
    width: 50%;
}

#gelismissiralama {
    width: 15%;
    margin-right: auto;
}

#btn-ilanara {
    width: 10%;
    margin-right: auto;
}

#ilanlar-kategori {
    padding: 0 10px;

}

@media (max-width: 776px) {
    #ilankategori, #gelismissiralama {
        width: 100%;
        margin-bottom: 2px;
    }

    #btn-ilanara {

        width: 25%;
    }

    #ilanarama {
        width: 70%;
    }
}


#ilan-detay-sol {
    /*display: flex;*/
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-right: 1px solid #e2e2e2;
    /*position: relative;*/

    /*background: #F5F5F5;*/

}

#ilan-detay-sag {
    border-left: 1px solid #e2e2e2;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

#resimdiv {
    /*position: relative;*/
    max-width: max-content;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    background-color: #91918E;
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}

#resimdiv img {

    width: 100%;
    height: 100%;
    border: 2px solid #e2e2e2;
}

#thumb {

    /*position: relative;*/
    display: block;
    text-align: center;
    bottom: 0;
    margin-top: 15px;
}

@media (max-width: 776px) {
    #thumb {
        position: static;
        bottom: 0;
        margin: 15px;
    }
}


#thumb div {

}


#thumb img {

    width: 100px;
    height: 75px;
    border: 2px solid #e2e2e2;
}

.container {
    box-sizing: border-box;
}

.ilan-detay-sag-aciklama {
    float: right;
    font-weight: 700;
}

.ilan-aciklama-tek {
    background-color: #efefef;
    line-height: 2.6;
}

.ilan-aciklama-cift {
    line-height: 2.6;
}

#ilan-detay-buy-btn button {
    width: 100%;
    margin: 2px;
}

#satici-sor-btn {
    display: inline-block;
    margin-top: 2px;
    flex: 0 0 100%;
    font-size: larger;
}

#ilan-detay-kapsayici {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    margin-top: 15px;
    border-radius: 3px;
    box-sizing: border-box;
}

#ilan-aciklama-alt-kapsayici {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .15);
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 30px;
    border-radius: 3px;
}

.tab-text {
    padding: 40px;
}

/* footerwhite alanı */
.footerWhite {
    margin-top: 30px;
    border-top: rgba(0, 0, 0, 0.5) 0.5px solid;
    background: white;
    z-index: 500;

}

.footerSpan {
    font-weight: 100;
}

.footerText {
    font-weight: 600;
    border-right: 1px solid #d7d7d7;
}

.footerText:last-child {
    border-right: 0px;
}

.footerSocial a {
    margin-right: 25px;
    color: #000;
}

.footerSocial a:last-child {
    margin-right: 0;
}

.underLine {
    min-height: 4px;
    max-width: 60px;
    background: #000;
    text-align: center;
    margin: auto;
}

/* /////// footerwhite alanı bitiş ////////// */

#baba23 {;
}


#kategori-page-image-card{
    position: sticky;
    top: 75px;
    border-bottom-left-radius: calc(.25rem - 1px);
}

#kategori-page-image-card img{
    border-bottom-left-radius: calc(.25rem - 1px);
}

#ilan-kategori-card {

    position: sticky;
    top: 300px;

}

/*#kategori21{
    position: sticky;
    top: 100px;
}*/



#ilan-kategori-carousel {
    margin-bottom: 20px;
}


/*        Arrow Başlangıç - breadcrumb başlangıç */
.arrows {
    white-space: nowrap;
}

.arrows li {
    display: inline-block;
    line-height: 26px;
    margin: 0 9px 0 -10px;
    padding: 0 20px;
    position: relative;
}

.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);
}

.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before,
.arrows li:last-of-type::after {
    display: none;
}

.arrows li a {
    font: bold 24px Sans-Serif;
    letter-spacing: -1px;
    text-decoration: none;
}

.arrows li:nth-of-type(1) a {
    color: hsl(0, 0%, 70%);
}

.arrows li:nth-of-type(2) a {
    color: hsl(0, 0%, 65%);
}

.arrows li:nth-of-type(3) a {
    color: hsl(0, 0%, 50%);
}

.arrows li:nth-of-type(4) a {
    color: hsl(0, 0%, 45%);
}

.breadcrumbs ul {
    list-style: none;
    padding-left: 0;
}
.breadcrumbs ul li {
    float: left;
    font-family: Roboto;
    cursor: pointer;
}

.fa-chevron-right:before {
    font-family: Font Awesome\ 5 Pro;
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
    width: 1.3em;
    font-size: small;
}

.breadcrumb-custom2{
    margin: 20px -15px;
}
.breadcrumb-custom{
    margin: 20px 0;
}


/* //////////      arrow bitiş breadcrumb       /////////////*/


.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 1;
    visibility: hidden;
    z-index: 9000;
    transition: 300ms opacity;
}


.kapat {
    width: 100px;
    height: 100px;
    background: #fff2f0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% -50%);

}


#darkness {
    background: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.nav-profile-item {
    font-family: Roboto;
    font-size: 15px;
    width: 100%;
    line-height: 37px;
    height: 40px;
    float: left;
    font-size: 13px;
    color: #212529;
    padding-left: 17px;
    border-left: 3px solid #f9f9f9;
    border-bottom: 1px solid #f2f2f2;
}

.headerCikis {
    width: 323px;
    height: 40px;
    color: #fff;
    border-radius: 3px;
    background-color: #464646;
    border: none;
    margin: 0 auto;
    line-height: 2;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
}

.hover-btn {
    position: relative;
    z-index: 999;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    transition: .3s opacity, .3s visibility;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.btn-fark:hover .overlay {
    opacity: 1;
    visibility: visible;
}


.dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.shopping-bg {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.1);
    padding: 20px;
    min-height: 600px;
}

/*Bakiye sayfasi - head*/
.bakiye-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bakiye-container {
    position: relative;
    width: 1100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*padding: 30px;*/
}

.bakiye-container .card {
    position: relative;
    max-width: 250px;
    height: 100px;
    background: #fff;
    margin: 30px 15px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out;
}

.bakiye-container .card:hover {
    height: 300px;

}

.bakiye-container .card .imgBx {
    position: relative;
    width: 165px;
    top: -60px;
    /*left: 20px;*/
    z-index: 1;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
}

.bakiye-container .card .imgBx img {
    max-width: 100%;
    border-radius: 4px;

}

.bakiye-container .card .card-content {
    position: relative;
    margin-top: -140px;
    font-size: small;
    padding: 10px 15px;
    text-align: left;
    color: #111;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.bakiye-container .card .card-content h2{
    font-weight: bold;
    text-align: center;
}


.bakiye-container .card:hover .card-content {
    visibility: visible;
    opacity: 1;
    margin-top: -40px;
    transition-delay: 0.1s;
}


.carouselWrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.carouselWrapper .item{
    padding: 20px;
}




a.wd-effect-mirror{
    position:relative;
    /*overflow:hidden;*/
    display:inline-block;
    max-width:100%;
    transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
}
a.wd-effect.opacity:before{
    opacity:0.2;
}
a.wd-effect-mirror:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("http://demo2.wpdance.com/oswadmarket9/wp-content/plugins/wd_shortcode/images/glass.png") no-repeat scroll -265px 0 transparent;
    z-index: 1;
}
a.wd-effect-mirror:hover:after{
    background-position: 1200px 0;
    transition: all 3s ease 0s;
    -moz-transition: all 3s ease 0s;
    -webkit-transition: all 3s ease 0s;
}


.boxImg{
    min-height: 200px;
}

#ilan-form .form-control{
    outline: none;
    box-shadow: none;
    border-color: #495057;
}
#ilan-form .btn:focus, #ilan-form .btn:active {
    outline: none !important;
    box-shadow: none;
}
.navbar .form-control {
    outline: none !important;
    box-shadow: none;
    border-color: rgba(255,255,255,0);
}

.breadcrumb-custom2 a {
    color: #212529!important;
}