@charset "UTF-8";

.asumslider {
    border:10px solid #fff;
}

/* Cookie Alerti Stil Kodları Başlangıç */


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*.content {*/
/*    display: none;*/
/*}*/

/* Cookie Alerti Stil Kodları Bitiş */


/* Asum Animasyonlu Button */
.button_su{
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    /*margin-bottom: 30px;*/
}

a.bgsbtn {
    border: 1px solid #fff;
/width: 60px;/
text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 200ms cubic-bezier(0.25, 0.75, 0.5, 1);
    height: 45.19px;
}

a.bgsbtn:after {
    content: '';
    position: absolute;
    transition: all 250ms cubic-bezier(0.25, 0.75, 0.5, 1.25);
    width: 0;
    right: 0%;
    bottom: 0;
    height: 100%;
    background: #fff;
    z-index: -1;
    border-radius: 0.4rem;
}
a.bgsbtn:hover, a.bgsbtn.hover {
    color: #292827;
}
a.bgsbtn:hover:after, a.bgsbtn.hover:after {
    width: 100%;
    right: auto;
    left: 0;
}
a.bgsbtn i {
    line-height:30px;
}

.tawk-bubble-container .tawk-icon-right img{
    display: none;
}

.su_button_circle{
    background-color: red;
    border-radius: 1000px;
    position: absolute;
    left:0;
    top:0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
    /*animation-timing-function: ease-in-out; */
}

.button_su_inner{
    display: inline-block;
    background: #0b9450;
    color: #F4F4F4;
    font-size: 16px;
    font-weight: normal;
    width: 132px;
    text-align: center;
    border-radius: 3px;
    transition: 400ms;
    text-decoration: none;
    padding: 22px;
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
    font-size: 0.8rem;
    border-radius: 0.4rem;
    font-weight: normal;
    margin-top:5px ;
    z-index: 100000;
}

.button_text_container{
    position:relative;
    z-index: 10000;
}

.explode-circle {
    animation: explode 0.5s forwards;

}

.desplode-circle{
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(42, 53, 80,0.2);
    }
    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87,0.8);
    }
}

@keyframes desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: rgba(20, 180, 87,0.8);
    }
    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: rgba(129, 80, 108,0.6);
    }
}

.redheart {
    color:red !important;
}

.asum-outline-button{
    border: 2px solid #0b9450;

}
.asum-autline-button:hover{
    background-color: #0b9450 ;
}

.swal2-icon .swal2-icon-content {
    font-size: 1.5rem;
    font-weight: bolder;
}


.bg-navbar-asum:hover {
      background: rgba(0,0,0,.03) !important;
}

.sepetimTopBadge {
    position: absolute !important;
    background-color: red;
    border-radius: 50%;
    top: -5px !important;
    left: 8px;
    font-size: 0.4rem;
    color: white;
    display: block;
    z-index: 500;
}


/*.haberlerslider .card-body*/
/*{*/
/*    min-height: 240px;*/
/*}*/


 .tumhaberler .card-body,
 .tumfaaliyetler .card-body
{
    min-height: 459px;
}



#pageDetail img {
    width: 100%;
    height: auto;

}

#pageDetail .bankalogo {

    width: auto;
height: 30px;
}

.cs-slider_for {
    display: none;
}

.cs-slider_nav {
    display: none;
}

.yn-max-height-240{max-height: 240px;}
.yn-max-height-180{max-height: 180px;}
.yn-max-height-300{max-height: 300px;}
.yn-max-height-400{max-height: 400px;}

.yn-min-height-130{min-height: 130px;}
.yn-min-height-50vh{min-height: calc(50vh - 20px);}

.imgLogo1{
    /*width: 100%;*/
    max-height: 65px;
    height: auto;
}

.yn-cs-slider{
    background-size: cover;
    background-position: center center;
    height: 500px;
    position:relative;
}

.cpinput-gizle{
    position: absolute;
    bottom: 0;
    z-index: -1000;
}


/*.ynAnasliderBggray{*/
/*    min-height: 530px;*/
/*}*/
.anaSliderBtn{

    border: none;
    /* display: block; */
    width: 136px;
    height: 129px;
    padding: 0px;
    background: none;

}

.anaSliderBtn span, .anaSliderBtn i{
    /*display: block;*/
    /*padding: 20px;*/
    pointer-events: none;
}

.anaSliderBtn span{
    margin-top: 5px;
}

#anaSlider .owl-dots .owl-dot.active .anaSliderBtn span img{
    border: 4px solid rgba(1, 145, 168, 0.5);
    /*background-color: rgba(0, 157, 143, 0.07);*/
    /*<i class='topIcon uil uil-check'></i>*/
}
#anaSlider .owl-dots .owl-dot .anaSliderBtn span img{
    border: 4px solid rgba(1, 145, 168, 0.0);
    /*background-color: rgba(0, 157, 143, 0.07);*/
    /*<i class='topIcon uil uil-check'></i>*/
}

/*.topIcon{*/
/*    position: absolute;*/
/*    top: 1px;*/
/*    display: none;*/
/*}*/
/*#anaSlider .owl-dots .owl-dot.active i.topIcon {*/
/*    display: block;*/
/*}*/



.anaSliderBtn i{
    font-size: 24px;
}

.owl-carousel .owl-dots .owl-dot.active .anaSliderBtn span, .owl-carousel .owl-dots .owl-dot.active .anaSliderBtn i {
    color: #009c8f;
}

#anaSlider .owl-dots {
    /* margin-bottom: 0; */
    /* background-color: #f6f6f6; */
    /* box-shadow: 0 20px 30px rgb(0 0 0 / 10%); */
    /* width: 100%; */
    /* justify-content: center; */
    /* margin: 0px auto; */
    /* position: absolute; */
    /* top: 0; */
    /* margin-bottom: 0; */
    /* background-color: #f6f6f6; */
    /* box-shadow: 0 0px 40px rgb(0 0 0 / 13%); */
    max-width: 1100px;
    /* width: 100%; */
    /* border-radius: 29px; */
    justify-content: left;
    /* margin: 0px auto; */
    /* position: relative; */
    /* top: -41px; */
    /*border: 1px solid #ccc;*/
    overflow: hidden;
    left: 100px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    /* justify-content: left; */
    /* border-radius: unset; */



}



#mainYorumlar .blockquote-details .info{
    padding-left: 0px;
}

#mainHaberler .post-content p, #mainFaaliyetlerimiz .post-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#mainHaberler .post-title, #mainFaaliyetlerimiz  .post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*min-height: 100px;*/
}

#mainProjeler .post-content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#mainYorumlar blockquote p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/*.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*    !*margin-top: 0; *!*/
/*}*/

#yHeader {
    /*border-bottom: 1px solid #E9ECEF;*/
    /*box-shadow: 0px 1px 0px #E9ECEF;*/
}

#yHeader .btn-sm,
#yHeader .btn-group-sm>.btn {
    padding: 0.3rem 0.7rem;
    font-size: 0.8rem;
    border-radius: 0.4rem;
    font-weight: normal;
}

#yHeader hr {
    margin: 2px;
}
.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}


#yHeader .navbar.transparent .navbar-nav>.nav-item.language-select>.dropdown-menu {
    margin-top: 1.0rem !important;
}

#yHeader .navbar .navbar-other .navbar-nav>.nav-item+.nav-item {
    margin-left: 0.5rem;
}

.yHeaderSagDiv .nav-link {
    font-weight: normal;
}

.navbar.transparent:not(.fixed) {
    padding: 0.3rem;
}




/*Progress Bar*/
#mainFonlama .progress {
    width: 127px;
    height: 127px;
    background: none;
    position: relative;
}
#mainFonlama .progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
#mainFonlama .progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
#mainFonlama .progress .progress-left {
    left: 0;
}
#mainFonlama .progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}
#mainFonlama .progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
#mainFonlama .progress .progress-right {
    right: 0;
}
#mainFonlama .progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}
#mainFonlama .progress .progress-value {
    position: absolute;
    top: 4px;
    left: 4px;
}



/*Floating İcon*/
.fab-container {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 999;
    cursor: pointer;
}

.fab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    /*background: #6b6967;*/
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}


.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #ffffff;
}

.fab {
    width: 60px;
    height: 60px;
    /*background: #0191A8;*/
}

.fab-options {
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 65px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 50% bottom;
    padding-left: 2px;
}

.fab:hover+.fab-options,
.fab-options:hover {
    opacity: 1;
    transform: scale(1);
}

.fab-options li {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
}

.fab-label {
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 16px;
    background: #666666;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
}



.nav-pills-detay .nav-link {
    box-shadow: none !important;
    border: 1px solid #efefef !important;

}


/*BAGIS CSS*/



.articleBagisKutu .card-body {
    flex: 1 1 auto;
    padding: 0.3rem 0.4rem;
}

.articleBagisKutu .bagis-post-title {
    font-size: 0.9rem;
}

.articleBagisKutu .post-content p{
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.articleBagisKutu .btn-bagisyap{
    /*border-radius: unset;*/
}


.divBagisSepetim .btn.btn-circle.btn-sm, .btn-group-sm>.btn.btn-circle, #sepetim-content .btn.btn-circle.btn-sm, .btn-group-sm>.btn.btn-circle  {
    /*width: 1.2rem;*/
    /*height: 1.2rem;*/
    padding: .3rem;
    font-size: 0.7rem;
}

.divBagisSepetim.sticky-sidebar {
    position: sticky;
    top: 63px;
    height: 100%;
}

.divBagisSepetim .btnDevamEt{
    border-radius: unset;
}


.divBagisSepetim .process-wrapper.line.text-center [class*=col-]:before, .process-wrapper.line.text-center [class*=col-]:after, .divBagisSepetim .process-wrapper.line.text-center [class*=col-]:before, .process-wrapper.line.text-center [class*=col-]:before {
    height: 2px;
}

.sepetAdetinput {
    padding: 3px !important;
    width: 53px;
    text-align: center;
    display: inline-block;
}


/* tooglre radio y1*/

.toggle_radio_y1{
    position: relative;
    background: #0191A8;
    margin: 0px auto;
    overflow: hidden;
    padding: 0 !important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    height: 30px;
    width: 252px;
}
.toggle_radio_y1 > * {
    float: left;
}
.toggle_radio_y1 input[type=radio]{
    display: none;
    /*position: fixed;*/
}
.toggle_radio_y1 label{
    display: block;
    width: 126px;
    height: 24px;
    margin: 5px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    position: relative;
    /*margin: 0 2px;*/
}
.toggle_option_slider{
    /*display: none;*/
    /*background: red;*/
    width: 120px;
    height: 24px;
    position: absolute;
    background: white;

    top: 3px;
    left:3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.ft1{
    color:#0191A8;
}

.ft2{
    color:#ffffff;

}




.yBeyazKutu {
    /*flex: 1 1 auto;*/
    padding: 1rem 1rem;
    position: relative;
    /*display: flex;*/
    /*flex-direction: column;*/
    min-width: 0;
    word-wrap: break-word;
    background-color: #f7f7f7;
    background-clip: border-box;
    border: 1px solid rgba(164, 174, 198, 0.2);
    border-radius: 0.4rem;
}


.ynDilDegistir .btn.dropdown-toggle:after {
    color: #6C757D;
}

#accordionHesapno span {
    /*width:100px; word-wrap:break-word;*/
}




/*#yloadingmessage{*/
/*    !*background-color:rgba(0, 0, 0, 0.5);*!*/
/*    position:fixed;*/
/*    z-index:100000;*/
/*    margin:0px auto;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
/*#yloadingmessage .spinner-grow{*/

/*    position: absolute;*/
/*    width:50px;*/
/*    height:50px;*/
/*    top:50%;*/
/*    left:50%;*/
/*    margin-top: -25px;*/
/*    margin-left: -25px;*/
/*    z-index:100001;*/

/*}*/

.searchResultForm p{
    margin: 2px 0px 2px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-asum-danger{
    color: #fff;
    background-color: #e89b62;
    border-color: #e89b62;
}

.yn-next-button{
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 200px;
    right: 0px;
    transform: translateY(-50%);
     /*background: rgba(255, 255, 255, 0.7);*/
    color: #d3d3d361;
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
    font-size: 1.5rem;
    width: 2.7rem;
    height: 2.7rem;
    line-height: 2.2rem;
    border-radius: 100%;
    text-shadow: none;
    transition: all 200ms ease-in-out;
    pointer-events: all;
    background: transparent;
    margin:0px auto;
    display: block !important;
}
.yn-prev-button{
    z-index: 100;
    cursor: pointer;
    position: absolute;
    top: 200px;
    transform: translateY(-50%);
     /*background: rgba(255, 255, 255, 0.7);*/
    color: #d3d3d361;
    box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
    font-size: 1.5rem;
    width: 2.7rem;
    height: 2.7rem;
    line-height: 2.2rem;
    border-radius: 100%;
    text-shadow: none;
    transition: all 200ms ease-in-out;
    pointer-events: all;
    background: transparent;
    margin:0px auto;
    display: block !important;
}

.yn-next-button i, .yn-prev-button i{
    font-size: 50px;
    display:inline-block;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: bottom;
}
.yn-next-button {
    right: -70px !important;
}
.yn-prev-button{
    left: -70px !important;
}



.yn-login-img-div{
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.yn-login-img{
    height: 100% !important;
    width: auto !important;

}

#yn-hesabim-nav .nav-link {
    margin-right: 0px;
    border-radius: unset ;
}

#yn-hesabim-nav .nav-item:first-child .nav-link {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
}

#yn-hesabim-nav .nav-item:last-child .nav-link {
    border-bottom-left-radius: 0.4rem !important;
    border-bottom-right-radius: 0.4rem !important;
}



/*select-2 */
.select2-container {
    width: 100% !important; }
.select2-container--default .select2-selection--single{
    border: 1px solid rgba(8, 60, 130, 0.06) !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.6rem 1rem !important;
    background-color: white !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
    right: 4px;
}
.select2-dropdown {
    border: 1px solid rgba(8, 60, 130, 0.06) !important;

}


.sectionHesabim table{
    font-size: 14px;
}

.error{
    color: darkred;
}

/*MEDİA*/
@media (min-width: 992px) {

    .sepetimTopBadge {


        left: 14px !important;

    }


}


@media (min-width:1200px) and (max-width:1400px) {

    .yn-next-button, .yn-prev-button {
       top: 296px!important;
    }

}

@media (min-width:992px) and (max-width:1200px) {

    .yn-next-button, .yn-prev-button {
        top: 250px!important;
    }

}

@media (min-width: 1400px) {
    #anaSlider .owl-dots {
        /*max-width: 1320px;*/
    }
}


@media (max-width: 1200px) {
    .nav-tabs.nav-bagis-tabs {
        max-width: fit-content;
        overflow-x: scroll;
        scroll-behavior: smooth;
        justify-content: left;
        padding-bottom: .5rem;
    }

    ul.nav-bagis-tabs {
        flex-wrap: unset;
        max-width: fit-content;
        overflow-x: scroll;
        scroll-behavior: smooth;
        justify-content: left;
        border-radius: unset;
        overflow-y: hidden;
    }
}
.navbar-collapse .dropdown-menu .nav-item{
    width: 100%;
}
@media (max-width: 767px) {

    /* Cookie Alert Responsive Kodları */

    .cookie-announcement{
        width:90%;
        bottom: 85px;
    }
    .cookie-announcement .announcement-content p{
        font-size: 14px;
        overflow:hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .cookie-announcement .announcement-button{
        min-height:147px;
    }





    /* Cookie Alert Responsive Kodları */


    .yn-slider-orta-div{
        text-align: center;

    }


    .figure{
        height: 230px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border-radius: 4px;
    }
    .fab-container {
        position: fixed;
        bottom: 77px;
        left: 8px;
        z-index: 999;
        cursor: pointer;
    }



    ul.nav-bagis-tabs .nav-link {
        width: max-content;
        padding-left: 0px !important;
    }

    ul.nav-bagis-tabs .nav-link.active {
        border: unset;
    }


    .ynFooterMenu {
        display: none !important;
    }

    .yn-cs-slider{
        height: 350px;
    }
    .ynSliderBtn {
        padding: 0.4rem 1rem;
        font-size: .7rem;
        border-radius: 0.4rem;
    }


    .cs-slider_for p{
        font-size: 16px !important;
    }
    .cs-slider_for h2{
        font-size: 24px !important;
    }


    .cs-slider_nav {
        position: relative !important;
        width: 100%;
        padding-bottom: 10px !important;
        margin-top: 5px !important;
    }
    .cs-slider_nav .slick-list {
        width: 80% !important;
        left: 10% !important;
    }

    .yn-next-button i, .yn-prev-button i{
        font-size: 50px;
        display:inline-block;
        line-height: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        vertical-align: bottom;
    }
    .yn-next-button {
        right: -5px !important;
    }
    .yn-prev-button{
        left: -5px !important;
    }
    .yn-next-button , .yn-prev-button{
        opacity: 0.8;
        top: 400px;
        background: transparent;
        border: none;
        margin:0px auto;
        display: none;
    }
    .yn-slider-orta-div{
        min-height: 165px;
    }
    .yn-slider-orta-div h2{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .yn-slider-orta-div p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .ynAnasliderBggray {
        min-height: 480px !important;
    }

    .card .post-content p{
        font-size: .7rem;
    }

    .item-inner {
        padding: 1px !important;
    }
    .card-body {
        padding: 1rem 1rem;
    }


    .imgLogo1{
       max-width: 110px;
        height: auto;
    }

    #anaSlider {
        padding-top: 20px !important;
        /*margin-left: -7px !important;*/
    }
   .hero-slider-wrapper .hero-slider figure{

   }

   .ymSliderImgDiv{
       padding-top: 0px !important;
       margin-top: -8px;
}


    #anaSlider .owl-dots {
        max-width: fit-content;
        overflow-x: scroll;
        scroll-behavior: smooth;
        justify-content: left;
        border-radius: unset;
        width: 65%;
        margin-left: 16%;
    }
    .anaSliderBtn span{
        font-size: 0.7rem;
    }

    .anaSliderBtn {
        border: none;
        width: 85px;
        height: 110px;
        padding: 0px;
        background: none;

    }
    #anaSlider .owl-dots .owl-dot .anaSliderBtn span img {
        border: 4px solid rgba(1, 145, 168, 0.0);
        height: 53px;
    }

    .owl-carousel .owl-nav {
        top: 400px;
        left: 0px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0rem;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        font-size: 1.2rem;
        width: 2rem;
        height: 2rem;
    }


    .ymgonullu1,.ymgonullu2,.ymgonullu3{
        display: block !important;
        width: 100%;
        text-align: center;
    }
    .ymgonullu1{
        position: relative;
        border-bottom:1px solid white;
        padding:0px;
        margin:0px;
        margin-top:-20px;
        margin-bottom:30px !important;
    }
    .ymgonullu1 img{
        position: relative !important;
    }
    .ymgonullu2,.ymgonullu3{
        margin-bottom:30px;
    }
    #mainGonulluOlCard {
        height: auto;
    }
    #mainGonulluOlCard .card-body{
        padding:0px ;
    }


    .ynFooterMenu li{
        font-size: 0.7rem;
    }

    footer .nav {
        display: block;
    }



    #mainFonlama ul.nav.nav-tabs{
        flex-wrap: unset;
        overflow-y: hidden;
        flex-direction: unset;
        display: flex;
        max-width: fit-content;
        overflow-x: scroll;
        scroll-behavior: smooth;
        justify-content: left;

    }

    .ynMobilSearch{
        position: relative;
        box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    }
    .ynMobilSearch input{
        /*height: 60px;*/
        text-indent: 25px;
        border: 2px solid #d6d4d4;
        background: transparent;
    }
    .ynMobilSearch input:focus{
        box-shadow: none;
        border: 2px solid blue;
    }
    .ynMobilSearch .form-control:focus{
        background: transparent;
        color: white;
    }
    .ynMobilSearch i{
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .ynMobilSearch button{
        position: absolute;
        top: 5px;
        right: 5px;
        height: 50px;
        width: 110px;
        background: blue;
    }



    #yhamburbernavbar li > .nav-link {
        font-size: 1.4em;
    }
    #yhamburbernavbar .nav-link {
        display: block;
        padding: 0.3rem 0rem;
        padding-left: 0.2rem;
        /* fonts-size: 1.5rem; */
        font-weight: normal;
        color: white;
        transition: all 200ms ease-in-out;
    }
    .yhamburgerDiv h3{
        font-weight: normal;
    }

    .ynMobilHamburgerProjelerimizRow{
        flex-wrap: unset;
        overflow-y: hidden;

        max-width: fit-content;
        overflow-x: scroll;
        scroll-behavior: smooth;
        justify-content: left;
        border-radius: unset;
    }


    .ynMobilHamburgerProjelerimizRow .col-6{
        width: 45% !important;
        padding-right: 10px !important;
    }

    #mainAraButonlar h2{
        font-size: 1.25rem !important;
    }

    #mobilSepetDiv{
        display: block !important;
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 100002;
        width: 100%;

        /*-webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);*/
        /*box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.2);*/

        background-color: transparent !important;
    }

    #mobilSepetDiv .mobilFooterBtn{
        width: 20%;
        float: left;
        border: none;
        font-size: 11px;
        position: relative;
    }
    #mobilSepetDiv .mobilFooterBtn:first-child{
        /*border-top-left-radius: 15px;*/
    }
    #mobilSepetDiv .mobilFooterBtn:last-child{
        /*border-top-right-radius: 15px;*/
    }

    .sepetimBadge {
        position: absolute !important;
        background-color: red;
        border-radius: 15px;
        top: 8px !important;
        left: 40px;
        font-size: 0.4rem;
    }





    #guvenlisifreButon{
        width: 100%;
        display: block;
        margin-bottom: 10px;
        clear: both;
        border-radius: 5px;
        margin-top: 3px;
    }

    .yn-login-img-div{
        display: none !important;
    }

    .divIletisimCol{
        position: relative !important;
    }
    .divIletisimIframe ~ iframe{
        margin-top: 15px;
        height: 210px !important;
    }

    }